Uses of Interface
jodd.introspector.Getter
-
Packages that use Getter Package Description jodd.bean Java Bean utilities, provides the fastest bean manipulation.jodd.introspector Very fast reflection introspector. -
-
Uses of Getter in jodd.bean
Methods in jodd.bean that return Getter Modifier and Type Method Description GetterBeanProperty. getGetter(boolean declared)Returns getter.Methods in jodd.bean with parameters of type Getter Modifier and Type Method Description protected java.lang.ObjectBeanUtilUtil. convertIndexToMapKey(Getter getter, java.lang.Object index)Converts Map index to key type.protected java.lang.ClassBeanUtilUtil. extractGenericComponentType(Getter getter)Extracts generic component type of a property. -
Uses of Getter in jodd.introspector
Fields in jodd.introspector declared as Getter Modifier and Type Field Description protected Getter[]PropertyDescriptor. gettersMethods in jodd.introspector that return Getter Modifier and Type Method Description protected GetterPropertyDescriptor. createGetter(boolean declared)Creates aGetter.GetterPropertyDescriptor. getGetter(boolean declared)ReturnsGetter.static GetterGetter. of(FieldDescriptor fieldDescriptor)static GetterGetter. of(MethodDescriptor methodDescriptor)
-