- getAllBeanGetterNames(boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns all bean getters names.
- getAllBeanGetters(boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns all bean getters.
- getAllBeanSetterNames(boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns an array of all bean setters names.
- getAllBeanSetters(boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns an array of all bean setters.
- getAllCtors(boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns an array of all ctors.
- getAllFields(boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns an array of all fields.
- getAllMethods(String, boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns an array of all methods with the same name.
- getAllMethods(boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns an array of all methods.
- getBeanGetter(String, boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns bean getter identified by name.
- getBeanGetterMethodDescriptor(String, boolean) - Method in class jodd.introspector.ClassDescriptor
-
- getBeanSetter(String, boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns bean setter identified by name.
- getBeanSetterMethodDescriptor(String, boolean) - Method in class jodd.introspector.ClassDescriptor
-
- getBeanUtilBean() - Method in class jodd.bean.loader.BaseBeanLoader
-
- getClassDescriptor() - Method in class jodd.introspector.FieldDescriptor
-
Returns parent class descriptor.
- getClassDescriptor() - Method in class jodd.introspector.MethodDescriptor
-
Returns parent class descriptor.
- getClassDescriptorMap(Class) - Method in class jodd.introspector.WeakIntrospector
-
Returns class descriptor map.
- getCtor(Class[], boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns the constructor identified by arguments or null if not found.
- getCtorsCount(boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns the total number of constructors.
- getDeclaredProperty(Object, String) - Static method in class jodd.bean.BeanUtil
-
Returns value of declared bean's property.
- getDeclaredProperty(Object, String) - Method in class jodd.bean.BeanUtilBean
-
Returns value of declared bean's property.
- getDeclaredPropertySilently(Object, String) - Static method in class jodd.bean.BeanUtil
-
Silently returns value of declared bean's property.
- getDeclaredPropertySilently(Object, String) - Method in class jodd.bean.BeanUtilBean
-
Silently returns value of declared bean's property.
- getDeclaredPropertyType(Object, String) - Static method in class jodd.bean.BeanUtil
-
- getDeclaredPropertyType(Object, String) - Method in class jodd.bean.BeanUtilBean
-
Returns property type of declared property.
- getDefaultBeanUtilBean() - Static method in class jodd.bean.BeanUtil
-
- getDefaultCtor(boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns the default ctor or null if not found.
- getDefaultCtor() - Method in class jodd.introspector.ClassDescriptor
-
Returns the public default ctor or null if not found.
- getField(String, boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns the field identified by name or null if not found.
- getField() - Method in class jodd.introspector.FieldDescriptor
-
Returns field.
- getFieldDescriptor(String, boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns field descriptor.
- getFieldsCount(boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns the total number of fields.
- getIndexProperty(Object, String, boolean, boolean) - Method in class jodd.bean.BeanUtilBean
-
- getIndexProperty(BeanProperty, boolean) - Method in class jodd.bean.BeanUtilBean
-
Get non-nested property value: either simple or indexed property.
- getMethod(String, boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns the method identified by name or null if not found.
- getMethod(String, Class[], boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns the method identified by name and parameters.
- getMethod() - Method in class jodd.introspector.MethodDescriptor
-
Returns method.
- getMethodDescriptor(String, Class[], boolean) - Method in class jodd.introspector.ClassDescriptor
-
- getMethodsCount(boolean) - Method in class jodd.introspector.ClassDescriptor
-
Returns methods count.
- getProperty(Object, String) - Static method in class jodd.bean.BeanUtil
-
Returns value of bean's property.
- getProperty(Object, String) - Method in class jodd.bean.BeanUtilBean
-
Returns value of bean's property.
- getPropertySilently(Object, String) - Static method in class jodd.bean.BeanUtil
-
Silently returns value of bean's property.
- getPropertySilently(Object, String) - Method in class jodd.bean.BeanUtilBean
-
Silently returns value of bean's property.
- getPropertyType(Object, String) - Static method in class jodd.bean.BeanUtil
-
- getPropertyType(Object, String) - Method in class jodd.bean.BeanUtilBean
-
Returns property type.
- getRawComponentType() - Method in class jodd.introspector.FieldDescriptor
-
Returns fields raw component type.
- getRawKeyComponentType() - Method in class jodd.introspector.FieldDescriptor
-
Returns fields raw component type.
- getRawParameterTypes() - Method in class jodd.introspector.MethodDescriptor
-
Returns raw parameter types.
- getRawReturnComponentType() - Method in class jodd.introspector.MethodDescriptor
-
Returns raw component type of return type.
- getRawReturnKeyComponentType() - Method in class jodd.introspector.MethodDescriptor
-
Returns raw component type of return type.
- getRawReturnType() - Method in class jodd.introspector.MethodDescriptor
-
Returns raw return type.
- getRawType() - Method in class jodd.introspector.FieldDescriptor
-
Returns fields raw type.
- getSimpleProperty(Object, String, boolean) - Method in class jodd.bean.BeanUtilBean
-
Reads simple property.
- getSimpleProperty(BeanProperty, boolean) - Method in class jodd.bean.BeanUtilBean
-
- getSimplePropertyForced(Object, String, boolean) - Method in class jodd.bean.BeanUtilBean
-
Reads simple property forced: when property value doesn't exist, it will be created.
- getType() - Method in class jodd.introspector.ClassDescriptor
-
Get the class object that this descriptor describes.
- getUsageCount() - Method in class jodd.introspector.ClassDescriptor
-
Returns number of class description usages.
- ignoreNulls(boolean) - Method in class jodd.bean.BeanCopy
-
Defines if null values should be ignored.
- ignoreNulls - Variable in class jodd.bean.loader.BaseBeanLoader
-
- ignoreNullValues - Variable in class jodd.bean.BeanVisitor
-
Defines if null values should be ignored.
- include(String...) - Method in class jodd.bean.BeanCopy
-
Defines included property names.
- includeAs(Class) - Method in class jodd.bean.BeanCopy
-
Defines included property names as public properties
of given template class.
- includeNames - Variable in class jodd.bean.BeanVisitor
-
List of included property names.
- increaseUsageCount() - Method in class jodd.introspector.ClassDescriptor
-
Increases descriptor usage.
- inspectCtors() - Method in class jodd.introspector.ClassDescriptor
-
Inspect class ctors and create ctors cache.
- inspectFields() - Method in class jodd.introspector.ClassDescriptor
-
Inspect class fields and create fields cache.
- inspectMethods() - Method in class jodd.introspector.ClassDescriptor
-
Inspect methods and create methods cache.
- inspectProperties() - Method in class jodd.introspector.ClassDescriptor
-
Inspect methods and create properties cache.
- Introspector - Interface in jodd.introspector
-
Provides introspection analysis against any java class.
- isArray() - Method in class jodd.introspector.ClassDescriptor
-
Returns true if class is an array.
- isCollection() - Method in class jodd.introspector.ClassDescriptor
-
Returns true if type is a collection.
- isList() - Method in class jodd.introspector.ClassDescriptor
-
Returns true if class is a List.
- isMap() - Method in class jodd.introspector.ClassDescriptor
-
Returns true if class is a Map.
- isSet() - Method in class jodd.introspector.ClassDescriptor
-
Returns true if type is a Set.
- setBeanUtilBean(BeanUtilBean) - Method in class jodd.bean.loader.BaseBeanLoader
-
- setDeclaredProperty(Object, String, Object) - Static method in class jodd.bean.BeanUtil
-
Sets declared Java Bean property.
- setDeclaredProperty(Object, String, Object) - Method in class jodd.bean.BeanUtilBean
-
Sets declared Java Bean property.
- setDeclaredPropertyForced(Object, String, Object) - Static method in class jodd.bean.BeanUtil
-
Sets declared Java Bean property forced.
- setDeclaredPropertyForced(Object, String, Object) - Method in class jodd.bean.BeanUtilBean
-
Sets declared Java Bean property forced.
- setDeclaredPropertyForcedSilent(Object, String, Object) - Static method in class jodd.bean.BeanUtil
-
Silently sets declared Java Bean property forced.
- setDeclaredPropertyForcedSilent(Object, String, Object) - Method in class jodd.bean.BeanUtilBean
-
Silently sets declared Java Bean property forced.
- setDeclaredPropertySilent(Object, String, Object) - Static method in class jodd.bean.BeanUtil
-
Silently sets declared Java Bean property.
- setDeclaredPropertySilent(Object, String, Object) - Method in class jodd.bean.BeanUtilBean
-
Silently sets declared Java Bean property.
- setDefaultIntrospector(Introspector) - Static method in class jodd.introspector.ClassIntrospector
-
Specifies custom global default introspector.
- setIndexProperty(Object, String, Object, boolean, boolean) - Method in class jodd.bean.BeanUtilBean
-
- setIndexProperty(BeanProperty, Object, boolean) - Method in class jodd.bean.BeanUtilBean
-
Sets indexed or regular properties (no nested!).
- setProperty(Object, String, Object) - Static method in class jodd.bean.BeanUtil
-
Sets Java Bean property.
- setProperty(Object, String, Object) - Method in class jodd.bean.BeanUtilBean
-
Sets Java Bean property.
- setProperty(Object, String, Object) - Method in class jodd.bean.loader.BaseBeanLoader
-
Sets the target bean property with value.
- setPropertyForced(Object, String, Object) - Static method in class jodd.bean.BeanUtil
-
Sets Java Bean property forced.
- setPropertyForced(Object, String, Object) - Method in class jodd.bean.BeanUtilBean
-
Sets Java Bean property forced.
- setPropertyForcedSilent(Object, String, Object) - Static method in class jodd.bean.BeanUtil
-
Sets Java Bean property forced, without throwing an exception on non-existing properties.
- setPropertyForcedSilent(Object, String, Object) - Method in class jodd.bean.BeanUtilBean
-
Sets Java Bean property forced, without throwing an exception on non-existing properties.
- setPropertySilent(Object, String, Object) - Static method in class jodd.bean.BeanUtil
-
Sets Java Bean property silently, without throwing an exception on non-existing properties.
- setPropertySilent(Object, String, Object) - Method in class jodd.bean.BeanUtilBean
-
Sets Java Bean property silently, without throwing an exception on non-existing properties.
- setSimpleProperty(Object, String, Object, boolean) - Method in class jodd.bean.BeanUtilBean
-
- setSimpleProperty(BeanProperty, Object, boolean) - Method in class jodd.bean.BeanUtilBean
-
Sets a value of simple property.
- source - Variable in class jodd.bean.BeanVisitor
-
Source bean.
- SupportedIntrospector - Class in jodd.introspector
-
- SupportedIntrospector() - Constructor for class jodd.introspector.SupportedIntrospector
-