public class AccessibleField extends Object
| Modifier and Type | Field and Description |
|---|---|
Field |
field |
Class<?> |
fieldClass |
List<Class<?>> |
genericParameters |
Method |
getter |
boolean |
isCollection |
boolean |
isList |
boolean |
isMap |
boolean |
isParameterized |
boolean |
isSet |
Method |
setter |
| Constructor and Description |
|---|
AccessibleField(Field field,
Method getter,
Method setter)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(Object object) |
boolean |
isCompatibleWith(AccessibleField field2)
determines wheter the field can be mapped with another field
Parameterized fields are excluded for the moment
|
void |
setValue(Object fieldValue,
Object object) |
public Field field
public Method getter
public Method setter
public Class<?> fieldClass
public boolean isParameterized
public boolean isList
public boolean isSet
public boolean isCollection
public boolean isMap
public boolean isCompatibleWith(AccessibleField field2)
field2 - Copyright © 2019. All rights reserved.