jodd.petite.resolver
Class MethodResolver
java.lang.Object
jodd.petite.resolver.MethodResolver
public class MethodResolver
- extends Object
Method reference resolver.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methodRefs
protected final Map<Class,MethodInjectionPoint[]> methodRefs
injectionPointFactory
protected final InjectionPointFactory injectionPointFactory
MethodResolver
public MethodResolver(InjectionPointFactory injectionPointFactory)
resolve
public MethodInjectionPoint[] resolve(Class type)
remove
public void remove(Class type)