public class ScalaServiceSupport extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ScalaServiceSupport.ScalaMethodCall<T> |
static class |
ScalaServiceSupport.ScalaMethodCall$ |
Constructor and Description |
---|
ScalaServiceSupport() |
Modifier and Type | Method and Description |
---|---|
static <T> ScalaServiceSupport.ScalaMethodCall<T> |
getMethodWithName(Class<?> clazz,
String name) |
static <T> scala.reflect.api.Exprs.Expr<ScalaServiceSupport.ScalaMethodCall<T>> |
methodForImpl(scala.reflect.macros.blackbox.Context c,
scala.reflect.api.Exprs.Expr<Object> f,
scala.reflect.api.TypeTags.WeakTypeTag<T> tType) |
public static <T> ScalaServiceSupport.ScalaMethodCall<T> getMethodWithName(Class<?> clazz, String name)
public static <T> scala.reflect.api.Exprs.Expr<ScalaServiceSupport.ScalaMethodCall<T>> methodForImpl(scala.reflect.macros.blackbox.Context c, scala.reflect.api.Exprs.Expr<Object> f, scala.reflect.api.TypeTags.WeakTypeTag<T> tType)