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