public interface AccessorFactory
Modifier and Type | Method and Description |
---|---|
Accessor |
createAccessor(Field field,
Map<String,Method> possibleMethods)
Creates accessors for accessing data from an object.
|
Accessor createAccessor(Field field, Map<String,Method> possibleMethods)
field
- The field we're trying to accesspossibleMethods
- a map of possible methods from the class itselfCopyright © 2023. All rights reserved.