Class SetWithField
- java.lang.Object
-
- org.eclipse.yasson.internal.model.SetWithField
-
public class SetWithField extends Object
Sets value with field.- Author:
- Roman Grigoriadi
-
-
Constructor Summary
Constructors Constructor Description SetWithField(Field field)
Create instance.
-
-
-
Constructor Detail
-
SetWithField
public SetWithField(Field field)
Create instance.- Parameters:
field
- not null
-
-
Method Detail
-
internalSetValue
public void internalSetValue(Object object, Object value) throws IllegalAccessException, InvocationTargetException
-
-