Package com.dslplatform.json.runtime
Class Reflection.ReadMethod
- java.lang.Object
-
- com.dslplatform.json.runtime.Reflection.ReadMethod
-
- All Implemented Interfaces:
Settings.Function
- Enclosing class:
- Reflection
static final class Reflection.ReadMethod extends java.lang.Object implements Settings.Function
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Methodmethod
-
Constructor Summary
Constructors Constructor Description ReadMethod(java.lang.reflect.Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectapply(java.lang.Object instance)
-
-
-
Method Detail
-
apply
public java.lang.Object apply(@Nullable java.lang.Object instance)
- Specified by:
applyin interfaceSettings.Function
-
-