Package org.sklsft.commons.mapper.beans
Class AccessibleField
java.lang.Object
org.sklsft.commons.mapper.beans.AccessibleField
Representation of a field with its getters and setters methods
properties are public because of intensive use in mappers, ... Generic parameters are built at instantiation
properties are public because of intensive use in mappers, ... Generic parameters are built at instantiation
- Author:
- NTHI
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisCompatibleWith(AccessibleField field2) determines wheter the field can be mapped with another field Parameterized fields are excluded for the momentvoid
-
Field Details
-
field
-
getter
-
setter
-
fieldClass
-
isParameterized
public boolean isParameterized -
genericParameters
-
isList
public boolean isList -
isSet
public boolean isSet -
isCollection
public boolean isCollection -
isMap
public boolean isMap
-
-
Constructor Details
-
AccessibleField
constructor
-
-
Method Details
-
getValue
-
setValue
-
isCompatibleWith
determines wheter the field can be mapped with another field Parameterized fields are excluded for the moment- Parameters:
field2-- Returns:
-