A B C G I N O P Q R S

A

AbstractCollectionConverter<T extends Collection> - Class in org.xwiki.properties.converter.collection
Base class for all Collection converters.
AbstractCollectionConverter() - Constructor for class org.xwiki.properties.converter.collection.AbstractCollectionConverter
 
AbstractConverter<T> - Class in org.xwiki.properties.converter
Helper base class for a Converter component.
AbstractConverter() - Constructor for class org.xwiki.properties.converter.AbstractConverter
 
AbstractSetConverter<S extends Set> - Class in org.xwiki.properties.converter.collection
Base class for all Set converters.
AbstractSetConverter() - Constructor for class org.xwiki.properties.converter.collection.AbstractSetConverter
 

B

BeanDescriptor - Interface in org.xwiki.properties
Contains information on a java bean.
BeanManager - Interface in org.xwiki.properties
Component used to populate or parse a java bean.

C

ConversionException - Exception in org.xwiki.properties.converter
 
ConversionException(String) - Constructor for exception org.xwiki.properties.converter.ConversionException
Construct a new exception with the specified message.
ConversionException(String, Throwable) - Constructor for exception org.xwiki.properties.converter.ConversionException
Construct a new exception with the specified message and root cause.
ConversionException(Throwable) - Constructor for exception org.xwiki.properties.converter.ConversionException
Construct a new exception with the specified root cause.
convert(Type, Object) - Method in class org.xwiki.properties.converter.AbstractConverter
 
convert(Type, Object) - Method in interface org.xwiki.properties.converter.Converter
 
convert(Type, Object) - Method in interface org.xwiki.properties.ConverterManager
Convert provided value into the provided target type.
Converter<T> - Interface in org.xwiki.properties.converter
Converter provided value in the provided target type.
ConverterManager - Interface in org.xwiki.properties
Simple API to do universal conversion between two types.
convertToString(T) - Method in class org.xwiki.properties.converter.AbstractConverter
Convert the input object into a String.
convertToString(T) - Method in class org.xwiki.properties.converter.collection.AbstractCollectionConverter
 
convertToType(Type, Object) - Method in class org.xwiki.properties.converter.AbstractConverter
Convert the input object into an output object of the specified type.
convertToType(Class<G>, Object) - Method in class org.xwiki.properties.converter.AbstractConverter
Deprecated. since 3.0M1 overwrite AbstractConverter.convertToType(Type, Object) instead
convertToType(Type, Object) - Method in class org.xwiki.properties.converter.collection.AbstractCollectionConverter
 
createStreamTokenizer(String) - Method in class org.xwiki.properties.converter.collection.AbstractCollectionConverter
Create and initializer a StreamTokenizer to parse the value.

G

getBeanClass() - Method in interface org.xwiki.properties.BeanDescriptor
 
getBeanDescriptor(Class<?>) - Method in interface org.xwiki.properties.BeanManager
Parse provided java bean and return a descriptor with all its public properties.
getConverterManager() - Method in class org.xwiki.properties.converter.collection.AbstractCollectionConverter
 
getDefaultValue() - Method in interface org.xwiki.properties.PropertyDescriptor
 
getDelimiters() - Method in class org.xwiki.properties.converter.collection.AbstractCollectionConverter
 
getDescription() - Method in interface org.xwiki.properties.PropertyDescriptor
 
getFied() - Method in interface org.xwiki.properties.PropertyDescriptor
Deprecated. since 4.2M1 use PropertyDescriptor.getField() instead
getField() - Method in interface org.xwiki.properties.PropertyDescriptor
 
getId() - Method in interface org.xwiki.properties.PropertyDescriptor
 
getName() - Method in interface org.xwiki.properties.PropertyDescriptor
 
getProperties() - Method in interface org.xwiki.properties.BeanDescriptor
 
getProperty(String) - Method in interface org.xwiki.properties.BeanDescriptor
Return descriptor for the provided property name.
getPropertyClass() - Method in interface org.xwiki.properties.PropertyDescriptor
Deprecated. since 3.0M1 use PropertyDescriptor.getPropertyType() instead
getPropertyType() - Method in interface org.xwiki.properties.PropertyDescriptor
 
getReadMethod() - Method in interface org.xwiki.properties.PropertyDescriptor
 
getWriteMethod() - Method in interface org.xwiki.properties.PropertyDescriptor
 

I

isMandatory() - Method in interface org.xwiki.properties.PropertyDescriptor
 

N

newCollection(Type) - Method in class org.xwiki.properties.converter.collection.AbstractCollectionConverter
 
newCollection(Type) - Method in class org.xwiki.properties.converter.collection.AbstractSetConverter
 

O

org.xwiki.properties - package org.xwiki.properties
 
org.xwiki.properties.annotation - package org.xwiki.properties.annotation
 
org.xwiki.properties.converter - package org.xwiki.properties.converter
 
org.xwiki.properties.converter.collection - package org.xwiki.properties.converter.collection
 

P

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.
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.

Q

QUOTECHAR - Static variable in class org.xwiki.properties.converter.collection.AbstractCollectionConverter
Quote char.
QUOTESTRING - Static variable in class org.xwiki.properties.converter.collection.AbstractCollectionConverter
Quote string.

R

RawProperties - Interface in org.xwiki.properties
A bean can implement this interface to be provided with remaining values as custom properties.

S

set(String, Object) - Method in interface org.xwiki.properties.RawProperties
Set a custom property to the bean.
setDelimiters(String) - Method in class org.xwiki.properties.converter.collection.AbstractCollectionConverter
Set the delimiter to be used for parsing a delimited String.

A B C G I N O P Q R S

Copyright © 2004–2014 XWiki. All rights reserved.