public interface InjectorFactory
| Modifier and Type | Method and Description |
|---|---|
Injector |
createInjector(Field field,
Map<String,Method> possibleMethods)
Creates accessors for accessing data from an object.
|
Injector createInjector(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.