public class ScalaServiceSupport$ extends Object
Modifier and Type | Field and Description |
---|---|
static ScalaServiceSupport$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ScalaServiceSupport$() |
Modifier and Type | Method and Description |
---|---|
<T> ScalaServiceSupport.ScalaMethodCall<T> |
getMethodWithName(Class<?> clazz,
String name) |
<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 final ScalaServiceSupport$ MODULE$
public <T> ScalaServiceSupport.ScalaMethodCall<T> getMethodWithName(Class<?> clazz, String name)
public <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)