- parseElements(Type, String, Type) - Method in class org.xwiki.properties.converter.collection.AbstractCollectionConverter
-
Parse an incoming String of the form similar to an array initializer in the Java language into a
List individual Strings for each element, according to the following rules.
- populate(Object, Map<String, ?>) - Method in interface org.xwiki.properties.BeanManager
-
Convert provided values and inject them in the provided java bean.
- PropertyDescription - Annotation Type in org.xwiki.properties.annotation
-
Use this annotation to add a description to a property bean method.
- PropertyDescriptor - Interface in org.xwiki.properties
-
Describe a property in a bean.
- PropertyException - Exception in org.xwiki.properties
-
Base exception of this module.
- PropertyException(String) - Constructor for exception org.xwiki.properties.PropertyException
-
Constructs a new exception with the specified detail message.
- PropertyException(String, Throwable) - Constructor for exception org.xwiki.properties.PropertyException
-
Constructs a new exception with the specified detail message and cause.
- PropertyHidden - Annotation Type in org.xwiki.properties.annotation
-
Use this annotation to indicate a method is not part of the property bean public api.
- PropertyId - Annotation Type in org.xwiki.properties.annotation
-
Use this annotation to overwrite the id of a bean property.
- PropertyMandatory - Annotation Type in org.xwiki.properties.annotation
-
Use this annotation to indicate that a property is mandatory.
- PropertyMandatoryException - Exception in org.xwiki.properties
-
Thrown when a mandatory field is not found in the map of value to populate.
- PropertyMandatoryException(String) - Constructor for exception org.xwiki.properties.PropertyMandatoryException
-
- PropertyName - Annotation Type in org.xwiki.properties.annotation
-
Use this annotation to add a display name to a property bean method.