Package com.dslplatform.json.runtime
Class Reflection.SetMethod
- java.lang.Object
-
- com.dslplatform.json.runtime.Reflection.SetMethod
-
- All Implemented Interfaces:
Settings.BiConsumer
- Enclosing class:
- Reflection
static final class Reflection.SetMethod extends java.lang.Object implements Settings.BiConsumer
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Methodmethod
-
Constructor Summary
Constructors Constructor Description SetMethod(java.lang.reflect.Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(java.lang.Object instance, java.lang.Object value)
-
-
-
Method Detail
-
accept
public void accept(java.lang.Object instance, @Nullable java.lang.Object value)- Specified by:
acceptin interfaceSettings.BiConsumer
-
-