org.jboss.resteasy.core
Class InjectorFactoryImpl
java.lang.Object
org.jboss.resteasy.core.InjectorFactoryImpl
- All Implemented Interfaces:
- InjectorFactory
public class InjectorFactoryImpl
- extends Object
- implements 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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectorFactoryImpl
public InjectorFactoryImpl(ResteasyProviderFactory factory)
createConstructor
public ConstructorInjector createConstructor(Constructor constructor)
- Specified by:
createConstructor
in interface InjectorFactory
createPropertyInjector
public PropertyInjector createPropertyInjector(Class resourceClass)
- Specified by:
createPropertyInjector
in interface InjectorFactory
createMethodInjector
public MethodInjector createMethodInjector(Class root,
Method method)
- Specified by:
createMethodInjector
in interface InjectorFactory
createParameterExtractor
public ValueInjector createParameterExtractor(Class injectTargetClass,
AccessibleObject injectTarget,
Class type,
Type genericType,
Annotation[] annotations)
- Specified by:
createParameterExtractor
in interface InjectorFactory
createParameterExtractor
public ValueInjector createParameterExtractor(Class injectTargetClass,
AccessibleObject injectTarget,
Class type,
Type genericType,
Annotation[] annotations,
boolean useDefault)
- Specified by:
createParameterExtractor
in interface InjectorFactory
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.