org.jboss.resteasy.spi
Interface InjectorFactory
- All Known Implementing Classes:
- InjectorFactoryImpl
public interface InjectorFactory
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Method Summary |
ConstructorInjector |
createConstructor(Constructor constructor)
|
MethodInjector |
createMethodInjector(Class root,
Method method)
|
ValueInjector |
createParameterExtractor(Class injectTargetClass,
AccessibleObject injectTarget,
Class type,
Type genericType,
Annotation[] annotations)
|
ValueInjector |
createParameterExtractor(Class injectTargetClass,
AccessibleObject injectTarget,
Class type,
Type genericType,
Annotation[] annotations,
boolean useDefault)
|
PropertyInjector |
createPropertyInjector(Class resourceClass)
|
createConstructor
ConstructorInjector createConstructor(Constructor constructor)
createPropertyInjector
PropertyInjector createPropertyInjector(Class resourceClass)
createMethodInjector
MethodInjector createMethodInjector(Class root,
Method method)
createParameterExtractor
ValueInjector createParameterExtractor(Class injectTargetClass,
AccessibleObject injectTarget,
Class type,
Type genericType,
Annotation[] annotations)
createParameterExtractor
ValueInjector createParameterExtractor(Class injectTargetClass,
AccessibleObject injectTarget,
Class type,
Type genericType,
Annotation[] annotations,
boolean useDefault)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.