Uses of Class
org.hcjf.utils.Introspection.Setter
-
Packages that use Introspection.Setter Package Description org.hcjf.utils -
-
Uses of Introspection.Setter in org.hcjf.utils
Methods in org.hcjf.utils that return Introspection.Setter Modifier and Type Method Description Introspection.SetterIntrospection.Accessors. getSetter()Returns the setter instance.Methods in org.hcjf.utils that return types with arguments of type Introspection.Setter Modifier and Type Method Description static java.util.Map<java.lang.String,Introspection.Setter>Introspection. getSetters(java.lang.Class clazz)Return a map with all the setters accessor instances indexed by the expected name of the field that represents each accessor.static java.util.Map<java.lang.String,Introspection.Setter>Introspection. getSetters(java.lang.Class clazz, java.lang.String namingImpl)Return a map with all the setters accessor instances indexed by the expected name of the field that represents each accessor.Constructors in org.hcjf.utils with parameters of type Introspection.Setter Constructor Description Accessors(java.lang.String resourceName, Introspection.Getter getter, Introspection.Setter setter)
-