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