public interface SyntheticField
Field which allows different handling of the field accessors.| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object object)
Get field value.
|
Type |
getGenericType()
Get field generic type.
|
String |
getName()
Get field name.
|
Class<?> |
getType()
Get field type.
|
void |
set(Object object,
Object value)
Set field value.
|
Object get(Object object) throws IllegalAccessException, IllegalArgumentException
object - object which contains the field.IllegalAccessException - illegal accessIllegalArgumentException - illegal argumentvoid set(Object object, Object value) throws IllegalAccessException, IllegalArgumentException
object - object which contains the field.value - field valueIllegalAccessException - illegal accessIllegalArgumentException - illegal argumentString getName()
Class<?> getType()
Type getGenericType()
Copyright © 2017. All rights reserved.