jodd.petite.manager
Class PropertyResolver

java.lang.Object
  extended by jodd.petite.manager.PropertyResolver

public class PropertyResolver
extends java.lang.Object

Resolves properties.


Field Summary
protected  java.util.Map<java.lang.Class,PropertyInjectionPoint[]> properties
           
 
Constructor Summary
PropertyResolver()
           
 
Method Summary
 PropertyInjectionPoint[] resolve(java.lang.Class type)
          Resolves all fields for given type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected final java.util.Map<java.lang.Class,PropertyInjectionPoint[]> properties
Constructor Detail

PropertyResolver

public PropertyResolver()
Method Detail

resolve

public PropertyInjectionPoint[] resolve(java.lang.Class type)
Resolves all fields for given type.



Copyright © 2003-2010 Jodd Team