public class AccessibleField extends Object
| Modifier and Type | Field and Description |
|---|---|
Field |
field |
List<Class<?>> |
genericParameters |
Method |
getter |
Method |
setter |
| Constructor and Description |
|---|
AccessibleField(Field field,
Method getter,
Method setter)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getIterableClass() |
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
|
boolean |
isIterable()
Useful when we need to introspect the elements of an iterable property
|
boolean |
isParameterized()
Determines whether the field has Generic Parameters
|
void |
setValue(Object fieldValue,
Object object) |
public boolean isCompatibleWith(AccessibleField field2)
field2 - public boolean isIterable()
public Class<?> getIterableClass()
public boolean isParameterized()
Copyright © 2018. All rights reserved.