All Classes
-
All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary Class Description AbstractCollectionConverter<T extends Collection> Base class for allCollection
converters.AbstractConverter<T> Helper base class for aConverter
component.AbstractSetConverter<S extends Set> Base class for allSet
converters.BeanDescriptor Contains information on a java bean.BeanManager Component used to populate or parse a java bean.ConversionException A ConversionException indicates that a call toConverter.convert()
has failed to complete successfully.Converter<T> General purpose data type converter that can be registered and used within the frameworks likeConverterManager
andBeanManager
package to manage the conversion of objects from one type to another.ConverterManager Simple API to do universal conversion between two types.PropertyAdvanced Use this annotation to indicate that a property is advanced.PropertyDescription Use this annotation to add a description to a property bean method.PropertyDescriptor Describe a property in a bean.PropertyDisplayHidden Use this annotation to indicate that a property should not be displayed in UIs.PropertyDisplayType Use this annotation to specify the class type of a property.PropertyException Base exception of this module.PropertyFeature Use this annotation to bind a property to a feature.PropertyGroup Use this annotation to group properties.PropertyGroupDescriptor Contains aList<String>
to view the group as a single object and the associated feature.PropertyHidden Use this annotation to indicate a method is not part of the property bean public api.PropertyId Use this annotation to overwrite the id of a bean property.PropertyMandatory Use this annotation to indicate that a property is mandatory.PropertyMandatoryException Thrown when a mandatory field is not found in the map of value to populate.PropertyName Use this annotation to add a display name to a property bean method.RawProperties A bean can implement this interface to be provided with remaining values as custom properties.