static FieldAccessor.OwnerTypeLocatable |
FieldAccessor.of(java.util.List<? extends FieldAccessor.FieldNameExtractor> fieldNameExtractors) |
Defines a custom strategy for determining the field that is accessed by this field accessor.
|
static FieldAccessor.OwnerTypeLocatable |
FieldAccessor.of(FieldAccessor.FieldNameExtractor fieldNameExtractor) |
Defines a custom strategy for determining the field that is accessed by this field accessor.
|
static FieldAccessor.OwnerTypeLocatable |
FieldAccessor.of(FieldAccessor.FieldNameExtractor... fieldNameExtractor) |
Defines a custom strategy for determining the field that is accessed by this field accessor.
|
static FieldAccessor.OwnerTypeLocatable |
FieldAccessor.ofBeanProperty() |
Defines a field accessor where any access is targeted to a field that matches the methods
name with the Java specification for bean properties, i.e.
|
static FieldAccessor.OwnerTypeLocatable |
FieldAccessor.ofField(java.lang.String name) |
Defines a field accessor where any access is targeted to a field named name .
|