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