A B C D E F G H I J L M N P R S T U V W 

A

accept(String, String, boolean) - Method in class jodd.bean.BeanVisitor
Compares property name to the rules.
addonFileConverters - Variable in class jodd.typeconverter.impl.FileConverter
 
addProperty(HashMap<String, PropertyDescriptor>, String, MethodDescriptor, boolean) - Method in class jodd.introspector.Properties
Adds a setter and/or getter method to the property.
allCtors - Variable in class jodd.introspector.Ctors
 
ArrayConverter<T> - Class in jodd.typeconverter.impl
Converts given object to an array.
ArrayConverter(TypeConverterManagerBean, Class<T>) - Constructor for class jodd.typeconverter.impl.ArrayConverter
 

B

BeanCopy - Class in jodd.bean
Powerful tool for copying properties from one bean into another.
BeanCopy(Object, Object) - Constructor for class jodd.bean.BeanCopy
 
BeanException - Exception in jodd.bean
Unchecked bean exception.
BeanException(Throwable) - Constructor for exception jodd.bean.BeanException
 
BeanException(String) - Constructor for exception jodd.bean.BeanException
 
BeanException(String, BeanProperty) - Constructor for exception jodd.bean.BeanException
 
BeanException(String, Throwable) - Constructor for exception jodd.bean.BeanException
 
BeanException(String, BeanProperty, Throwable) - Constructor for exception jodd.bean.BeanException
 
beans(Object, Object) - Static method in class jodd.bean.BeanCopy
Static factory.
BeanTemplateParser - Class in jodd.bean
Bean template is a string template with JSP-alike macros for injecting context values.
BeanTemplateParser() - Constructor for class jodd.bean.BeanTemplateParser
 
BeanUtil - Class in jodd.bean
Supreme utility for reading and writing bean properties.
BeanUtil() - Constructor for class jodd.bean.BeanUtil
 
BeanUtilBean - Class in jodd.bean
Instantiable version of BeanUtil.
BeanUtilBean() - Constructor for class jodd.bean.BeanUtilBean
 
BeanVisitor - Class in jodd.bean
Visitor for bean properties.
BeanVisitor() - Constructor for class jodd.bean.BeanVisitor
 
BigDecimalConverter - Class in jodd.typeconverter.impl
Converts given object to BigDecimal.
BigDecimalConverter() - Constructor for class jodd.typeconverter.impl.BigDecimalConverter
 
BigIntegerConverter - Class in jodd.typeconverter.impl
Converts given object to BigInteger.
BigIntegerConverter() - Constructor for class jodd.typeconverter.impl.BigIntegerConverter
 
blacklist - Variable in class jodd.bean.BeanVisitor
Initial matching mode.
BooleanArrayConverter - Class in jodd.typeconverter.impl
Converts given object to boolean[].
BooleanArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.BooleanArrayConverter
 
BooleanConverter - Class in jodd.typeconverter.impl
Converts given object to Boolean.
BooleanConverter() - Constructor for class jodd.typeconverter.impl.BooleanConverter
 
ByteArrayConverter - Class in jodd.typeconverter.impl
Converts given object to byte[].
ByteArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.ByteArrayConverter
 
ByteConverter - Class in jodd.typeconverter.impl
Converts given object to Byte.
ByteConverter() - Constructor for class jodd.typeconverter.impl.ByteConverter
 

C

cache - Variable in class jodd.introspector.CachingIntrospector
 
CachingIntrospector - Class in jodd.introspector
Default introspector that caches all class descriptors.
CachingIntrospector() - Constructor for class jodd.introspector.CachingIntrospector
Default constructor.
CachingIntrospector(boolean, boolean, boolean, String[]) - Constructor for class jodd.introspector.CachingIntrospector
Creates new caching Introspector.
CalendarConverter - Class in jodd.typeconverter.impl
Converts given object to Byte.
CalendarConverter() - Constructor for class jodd.typeconverter.impl.CalendarConverter
 
CharacterArrayConverter - Class in jodd.typeconverter.impl
Converts given object to char[].
CharacterArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.CharacterArrayConverter
 
CharacterConverter - Class in jodd.typeconverter.impl
Converts given object to Character.
CharacterConverter() - Constructor for class jodd.typeconverter.impl.CharacterConverter
 
ClassArrayConverter - Class in jodd.typeconverter.impl
Converts given object to Class array.
ClassArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.ClassArrayConverter
 
ClassConverter - Class in jodd.typeconverter.impl
Converts given object to Class.
ClassConverter() - Constructor for class jodd.typeconverter.impl.ClassConverter
 
ClassDescriptor - Class in jodd.introspector
A descriptor class for all methods/fields/properties/constructors of a class.
ClassDescriptor(Class, boolean, boolean, boolean, String[]) - Constructor for class jodd.introspector.ClassDescriptor
 
classDescriptor - Variable in class jodd.introspector.Ctors
 
classDescriptor - Variable in class jodd.introspector.Descriptor
 
classDescriptor - Variable in class jodd.introspector.Fields
 
classDescriptor - Variable in class jodd.introspector.Methods
 
classDescriptor - Variable in class jodd.introspector.Properties
 
ClassIntrospector - Class in jodd.introspector
Default class Introspector simply delegates method calls for more convenient usage.
ClassIntrospector() - Constructor for class jodd.introspector.ClassIntrospector
 
CollectionConverter<T> - Class in jodd.typeconverter.impl
Collection converter.
CollectionConverter(Class<? extends Collection>, Class<T>) - Constructor for class jodd.typeconverter.impl.CollectionConverter
 
CollectionConverter(TypeConverterManagerBean, Class<? extends Collection>, Class<T>) - Constructor for class jodd.typeconverter.impl.CollectionConverter
 
collectionType - Variable in class jodd.typeconverter.impl.CollectionConverter
 
commonTypes - Variable in class jodd.typeconverter.ConvertBean
List of common types.
constructor - Variable in class jodd.introspector.CtorDescriptor
 
Convert - Class in jodd.typeconverter
Static version of ConvertBean of default TypeConverterManagerBean.
Convert() - Constructor for class jodd.typeconverter.Convert
 
convert(Object) - Method in class jodd.typeconverter.impl.ArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.BigDecimalConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.BigIntegerConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.BooleanArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.BooleanConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.ByteArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.ByteConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.CalendarConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.CharacterArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.CharacterConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.ClassConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.CollectionConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.DateConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.DoubleArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.DoubleConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.FileConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.FloatArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.FloatConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.IntegerArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.IntegerConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.JDateTimeConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.LocaleConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.LongArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.LongConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableByteConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableDoubleConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableFloatConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableIntegerConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableLongConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.MutableShortConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.ShortArrayConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.ShortConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.SqlDateConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.SqlTimeConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.SqlTimestampConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.StringConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.TimeZoneConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.URIConverter
 
convert(Object) - Method in class jodd.typeconverter.impl.URLConverter
 
convert(Object) - Method in interface jodd.typeconverter.TypeConverter
Converts object received as parameter into object of another class.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.ArrayConverter
Converts array value to array.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.BooleanArrayConverter
Converts array value to array.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.ByteArrayConverter
Converts array value to array.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.CharacterArrayConverter
Converts array value to array.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.DoubleArrayConverter
Converts array value to array.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.FloatArrayConverter
Converts array value to array.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.IntegerArrayConverter
Converts array value to array.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.LongArrayConverter
Converts array value to array.
convertArrayToArray(Object) - Method in class jodd.typeconverter.impl.ShortArrayConverter
Converts array value to array.
ConvertBean - Class in jodd.typeconverter
 
ConvertBean() - Constructor for class jodd.typeconverter.ConvertBean
 
convertBean - Variable in class jodd.typeconverter.TypeConverterManagerBean
 
convertCollectionToCollection(Collection) - Method in class jodd.typeconverter.impl.CollectionConverter
Converts collection value to target collection.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.ArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.BooleanArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.ByteArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.CharacterArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.DoubleArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.FloatArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.IntegerArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.LongArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.ShortArrayConverter
Converts primitive array to target array.
convertPrimitiveArrayToArray(Object, Class) - Method in class jodd.typeconverter.impl.StringArrayConverter
 
convertPrimitiveArrayToCollection(Object, Class) - Method in class jodd.typeconverter.impl.CollectionConverter
Converts primitive array to target collection.
convertStringToArray(String) - Method in class jodd.typeconverter.impl.ArrayConverter
Converts string to array, for the ArrayConverter.convertValueToArray(Object) method.
convertStringToArray(String) - Method in class jodd.typeconverter.impl.ClassArrayConverter
 
convertToCollection(Object, Class<? extends Collection<T>>, Class) - Static method in class jodd.typeconverter.TypeConverterManager
Special conversion to collections, when component type is known.
convertToCollection(Object, Class<? extends Collection<T>>, Class) - Method in class jodd.typeconverter.TypeConverterManagerBean
Special case of TypeConverterManagerBean.convertType(Object, Class) when target is collection and when component type is known.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.ArrayConverter
Creates an array with single element.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.BooleanArrayConverter
Creates an array with single element.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.ByteArrayConverter
Creates an array with single element.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.CharacterArrayConverter
Creates an array with single element.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.DoubleArrayConverter
Creates an array with single element.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.FloatArrayConverter
Creates an array with single element.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.IntegerArrayConverter
Creates an array with single element.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.LongArrayConverter
Creates an array with single element.
convertToSingleElementArray(Object) - Method in class jodd.typeconverter.impl.ShortArrayConverter
Creates an array with single element.
convertToSingleElementCollection(Object) - Method in class jodd.typeconverter.impl.CollectionConverter
Creates a collection with single element.
convertType(Object) - Method in class jodd.typeconverter.impl.ArrayConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.BooleanArrayConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.ByteArrayConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.CharacterArrayConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.CollectionConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.DoubleArrayConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.FloatArrayConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.IntegerArrayConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.LongArrayConverter
Converts type using type converter manager.
convertType(Object) - Method in class jodd.typeconverter.impl.ShortArrayConverter
Converts type using type converter manager.
convertType(Object, Class<T>) - Static method in class jodd.typeconverter.TypeConverterManager
Casts an object to destination type using type conversion.
convertType(Object, Class<T>) - Method in class jodd.typeconverter.TypeConverterManagerBean
Converts an object to destination type.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.ArrayConverter
Converts non-array value to array.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.BooleanArrayConverter
Converts non-array value to array.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.ByteArrayConverter
Converts non-array value to array.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.CharacterArrayConverter
Converts non-array value to array.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.DoubleArrayConverter
Converts non-array value to array.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.FloatArrayConverter
Converts non-array value to array.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.IntegerArrayConverter
Converts non-array value to array.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.LongArrayConverter
Converts non-array value to array.
convertValueToArray(Object) - Method in class jodd.typeconverter.impl.ShortArrayConverter
Converts non-array value to array.
convertValueToCollection(Object) - Method in class jodd.typeconverter.impl.CollectionConverter
Converts non-collection value to collection.
copy() - Method in class jodd.bean.BeanCopy
Performs the copying.
createArray(int) - Method in class jodd.typeconverter.impl.ArrayConverter
Creates new array of target component type.
createArray(int) - Method in class jodd.typeconverter.impl.ClassArrayConverter
 
createArray(int) - Method in class jodd.typeconverter.impl.StringArrayConverter
 
createBeanMacroResolver(Object) - Static method in class jodd.bean.BeanTemplateParser
Creates bean-backed MacroResolver.
createCollection(int) - Method in class jodd.typeconverter.impl.CollectionConverter
Creates new collection of target component type.
createCtorDescriptor(Constructor) - Method in class jodd.introspector.Ctors
Creates new CtorDescriptor.
createFieldDescriptor(Field) - Method in class jodd.introspector.Fields
Creates new FieldDescriptor.
createGetter(boolean) - Method in class jodd.introspector.PropertyDescriptor
Creates a Getter.
createMethodDescriptor(Method) - Method in class jodd.introspector.Methods
Creates new MethodDescriptor.
createPropertyDescriptor(String, MethodDescriptor, MethodDescriptor) - Method in class jodd.introspector.Properties
Creates new PropertyDescriptor.
createPropertyDescriptor(String, FieldDescriptor) - Method in class jodd.introspector.Properties
Creates new field-only PropertyDescriptor.
createSetter(boolean) - Method in class jodd.introspector.PropertyDescriptor
Creates a Setter.
CtorDescriptor - Class in jodd.introspector
Constructor descriptor.
CtorDescriptor(ClassDescriptor, Constructor) - Constructor for class jodd.introspector.CtorDescriptor
 
Ctors - Class in jodd.introspector
Constructors collection.
Ctors(ClassDescriptor) - Constructor for class jodd.introspector.Ctors
 

D

DateConverter - Class in jodd.typeconverter.impl
Converts given object to java.util.Date.
DateConverter() - Constructor for class jodd.typeconverter.impl.DateConverter
 
declared(boolean) - Method in class jodd.bean.BeanCopy
Defines if all properties should be copied (when set to true) or only public (when set to false, default).
declared(boolean, boolean) - Method in class jodd.bean.BeanCopy
Fine-tuning of the declared behaviour.
declared - Variable in class jodd.bean.BeanVisitor
Flag for enabling declared properties, or just public ones.
declaredTarget - Variable in class jodd.bean.BeanCopy
 
defaultCtor - Variable in class jodd.introspector.Ctors
 
describeClass(Class) - Method in class jodd.introspector.CachingIntrospector
Describes a class by creating a new instance of ClassDescriptor that examines all accessible methods and fields.
Descriptor - Class in jodd.introspector
Common descriptor stuff.
Descriptor(ClassDescriptor, boolean) - Constructor for class jodd.introspector.Descriptor
 
destination - Variable in class jodd.bean.BeanCopy
 
DoubleArrayConverter - Class in jodd.typeconverter.impl
Converts given object to double[].
DoubleArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.DoubleArrayConverter
 
DoubleConverter - Class in jodd.typeconverter.impl
Converts given object to Double.
DoubleConverter() - Constructor for class jodd.typeconverter.impl.DoubleConverter
 

E

enhancedProperties - Variable in class jodd.introspector.CachingIntrospector
 
exclude(String...) - Method in class jodd.bean.BeanCopy
Defines excluded property names.
exclude(String) - Method in class jodd.bean.BeanCopy
Exclude a property.
excludeAll() - Method in class jodd.bean.BeanCopy
Excludes all properties, i.e. enables blacklist mode.
extendedProperties - Variable in class jodd.introspector.ClassDescriptor
 
extractThisReference(String) - Static method in class jodd.bean.BeanUtil
Extract the first name of this reference.
extractThisReference(String) - Method in class jodd.bean.BeanUtilBean
Extract the first name of this reference.

F

field - Variable in class jodd.introspector.FieldDescriptor
 
FieldDescriptor - Class in jodd.introspector
Field descriptor.
FieldDescriptor(ClassDescriptor, Field) - Constructor for class jodd.introspector.FieldDescriptor
Creates new field descriptor and resolve all additional field data.
fieldDescriptor - Variable in class jodd.introspector.PropertyDescriptor
 
Fields - Class in jodd.introspector
Collection of field descriptors.
Fields(ClassDescriptor) - Constructor for class jodd.introspector.Fields
Creates new fields collection.
fieldsMap - Variable in class jodd.introspector.Fields
 
FileConverter - Class in jodd.typeconverter.impl
Converts given object into the File.
FileConverter() - Constructor for class jodd.typeconverter.impl.FileConverter
 
findField(String) - Method in class jodd.introspector.PropertyDescriptor
Locates property field.
FloatArrayConverter - Class in jodd.typeconverter.impl
Converts given object to float[].
FloatArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.FloatArrayConverter
 
FloatConverter - Class in jodd.typeconverter.impl
Converts given object to Float.
FloatConverter() - Constructor for class jodd.typeconverter.impl.FloatConverter
 

G

getAllBeanPropertyNames(Class, boolean) - Method in class jodd.bean.BeanVisitor
Returns all bean property names.
getAllCtorDescriptors() - Method in class jodd.introspector.ClassDescriptor
Returns an array of all constructor descriptors.
getAllFieldDescriptors() - Method in class jodd.introspector.ClassDescriptor
Returns all field descriptors, including declared ones.
getAllFieldDescriptors() - Method in class jodd.introspector.Fields
Returns all fields of this collection.
getAllInterfaces() - Method in class jodd.introspector.ClassDescriptor
Returns all interfaces of this class.
getAllMethodDescriptors(String) - Method in class jodd.introspector.ClassDescriptor
Returns an array of all methods with the same name.
getAllMethodDescriptors() - Method in class jodd.introspector.ClassDescriptor
Returns an array of all methods.
getAllMethodDescriptors(String) - Method in class jodd.introspector.Methods
Returns all methods for given name.
getAllMethodDescriptors() - Method in class jodd.introspector.Methods
Returns all methods.
getAllPropertyDescriptors() - Method in class jodd.introspector.ClassDescriptor
Returns all properties descriptors.
getAllPropertyDescriptors() - Method in class jodd.introspector.Properties
Returns all property descriptors.
getAllSuperclasses() - Method in class jodd.introspector.ClassDescriptor
Returns all superclasses of this class.
getBeanUtilBean() - Static method in class jodd.bean.BeanUtil
Returns BeanUtilBean implementation.
getClassDescriptor() - Method in class jodd.introspector.Descriptor
Returns belonging class descriptor.
getConstructor() - Method in class jodd.introspector.CtorDescriptor
Returns constructor.
getConvertBean() - Static method in class jodd.typeconverter.Convert
Returns default ConvertBean.
getConvertBean() - Method in class jodd.typeconverter.TypeConverterManagerBean
Returns ConvertBean.
getCtorDescriptor(Class[], boolean) - Method in class jodd.introspector.ClassDescriptor
Returns the constructor identified by arguments or null if not found.
getCtorDescriptor(Class...) - Method in class jodd.introspector.Ctors
Finds constructor description that matches given argument types.
getCtors() - Method in class jodd.introspector.ClassDescriptor
Returns constructors collection.
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.
getDefaultCtor() - Method in class jodd.introspector.Ctors
Returns default (no-args) constructor descriptor.
getDefaultCtorDescriptor(boolean) - Method in class jodd.introspector.ClassDescriptor
Returns the default ctor or null if not found.
getDefaultTypeConverterManager() - Static method in class jodd.typeconverter.TypeConverterManager
Returns default TypeConverterManager.
getField() - Method in class jodd.introspector.FieldDescriptor
Returns field.
getFieldDescriptor(String, boolean) - Method in class jodd.introspector.ClassDescriptor
Returns field descriptor.
getFieldDescriptor(String) - Method in class jodd.introspector.Fields
Returns field descriptor for given field name or null if field does not exist.
getFieldDescriptor() - Method in class jodd.introspector.PropertyDescriptor
Returns the associated field of this property.
getFields() - Method in class jodd.introspector.ClassDescriptor
getGetter(boolean) - Method in class jodd.introspector.PropertyDescriptor
Returns Getter.
getGetterRawComponentType() - Method in class jodd.introspector.FieldDescriptor
 
getGetterRawComponentType() - Method in interface jodd.introspector.Getter
 
getGetterRawComponentType() - Method in class jodd.introspector.MethodDescriptor
 
getGetterRawKeyComponentType() - Method in class jodd.introspector.FieldDescriptor
 
getGetterRawKeyComponentType() - Method in interface jodd.introspector.Getter
 
getGetterRawKeyComponentType() - Method in class jodd.introspector.MethodDescriptor
 
getGetterRawType() - Method in class jodd.introspector.FieldDescriptor
 
getGetterRawType() - Method in interface jodd.introspector.Getter
 
getGetterRawType() - Method in class jodd.introspector.MethodDescriptor
 
getIndexProperty(Object, String, boolean, boolean) - Method in class jodd.bean.BeanUtilBean
 
getIndexProperty(BeanProperty) - Method in class jodd.bean.BeanUtilBean
Get non-nested property value: either simple or indexed property.
getMethod() - Method in class jodd.introspector.MethodDescriptor
Returns method.
getMethodDescriptor(String, boolean) - Method in class jodd.introspector.ClassDescriptor
Returns method descriptor identified by name and parameters.
getMethodDescriptor(String, Class[], boolean) - Method in class jodd.introspector.ClassDescriptor
Returns method descriptor identified by name and parameters.
getMethodDescriptor(String, Class[]) - Method in class jodd.introspector.Methods
Returns a method that matches given name and parameter types.
getMethodDescriptor(String) - Method in class jodd.introspector.Methods
Returns method descriptor for given name.
getMethods() - Method in class jodd.introspector.ClassDescriptor
Returns methods collection.
getName() - Method in class jodd.introspector.CtorDescriptor
Returns constructor name.
getName() - Method in class jodd.introspector.Descriptor
Returns the name of descriptors target.
getName() - Method in class jodd.introspector.FieldDescriptor
Returns field name.
getName() - Method in class jodd.introspector.MethodDescriptor
Returns method name.
getName() - Method in class jodd.introspector.PropertyDescriptor
Returns property name.
getParameters() - Method in class jodd.introspector.CtorDescriptor
Returns constructors parameters.
getProperties() - Method in class jodd.introspector.ClassDescriptor
Returns properties collection.
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.
getPropertyDescriptor(String, boolean) - Method in class jodd.introspector.ClassDescriptor
Returns property descriptor.
getPropertyDescriptor(String) - Method in class jodd.introspector.Properties
getPropertyFieldPrefix() - Method in class jodd.introspector.ClassDescriptor
Returns property field prefixes.
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.
getRawParameterComponentTypes() - Method in class jodd.introspector.MethodDescriptor
Returns raw parameter component types.
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.
getReadMethodDescriptor() - Method in class jodd.introspector.PropertyDescriptor
Returns read method of this property.
getSetter(boolean) - Method in class jodd.introspector.PropertyDescriptor
Returns Setter.
getSetterRawComponentType() - Method in class jodd.introspector.FieldDescriptor
 
getSetterRawComponentType() - Method in class jodd.introspector.MethodDescriptor
 
getSetterRawComponentType() - Method in interface jodd.introspector.Setter
 
getSetterRawType() - Method in class jodd.introspector.FieldDescriptor
 
getSetterRawType() - Method in class jodd.introspector.MethodDescriptor
 
getSetterRawType() - Method in interface jodd.introspector.Setter
 
getSimpleProperty(Object, String, boolean) - Method in class jodd.bean.BeanUtilBean
Reads simple property.
getSimpleProperty(BeanProperty) - 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.
Getter - Interface in jodd.introspector
Unified getter property interface for both methods and fields.
getters - Variable in class jodd.introspector.PropertyDescriptor
 
getType() - Method in class jodd.introspector.ClassDescriptor
Get the class object that this descriptor describes.
getType() - Method in class jodd.introspector.PropertyDescriptor
Returns property type.
getUsageCount() - Method in class jodd.introspector.ClassDescriptor
Returns number of class descriptor usages.
getWriteMethodDescriptor() - Method in class jodd.introspector.PropertyDescriptor
Returns write method of this property.

H

hasDeclaredProperty(Object, String) - Static method in class jodd.bean.BeanUtil
 
hasDeclaredProperty(Object, String) - Method in class jodd.bean.BeanUtilBean
Returns true if bean has a declared property.
hasDeclaredRootProperty(Object, String) - Static method in class jodd.bean.BeanUtil
 
hasDeclaredRootProperty(Object, String) - Method in class jodd.bean.BeanUtilBean
Returns true if bean has only a declared root property.
hasIndexProperty(Object, String, boolean) - Method in class jodd.bean.BeanUtilBean
Returns true if bean has indexed property.
hasIndexProperty(BeanProperty) - Method in class jodd.bean.BeanUtilBean
 
hasProperty(Object, String) - Static method in class jodd.bean.BeanUtil
 
hasProperty(Object, String) - Method in class jodd.bean.BeanUtilBean
Returns true if bean has a property.
hasRootProperty(Object, String) - Static method in class jodd.bean.BeanUtil
 
hasRootProperty(Object, String) - Method in class jodd.bean.BeanUtilBean
Returns true if bean has only a root property.
hasSimpleProperty(Object, String, boolean) - Method in class jodd.bean.BeanUtilBean
Returns true if simple property exist.
hasSimpleProperty(BeanProperty) - Method in class jodd.bean.BeanUtilBean
 

I

ignoreNulls(boolean) - Method in class jodd.bean.BeanCopy
Defines if null values should be ignored.
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.
include(String) - Method in class jodd.bean.BeanCopy
Include a property.
includeAs(Class) - Method in class jodd.bean.BeanCopy
Defines included property names as public properties of given template class.
includeFields(boolean) - Method in class jodd.bean.BeanCopy
Defines if fields without getters should be copied too.
includeFields - Variable in class jodd.bean.BeanVisitor
Defines if fields should be included.
includeFieldsAsProperties - Variable in class jodd.introspector.CachingIntrospector
 
includeFieldsAsProperties - Variable in class jodd.introspector.ClassDescriptor
 
increaseUsageCount() - Method in class jodd.introspector.ClassDescriptor
Increases usage count.
init() - Static method in class jodd.bean.JoddBean
 
init() - Static method in class jodd.introspector.JoddIntrospector
 
inspectConstructors() - Method in class jodd.introspector.Ctors
Inspects all declared constructors of a target type.
inspectFields() - Method in class jodd.introspector.Fields
Inspects fields and returns map of field descriptors.
inspectMethods() - Method in class jodd.introspector.Methods
Inspects types methods and return map of method descriptors.
inspectProperties() - Method in class jodd.introspector.Properties
Inspects all properties of target type.
IntegerArrayConverter - Class in jodd.typeconverter.impl
Converts given object to int[].
IntegerArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.IntegerArrayConverter
 
IntegerConverter - Class in jodd.typeconverter.impl
Converts given object to an Integer.
IntegerConverter() - Constructor for class jodd.typeconverter.impl.IntegerConverter
 
interfaces - Variable in class jodd.introspector.ClassDescriptor
 
introspector - Static variable in class jodd.bean.JoddBean
Default Introspector implementation.
Introspector - Interface in jodd.introspector
Provides introspection analysis against any java class.
introspector - Static variable in class jodd.introspector.JoddIntrospector
Default Introspector implementation.
invokeGetter(Object) - Method in class jodd.introspector.FieldDescriptor
 
invokeGetter(Object) - Method in interface jodd.introspector.Getter
 
invokeGetter(Object) - Method in class jodd.introspector.MethodDescriptor
 
invokeSetter(Object, Object) - Method in class jodd.introspector.FieldDescriptor
 
invokeSetter(Object, Object) - Method in class jodd.introspector.MethodDescriptor
 
invokeSetter(Object, Object) - Method in interface jodd.introspector.Setter
 
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.
isDefault() - Method in class jodd.introspector.CtorDescriptor
Returns true if this is a default constructor (with no parameters).
isExtendedProperties() - Method in class jodd.introspector.ClassDescriptor
Returns true if properties in this class descriptor are extended and include field description.
isFieldOnly() - Method in class jodd.introspector.PropertyDescriptor
Returns true if this is an extended property with only field definition and without getter and setter.
isGetterOnly() - Method in class jodd.introspector.PropertyDescriptor
Returns true if this property has only a getter method.
isIncludeFieldsAsProperties() - Method in class jodd.introspector.ClassDescriptor
Include fields as properties.
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.
isPublic - Variable in class jodd.introspector.Descriptor
 
isPublic() - Method in class jodd.introspector.Descriptor
Returns true if descriptor content is public.
isScanAccessible() - Method in class jodd.introspector.ClassDescriptor
Returns true if this class descriptor works with accessible fields/methods/constructors or with all supported.
isSet() - Method in class jodd.introspector.ClassDescriptor
Returns true if type is a Set.
isSetterOnly() - Method in class jodd.introspector.PropertyDescriptor
Returns true if this property has only a setter method.

J

JDateTimeConverter - Class in jodd.typeconverter.impl
Converts object to JDateTime.
JDateTimeConverter() - Constructor for class jodd.typeconverter.impl.JDateTimeConverter
 
jodd.bean - package jodd.bean
Java Bean utilities, provides the fastest bean manipulation.
jodd.introspector - package jodd.introspector
Very fast reflection introspector.
jodd.typeconverter - package jodd.typeconverter
Slick and various type conversions.
jodd.typeconverter.impl - package jodd.typeconverter.impl
All TypeConverter implementations.
JoddBean - Class in jodd.bean
Jodd BEAN module.
JoddBean() - Constructor for class jodd.bean.JoddBean
 
JoddIntrospector - Class in jodd.introspector
 
JoddIntrospector() - Constructor for class jodd.introspector.JoddIntrospector
 

L

LocaleConverter - Class in jodd.typeconverter.impl
Converts given object to Java Locale.
LocaleConverter() - Constructor for class jodd.typeconverter.impl.LocaleConverter
 
LongArrayConverter - Class in jodd.typeconverter.impl
Converts given object to long[].
LongArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.LongArrayConverter
 
LongConverter - Class in jodd.typeconverter.impl
Converts given object to a Long.
LongConverter() - Constructor for class jodd.typeconverter.impl.LongConverter
 
lookup(Class) - Method in class jodd.introspector.CachingIntrospector
Returns the ClassDescriptor object for specified class.
lookup(Class) - Static method in class jodd.introspector.ClassIntrospector
Returns class descriptor for specified type.
lookup(Class) - Method in interface jodd.introspector.Introspector
Returns the ClassDescriptor object for specified class.
lookup(Class) - Static method in class jodd.typeconverter.TypeConverterManager
Retrieves converter for provided type.
lookup(Class) - Method in class jodd.typeconverter.TypeConverterManagerBean
Retrieves converter for provided type.

M

matchDeclared(boolean) - Method in class jodd.introspector.Descriptor
Returns true if descriptor content matches required declared flag.
method - Variable in class jodd.introspector.MethodDescriptor
 
MethodDescriptor - Class in jodd.introspector
Method descriptor.
MethodDescriptor(ClassDescriptor, Method) - Constructor for class jodd.introspector.MethodDescriptor
 
Methods - Class in jodd.introspector
Methods collection.
Methods(ClassDescriptor) - Constructor for class jodd.introspector.Methods
 
methodsMap - Variable in class jodd.introspector.Methods
 
MutableByteConverter - Class in jodd.typeconverter.impl
Converts given object to MutableByte.
MutableByteConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.MutableByteConverter
 
MutableDoubleConverter - Class in jodd.typeconverter.impl
Converts given object to MutableDouble.
MutableDoubleConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.MutableDoubleConverter
 
MutableFloatConverter - Class in jodd.typeconverter.impl
Converts given object to MutableFloat.
MutableFloatConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.MutableFloatConverter
 
MutableIntegerConverter - Class in jodd.typeconverter.impl
Converts given object to an MutableInteger.
MutableIntegerConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.MutableIntegerConverter
 
MutableLongConverter - Class in jodd.typeconverter.impl
Converts given object to a MutableLong.
MutableLongConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.MutableLongConverter
 
MutableShortConverter - Class in jodd.typeconverter.impl
Converts given object to MutableShort.
MutableShortConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.MutableShortConverter
 

N

name - Variable in class jodd.introspector.PropertyDescriptor
 
NUMBER_DELIMITERS - Static variable in class jodd.typeconverter.impl.ArrayConverter
 

P

parameters - Variable in class jodd.introspector.CtorDescriptor
 
parse(String, Object) - Method in class jodd.bean.BeanTemplateParser
Replaces named macros with context values.
populateBean(Object, Map<?, ?>) - Static method in class jodd.bean.BeanUtil
 
populateBean(Object, Map<?, ?>) - Method in class jodd.bean.BeanUtilBean
Populates bean from a Map.
populateProperty(Object, String, Map<?, ?>) - Static method in class jodd.bean.BeanUtil
 
populateProperty(Object, String, List<?>) - Static method in class jodd.bean.BeanUtil
 
populateProperty(Object, String, Map<?, ?>) - Method in class jodd.bean.BeanUtilBean
Populates simple bean property from a Map.
populateProperty(Object, String, List<?>) - Method in class jodd.bean.BeanUtilBean
Populates indexed bean property from a List.
Properties - Class in jodd.introspector
Bean properties collection.
Properties(ClassDescriptor) - Constructor for class jodd.introspector.Properties
 
PropertyDescriptor - Class in jodd.introspector
Property descriptor.
PropertyDescriptor(ClassDescriptor, String, FieldDescriptor) - Constructor for class jodd.introspector.PropertyDescriptor
Creates field-only property descriptor.
PropertyDescriptor(ClassDescriptor, String, MethodDescriptor, MethodDescriptor) - Constructor for class jodd.introspector.PropertyDescriptor
Creates property descriptor.
propertyDescriptors - Variable in class jodd.introspector.Properties
 
propertyFieldPrefix - Variable in class jodd.introspector.CachingIntrospector
 
propertyFieldPrefix - Variable in class jodd.introspector.ClassDescriptor
 

R

rawComponentType - Variable in class jodd.introspector.FieldDescriptor
 
rawKeyComponentType - Variable in class jodd.introspector.FieldDescriptor
 
rawParameterComponentTypes - Variable in class jodd.introspector.MethodDescriptor
 
rawParameterTypes - Variable in class jodd.introspector.MethodDescriptor
 
rawReturnComponentType - Variable in class jodd.introspector.MethodDescriptor
 
rawReturnKeyComponentType - Variable in class jodd.introspector.MethodDescriptor
 
rawReturnType - Variable in class jodd.introspector.MethodDescriptor
 
rawType - Variable in class jodd.introspector.FieldDescriptor
 
readMethodDescriptor - Variable in class jodd.introspector.PropertyDescriptor
 
register(Class) - Method in class jodd.introspector.CachingIntrospector
Registers new class type.
register(Class) - Static method in class jodd.introspector.ClassIntrospector
Registers new type.
register(Class) - Method in interface jodd.introspector.Introspector
Registers new class type.
register(Class, TypeConverter) - Method in class jodd.typeconverter.ConvertBean
 
register(Class, TypeConverter) - Static method in class jodd.typeconverter.TypeConverterManager
Registers a converter for specified type.
register(Class, TypeConverter) - Method in class jodd.typeconverter.TypeConverterManagerBean
Registers a converter for specified type.
registerAddonConverter(TypeConverter<File>) - Method in class jodd.typeconverter.impl.FileConverter
 
registerDefaults() - Static method in class jodd.typeconverter.TypeConverterManager
Registers default set of converters.
registerDefaults() - Method in class jodd.typeconverter.TypeConverterManagerBean
Registers default set of converters.
reset() - Method in class jodd.introspector.CachingIntrospector
Resets current cache.
reset() - Static method in class jodd.introspector.ClassIntrospector
Clears all cached data.
reset() - Method in interface jodd.introspector.Introspector
Resets current cache.
resolveComponentType(boolean) - Method in class jodd.introspector.PropertyDescriptor
Resolves component type for given property descriptor.
resolveExistingNestedProperties(BeanProperty) - Method in class jodd.bean.BeanUtilBean
 
resolveKeyType(boolean) - Method in class jodd.introspector.PropertyDescriptor
Resolves key type for given property descriptor.
resolveNestedProperties(BeanProperty) - Method in class jodd.bean.BeanUtilBean
Resolves nested property name to the very last indexed property.
resolveProperties(Object, boolean) - Method in class jodd.bean.BeanVisitor
Returns an array of bean properties.
resolveRawComponentTypes() - Method in class jodd.introspector.FieldDescriptor
Resolves raw component type for given index.
resolveRawReturnComponentTypes() - Method in class jodd.introspector.MethodDescriptor
Resolves raw return component types This value is NOT cached.
returnType - Variable in class jodd.introspector.MethodDescriptor
 
rules - Variable in class jodd.bean.BeanVisitor
Include/exclude rules.

S

scanAccessible - Variable in class jodd.introspector.CachingIntrospector
 
scanAccessible - Variable in class jodd.introspector.ClassDescriptor
 
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.
setIndexProperty(Object, String, Object, boolean, boolean) - Method in class jodd.bean.BeanUtilBean
 
setIndexProperty(BeanProperty, Object) - 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.
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
Sets simple property.
setSimpleProperty(BeanProperty, Object) - Method in class jodd.bean.BeanUtilBean
Sets a value of simple property.
Setter - Interface in jodd.introspector
Unified setter property interface for both methods and fields.
setters - Variable in class jodd.introspector.PropertyDescriptor
 
ShortArrayConverter - Class in jodd.typeconverter.impl
Converts given object to short[].
ShortArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.ShortArrayConverter
 
ShortConverter - Class in jodd.typeconverter.impl
Converts given object to Short.
ShortConverter() - Constructor for class jodd.typeconverter.impl.ShortConverter
 
source - Variable in class jodd.bean.BeanVisitor
Source bean.
SqlDateConverter - Class in jodd.typeconverter.impl
Converts given object to java.sql.Date.
SqlDateConverter() - Constructor for class jodd.typeconverter.impl.SqlDateConverter
 
SqlTimeConverter - Class in jodd.typeconverter.impl
Converts given object to java.sql.Time.
SqlTimeConverter() - Constructor for class jodd.typeconverter.impl.SqlTimeConverter
 
SqlTimestampConverter - Class in jodd.typeconverter.impl
Converts given object to java.sql.Timestamp.
SqlTimestampConverter() - Constructor for class jodd.typeconverter.impl.SqlTimestampConverter
 
StringArrayConverter - Class in jodd.typeconverter.impl
Converts given object to String[].
StringArrayConverter(TypeConverterManagerBean) - Constructor for class jodd.typeconverter.impl.StringArrayConverter
 
StringConverter - Class in jodd.typeconverter.impl
Converts given object to String.
StringConverter() - Constructor for class jodd.typeconverter.impl.StringConverter
 
superclasses - Variable in class jodd.introspector.ClassDescriptor
 

T

targetComponentType - Variable in class jodd.typeconverter.impl.ArrayConverter
 
targetComponentType - Variable in class jodd.typeconverter.impl.CollectionConverter
 
thisRef - Static variable in class jodd.bean.JoddBean
Name of 'this' references.
TimeZoneConverter - Class in jodd.typeconverter.impl
Converts given object to Java TimeZone.
TimeZoneConverter() - Constructor for class jodd.typeconverter.impl.TimeZoneConverter
 
toBigDecimal(Object, BigDecimal) - Static method in class jodd.typeconverter.Convert
 
toBigDecimal(Object) - Static method in class jodd.typeconverter.Convert
 
toBigDecimal(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to BigDecimal.
toBigDecimal(Object, BigDecimal) - Method in class jodd.typeconverter.ConvertBean
Converts value to BigDecimal.
toBigInteger(Object) - Static method in class jodd.typeconverter.Convert
 
toBigInteger(Object, BigInteger) - Static method in class jodd.typeconverter.Convert
 
toBigInteger(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to BigInteger.
toBigInteger(Object, BigInteger) - Method in class jodd.typeconverter.ConvertBean
Converts value to BigInteger.
toBoolean(Object) - Static method in class jodd.typeconverter.Convert
 
toBoolean(Object, Boolean) - Static method in class jodd.typeconverter.Convert
 
toBoolean(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Boolean.
toBoolean(Object, Boolean) - Method in class jodd.typeconverter.ConvertBean
Converts value to Boolean.
toBooleanArray(Object) - Static method in class jodd.typeconverter.Convert
 
toBooleanArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to boolean[].
toBooleanValue(Object, boolean) - Static method in class jodd.typeconverter.Convert
 
toBooleanValue(Object) - Static method in class jodd.typeconverter.Convert
 
toBooleanValue(Object, boolean) - Method in class jodd.typeconverter.ConvertBean
Converts value to boolean.
toBooleanValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to boolean with common default value.
toByte(Object) - Static method in class jodd.typeconverter.Convert
 
toByte(Object, Byte) - Static method in class jodd.typeconverter.Convert
 
toByte(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Byte.
toByte(Object, Byte) - Method in class jodd.typeconverter.ConvertBean
Converts value to Byte.
toByteValue(Object, byte) - Static method in class jodd.typeconverter.Convert
 
toByteValue(Object) - Static method in class jodd.typeconverter.Convert
 
toByteValue(Object, byte) - Method in class jodd.typeconverter.ConvertBean
Converts value to byte.
toByteValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to byte with common default value.
toCalendar(Object) - Static method in class jodd.typeconverter.Convert
 
toCalendar(Object, Calendar) - Static method in class jodd.typeconverter.Convert
 
toCalendar(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Calendar.
toCalendar(Object, Calendar) - Method in class jodd.typeconverter.ConvertBean
Converts value to Calendar.
toCharacter(Object) - Static method in class jodd.typeconverter.Convert
 
toCharacter(Object, Character) - Static method in class jodd.typeconverter.Convert
 
toCharacter(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Character.
toCharacter(Object, Character) - Method in class jodd.typeconverter.ConvertBean
Converts value to Character.
toCharacterArray(Object) - Static method in class jodd.typeconverter.Convert
 
toCharacterArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to char[].
toCharValue(Object, char) - Static method in class jodd.typeconverter.Convert
 
toCharValue(Object) - Static method in class jodd.typeconverter.Convert
 
toCharValue(Object, char) - Method in class jodd.typeconverter.ConvertBean
Converts value to char.
toCharValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to char with common default value.
toClass(Object) - Static method in class jodd.typeconverter.Convert
 
toClass(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Class.
toClassArray(Object) - Static method in class jodd.typeconverter.Convert
 
toClassArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Class[].
toDate(Object) - Static method in class jodd.typeconverter.Convert
 
toDate(Object, Date) - Static method in class jodd.typeconverter.Convert
 
toDate(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Date.
toDate(Object, Date) - Method in class jodd.typeconverter.ConvertBean
Converts value to Date.
toDouble(Object) - Static method in class jodd.typeconverter.Convert
 
toDouble(Object, Double) - Static method in class jodd.typeconverter.Convert
 
toDouble(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Double.
toDouble(Object, Double) - Method in class jodd.typeconverter.ConvertBean
Converts value to Double.
toDoubleArray(Object) - Static method in class jodd.typeconverter.Convert
 
toDoubleArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to double[].
toDoubleValue(Object, double) - Static method in class jodd.typeconverter.Convert
 
toDoubleValue(Object) - Static method in class jodd.typeconverter.Convert
 
toDoubleValue(Object, double) - Method in class jodd.typeconverter.ConvertBean
Converts value to double.
toDoubleValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to double with common default value.
toFloat(Object) - Static method in class jodd.typeconverter.Convert
 
toFloat(Object, Float) - Static method in class jodd.typeconverter.Convert
 
toFloat(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Float.
toFloat(Object, Float) - Method in class jodd.typeconverter.ConvertBean
Converts value to Float.
toFloatArray(Object) - Static method in class jodd.typeconverter.Convert
 
toFloatArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to float[].
toFloatValue(Object, float) - Static method in class jodd.typeconverter.Convert
 
toFloatValue(Object) - Static method in class jodd.typeconverter.Convert
 
toFloatValue(Object, float) - Method in class jodd.typeconverter.ConvertBean
Converts value to float.
toFloatValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to float with common default value.
toInteger(Object) - Static method in class jodd.typeconverter.Convert
 
toInteger(Object, Integer) - Static method in class jodd.typeconverter.Convert
 
toInteger(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Integer.
toInteger(Object, Integer) - Method in class jodd.typeconverter.ConvertBean
Converts value to Integer.
toIntegerArray(Object) - Static method in class jodd.typeconverter.Convert
 
toIntegerArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to int[].
toIntValue(Object, int) - Static method in class jodd.typeconverter.Convert
 
toIntValue(Object) - Static method in class jodd.typeconverter.Convert
 
toIntValue(Object, int) - Method in class jodd.typeconverter.ConvertBean
Converts value to int.
toIntValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to int with common default value.
toJDateTime(Object) - Static method in class jodd.typeconverter.Convert
 
toJDateTime(Object, JDateTime) - Static method in class jodd.typeconverter.Convert
 
toJDateTime(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to JDateTime.
toJDateTime(Object, JDateTime) - Method in class jodd.typeconverter.ConvertBean
Converts value to JDateTime.
toLong(Object) - Static method in class jodd.typeconverter.Convert
 
toLong(Object, Long) - Static method in class jodd.typeconverter.Convert
 
toLong(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Long.
toLong(Object, Long) - Method in class jodd.typeconverter.ConvertBean
Converts value to Long.
toLongArray(Object) - Static method in class jodd.typeconverter.Convert
 
toLongArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to long[].
toLongValue(Object, long) - Static method in class jodd.typeconverter.Convert
 
toLongValue(Object) - Static method in class jodd.typeconverter.Convert
 
toLongValue(Object, long) - Method in class jodd.typeconverter.ConvertBean
Converts value to long.
toLongValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to long with common default value.
toShort(Object) - Static method in class jodd.typeconverter.Convert
 
toShort(Object, Short) - Static method in class jodd.typeconverter.Convert
 
toShort(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to Short.
toShort(Object, Short) - Method in class jodd.typeconverter.ConvertBean
Converts value to Short.
toShortArray(Object) - Static method in class jodd.typeconverter.Convert
 
toShortArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to short[].
toShortValue(Object, short) - Static method in class jodd.typeconverter.Convert
 
toShortValue(Object) - Static method in class jodd.typeconverter.Convert
 
toShortValue(Object, short) - Method in class jodd.typeconverter.ConvertBean
Converts value to short.
toShortValue(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to short with common default value.
toString() - Method in class jodd.introspector.FieldDescriptor
 
toString() - Method in class jodd.introspector.MethodDescriptor
 
toString(Object) - Static method in class jodd.typeconverter.Convert
 
toString(Object, String) - Static method in class jodd.typeconverter.Convert
 
toString(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to String.
toString(Object, String) - Method in class jodd.typeconverter.ConvertBean
Converts value to String.
toStringArray(Object) - Static method in class jodd.typeconverter.Convert
 
toStringArray(Object) - Method in class jodd.typeconverter.ConvertBean
Converts value to String[].
type - Variable in class jodd.introspector.ClassDescriptor
 
type - Variable in class jodd.introspector.FieldDescriptor
 
type - Variable in class jodd.introspector.PropertyDescriptor
 
TypeConversionException - Exception in jodd.typeconverter
Type conversion exception.
TypeConversionException(Throwable) - Constructor for exception jodd.typeconverter.TypeConversionException
 
TypeConversionException(String) - Constructor for exception jodd.typeconverter.TypeConversionException
 
TypeConversionException(String, Throwable) - Constructor for exception jodd.typeconverter.TypeConversionException
 
TypeConversionException(Object) - Constructor for exception jodd.typeconverter.TypeConversionException
 
TypeConversionException(Object, Throwable) - Constructor for exception jodd.typeconverter.TypeConversionException
 
typeConverter - Variable in class jodd.typeconverter.impl.MutableByteConverter
 
typeConverter - Variable in class jodd.typeconverter.impl.MutableDoubleConverter
 
typeConverter - Variable in class jodd.typeconverter.impl.MutableFloatConverter
 
typeConverter - Variable in class jodd.typeconverter.impl.MutableIntegerConverter
 
typeConverter - Variable in class jodd.typeconverter.impl.MutableLongConverter
 
typeConverter - Variable in class jodd.typeconverter.impl.MutableShortConverter
 
TypeConverter<T> - Interface in jodd.typeconverter
Object converter interface.
TypeConverterManager - Class in jodd.typeconverter
Provides dynamic object conversion to a type.
TypeConverterManager() - Constructor for class jodd.typeconverter.TypeConverterManager
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.ArrayConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.BooleanArrayConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.ByteArrayConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.CharacterArrayConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.CollectionConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.DoubleArrayConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.FloatArrayConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.IntegerArrayConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.LongArrayConverter
 
typeConverterManagerBean - Variable in class jodd.typeconverter.impl.ShortArrayConverter
 
TypeConverterManagerBean - Class in jodd.typeconverter
Provides dynamic object conversion to a type.
TypeConverterManagerBean() - Constructor for class jodd.typeconverter.TypeConverterManagerBean
 
typeConverters - Variable in class jodd.typeconverter.ConvertBean
Common type converters, filled up during the registration.

U

unregister(Class) - Static method in class jodd.typeconverter.TypeConverterManager
 
unregister(Class) - Method in class jodd.typeconverter.TypeConverterManagerBean
Un-registers converter for given type.
URIConverter - Class in jodd.typeconverter.impl
Convert given object to URI.
URIConverter() - Constructor for class jodd.typeconverter.impl.URIConverter
 
URLConverter - Class in jodd.typeconverter.impl
Converts given object to URL.
URLConverter() - Constructor for class jodd.typeconverter.impl.URLConverter
 
usageCount - Variable in class jodd.introspector.ClassDescriptor
 

V

visit() - Method in class jodd.bean.BeanVisitor
Starts visiting properties.
visitProperty(String, Object) - Method in class jodd.bean.BeanCopy
Copies single property to the destination.
visitProperty(String, Object) - Method in class jodd.bean.BeanVisitor
Invoked for each visited property.

W

writeMethodDescriptor - Variable in class jodd.introspector.PropertyDescriptor
 
A B C D E F G H I J L M N P R S T U V W 

Copyright © 2003-2013 Jodd Team