jodd.petite.resolver
Class PropertyResolver
java.lang.Object
jodd.petite.resolver.PropertyResolver
public class PropertyResolver
- extends Object
Resolves properties.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
properties
protected final Map<Class,PropertyInjectionPoint[]> properties
injectionPointFactory
protected final InjectionPointFactory injectionPointFactory
PropertyResolver
public PropertyResolver(InjectionPointFactory injectionPointFactory)
resolve
public PropertyInjectionPoint[] resolve(Class type,
boolean autowire)
- Resolves all fields for given type.
remove
public void remove(Class type)