Package org.jboss.resteasy.core
Class PropertyInjectorImpl.SetterMethod
- java.lang.Object
-
- org.jboss.resteasy.core.PropertyInjectorImpl.SetterMethod
-
- Enclosing class:
- PropertyInjectorImpl
private static class PropertyInjectorImpl.SetterMethod extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ValueInjector
extractor
java.lang.reflect.Method
method
-
Constructor Summary
Constructors Modifier Constructor Description private
SetterMethod(java.lang.reflect.Method method, ValueInjector extractor)
-
-
-
Field Detail
-
method
public java.lang.reflect.Method method
-
extractor
public ValueInjector extractor
-
-
Constructor Detail
-
SetterMethod
private SetterMethod(java.lang.reflect.Method method, ValueInjector extractor)
-
-