public class ScalarFnReflector
extends java.lang.Object
ScalarFn.| Constructor and Description | 
|---|
| ScalarFnReflector() | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.lang.reflect.Method | getApplyMethod(ScalarFn scalarFn)Gets the method annotated with  ScalarFn.ApplyMethodfromscalarFn. | 
public static java.lang.reflect.Method getApplyMethod(ScalarFn scalarFn)
ScalarFn.ApplyMethod from scalarFn.
 There must be exactly one method annotated with ScalarFn.ApplyMethod, and it must be public.