public class MappedMethodInjectorFactory extends Object implements InjectorFactory
| Constructor and Description |
|---|
MappedMethodInjectorFactory() |
| Modifier and Type | Method and Description |
|---|---|
Injector |
createInjector(Field field,
Map<String,Method> possibleInjectors)
Creates accessors for accessing data from an object.
|
public Injector createInjector(Field field, Map<String,Method> possibleInjectors)
InjectorFactorycreateInjector in interface InjectorFactoryfield - The field we're trying to accesspossibleInjectors - a map of possible methods from the class itselfCopyright © 2023. All rights reserved.