Package com.dslplatform.json.runtime
Class Reflection.SetField
- java.lang.Object
-
- com.dslplatform.json.runtime.Reflection.SetField
-
- All Implemented Interfaces:
Settings.BiConsumer
- Enclosing class:
- Reflection
static final class Reflection.SetField extends java.lang.Object implements Settings.BiConsumer
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Fieldfield
-
Constructor Summary
Constructors Constructor Description SetField(java.lang.reflect.Field field)
-
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
-
-