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) throws Throwable
field
- The field we're trying to accesspossibleMethods
- a map of possible methods from the class itselfThrowable
Copyright © 2023. All rights reserved.