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 ValueInjectorextractorjava.lang.reflect.Methodmethod
-
Constructor Summary
Constructors Modifier Constructor Description privateSetterMethod(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)
-
-