Skip navigation links
A C D E G H I L M N P R S T U V W 

A

AbstractComposedValueConverter - Class in net.sf.mmm.util.value.base
This is the abstract base implementation of the ComposedValueConverter interface.
AbstractComposedValueConverter() - Constructor for class net.sf.mmm.util.value.base.AbstractComposedValueConverter
The constructor.
AbstractComposedValueConverterFactory - Class in net.sf.mmm.util.value.base
This is the abstract base implementation of ComposedValueConverterFactory.
AbstractComposedValueConverterFactory() - Constructor for class net.sf.mmm.util.value.base.AbstractComposedValueConverterFactory
The constructor.
AbstractConverterToArray<ARRAY> - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to an array.
AbstractConverterToArray() - Constructor for class net.sf.mmm.util.value.impl.AbstractConverterToArray
The constructor.
AbstractGenericValueConverter<SOURCE> - Class in net.sf.mmm.util.value.base
This is the abstract base implementation of the GenericValueConverter interface.
AbstractGenericValueConverter() - Constructor for class net.sf.mmm.util.value.base.AbstractGenericValueConverter
The constructor.
AbstractRecursiveValueConverter<SOURCE,TARGET> - Class in net.sf.mmm.util.value.base
This is an abstract base-implementation for a ValueConverter that performs recursive conversions on the owning-converter for converting child values.
AbstractRecursiveValueConverter() - Constructor for class net.sf.mmm.util.value.base.AbstractRecursiveValueConverter
The constructor.
AbstractSimpleValueConverter<SOURCE,TARGET> - Class in net.sf.mmm.util.value.base
This is an abstract base-implementation of the ValueConverter interface that simply works with Class rather than GenericType.
AbstractSimpleValueConverter() - Constructor for class net.sf.mmm.util.value.base.AbstractSimpleValueConverter
The constructor.
AbstractValueConverter<SOURCE,TARGET> - Class in net.sf.mmm.util.value.base
This is the abstract base-implementation of the ValueConverter interface.
AbstractValueConverter() - Constructor for class net.sf.mmm.util.value.base.AbstractValueConverter
The constructor.
AbstractValueConverterToCompatiblePojo<SOURCE,TARGET> - Class in net.sf.mmm.util.value.impl
This is an abstract base implementation of the ValueConverter interface that converts an POJO to a POJO with the same properties.
AbstractValueConverterToCompatiblePojo() - Constructor for class net.sf.mmm.util.value.impl.AbstractValueConverterToCompatiblePojo
The constructor.
AbstractValueConverterToContainer<CONTAINER> - Class in net.sf.mmm.util.value.impl
This is the abstract base-implementation of a ValueConverter that converts an Object to a container type.
AbstractValueConverterToContainer() - Constructor for class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
The constructor.
AbstractValueConverterToSimilarPojo<SOURCE,TARGET> - Class in net.sf.mmm.util.value.impl
This is an abstract base implementation of ValueConverter that extends AbstractValueConverterToCompatiblePojo and adds tolerance for unmatched properties.
AbstractValueConverterToSimilarPojo() - Constructor for class net.sf.mmm.util.value.impl.AbstractValueConverterToSimilarPojo
The constructor.
AbstractValueConverterToSimilarPojo(SetFactory) - Constructor for class net.sf.mmm.util.value.impl.AbstractValueConverterToSimilarPojo
The constructor.
addConverter(ValueConverter<?, ?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method registers the given converter to this composed converter.
addConverter(ValueConverter<?, TARGET>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
This method registers the given converter to this composed converter.
addConverterComponent(ValueConverter<?, ?>) - Method in class net.sf.mmm.util.value.impl.DefaultComposedValueConverter
 
addConverterInternal(ValueConverter<?, ?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method registers the given converter to this composed converter.

C

checkRange(V, V, V, Object) - Static method in exception net.sf.mmm.util.value.api.ValueOutOfRangeException
Deprecated.
This method checks that the given value is in the inclusive range from minimum to maximum.
checkRange(Number, Number, Number, Object) - Static method in exception net.sf.mmm.util.value.api.ValueOutOfRangeException
Deprecated.
collectionFactoryManager - Variable in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
 
ComposedTargetTypeConverter(Class<TARGET>) - Constructor for class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
The constructor.
ComposedValueConverter - Interface in net.sf.mmm.util.value.api
This is the interface for a ValueConverter that is composed out of individual ValueConverters.
composedValueConverter - Variable in class net.sf.mmm.util.value.base.AbstractRecursiveValueConverter
 
composedValueConverter() - Method in class net.sf.mmm.util.value.impl.spring.UtilValueSpringConfig
 
ComposedValueConverterFactory - Interface in net.sf.mmm.util.value.api
This is the interface of a factory of ComposedValueConverter instances.
ComposedValueConverterFactoryImpl - Class in net.sf.mmm.util.value.impl
This is the implementation of ComposedValueConverterFactory.
ComposedValueConverterFactoryImpl() - Constructor for class net.sf.mmm.util.value.impl.ComposedValueConverterFactoryImpl
The constructor.
ComposedValueConverterImpl - Class in net.sf.mmm.util.value.impl
This is the implementation of the ComposedValueConverter interface.
ComposedValueConverterImpl() - Constructor for class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
The constructor.
ComposedValueConverterImpl.ComposedTargetTypeConverter<TARGET> - Class in net.sf.mmm.util.value.impl
This inner class is a composed converter for all ValueConverters with the same target-type.
ComposedValueConverterImpl.TargetClass2ConverterMap - Class in net.sf.mmm.util.value.impl
convert(SOURCE, Object, Class<T>) - Method in interface net.sf.mmm.util.value.api.SimpleValueConverter
This method converts the given pojo to the <TARGET>-type.
convert(SOURCE, Object, GenericType<T>) - Method in interface net.sf.mmm.util.value.api.ValueConverter
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
 
convert(SOURCE, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.base.AbstractSimpleValueConverter
 
convert(SOURCE, Object, Class<T>) - Method in class net.sf.mmm.util.value.base.AbstractValueConverter
 
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
 
convert(V, Object, Class<T>) - Method in class net.sf.mmm.util.value.base.SimpleValueConverterIdentity
 
convert(V, Object, Class<T>) - Method in class net.sf.mmm.util.value.base.ValueConverterIdentity
 
convert(SOURCE, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToCompatiblePojo
 
convert(Object, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
 
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
 
convert(Object, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
 
convert(Object, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
 
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToBoolean
 
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
 
convert(CharSequence, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToClass
 
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
 
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToEnum
 
convert(CharSequence, Object, Class<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToFile
 
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
 
convert(CharSequence, Object, Class<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToPattern
 
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
 
convertContainerEntry(Object, int, ARRAY, Object, GenericType<? extends ARRAY>, Object) - Method in class net.sf.mmm.util.value.impl.AbstractConverterToArray
 
convertContainerEntry(Object, int, CONTAINER, Object, GenericType<? extends CONTAINER>, Object) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method converts a single entry of a container.
convertContainerEntry(Object, int, Collection, Object, GenericType<? extends Collection>, Object) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCollection
 
convertContainerEntry(Object, int, Map, Object, GenericType<? extends Map>, Object) - Method in class net.sf.mmm.util.value.impl.ValueConverterToMap
 
converters - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterFactoryImpl
 
converters - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
 
convertFromArray(Object, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method performs the conversion for array values.
convertFromCollection(Collection, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method performs the conversion for Collection values.
convertFromString(String, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method performs the conversion for String values.
convertRecursive(Object, Object, GenericType<T>, Class<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
This method performs the conversion recursive.
convertRecursive(Object, Object, GenericType<?>, Class<?>, ValueConverter, ComposedValueConverterImpl.TargetClass2ConverterMap) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method performs the conversion recursive.
convertUnknownValue(String, Class<V>, Object) - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method converts the given String-value to the given type.
convertValue(SOURCE, Object, Class<TARGET>) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, Class<TARGET>, Type) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, Class<TARGET>, TARGET) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, Class<TARGET>, Type, TARGET) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, TARGET, TARGET) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method converts the given value to a numeric type and also validates that it is in the given range from minimum to maximum.
convertValue(SOURCE, Object, TARGET, TARGET, TARGET) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method gets a numeric value and also validates that it is in the given range from minimum to maximum.
convertValue(Object, Object, Class<TARGET>) - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
 
convertValue(Object, Object, Class<TARGET>, Type) - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
 
convertValue(SOURCE, Object, Class<TARGET>) - Method in class net.sf.mmm.util.value.base.AbstractGenericValueConverter
 
convertValue(SOURCE, Object, Class<TARGET>, Type, TARGET) - Method in class net.sf.mmm.util.value.base.AbstractGenericValueConverter
 
convertValue(SOURCE, Object, Class<TARGET>, TARGET) - Method in class net.sf.mmm.util.value.base.AbstractGenericValueConverter
 
convertValue(SOURCE, Object, TARGET, TARGET, TARGET) - Method in class net.sf.mmm.util.value.base.AbstractGenericValueConverter
 
convertValue(SOURCE, Object, TARGET, TARGET) - Method in class net.sf.mmm.util.value.base.AbstractGenericValueConverter
 
convertValue(String, Object, Class<TARGET>, Type) - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
 
createContainer(GenericType<T>, int) - Method in class net.sf.mmm.util.value.impl.AbstractConverterToArray
 
createContainer(GenericType<T>, int) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method creates the according container for the given containerType.
createContainer(GenericType<T>, int) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCollection
 
createContainer(GenericType<T>, int) - Method in class net.sf.mmm.util.value.impl.ValueConverterToMap
 
createConverter(boolean, List<ValueConverter<?, ?>>) - Method in interface net.sf.mmm.util.value.api.ComposedValueConverterFactory
Creates a new custom instance of ComposedValueConverter with the given configuration.
createConverter(boolean, List<ValueConverter<?, ?>>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterFactoryImpl
 
createMessage(V, V, V, Object) - Static method in exception net.sf.mmm.util.value.api.ValueOutOfRangeException
Deprecated.
Creates a new error NlsMessage that the given value is not in the range from minimum to maximum.

D

DefaultComposedValueConverter - Class in net.sf.mmm.util.value.impl
This is a default ComposedValueConverter to be used without IoC-Container.
DefaultComposedValueConverter() - Constructor for class net.sf.mmm.util.value.impl.DefaultComposedValueConverter
The constructor.
defaultConverter - Variable in class net.sf.mmm.util.value.base.AbstractComposedValueConverterFactory
 
doInitialize() - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
 
doInitialize() - Method in class net.sf.mmm.util.value.base.AbstractRecursiveValueConverter
 
doInitialize() - Method in class net.sf.mmm.util.value.base.AbstractValueConverter
 
doInitialize() - Method in class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
 
doInitialize() - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
 
doInitialize() - Method in class net.sf.mmm.util.value.impl.AbstractConverterToArray
 
doInitialize() - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToCompatiblePojo
 
doInitialize() - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
 
doInitialize() - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterFactoryImpl
 
doInitialize() - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
 
doInitialize() - Method in class net.sf.mmm.util.value.impl.DefaultComposedValueConverter
 
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
 
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
 
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
 
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
 

E

ELEMENT_ESCAPE_END - Static variable in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
The suffix used to escape an element (that may contain AbstractValueConverterToContainer.ELEMENT_SEPARATOR).
ELEMENT_ESCAPE_START - Static variable in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
The prefix used to escape an element (that may contain AbstractValueConverterToContainer.ELEMENT_SEPARATOR).
ELEMENT_SEPARATOR - Static variable in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
The character used to separate the element of the collection.
equals(Object) - Method in class net.sf.mmm.util.value.api.Range
 

G

GenericValueConverter<SOURCE> - Interface in net.sf.mmm.util.value.api
This is the interface for generic conversion of values from a specific source-type ( <SOURCE>) to a given target-type (<TARGET>).
ATTENTION:
An implementation of this interface should be stateless and thread-safe.
getClass(ComposedValueConverterImpl.ComposedTargetTypeConverter<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.TargetClass2ConverterMap
 
getCode() - Method in exception net.sf.mmm.util.value.api.ValueConvertException
Deprecated.
 
getCode() - Method in exception net.sf.mmm.util.value.api.ValueNotSetException
Deprecated.
 
getCode() - Method in exception net.sf.mmm.util.value.api.ValueOutOfRangeException
Deprecated.
 
getCode() - Method in exception net.sf.mmm.util.value.api.WrongValueTypeException
Deprecated.
 
getCollectionFactoryManager() - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
 
getComparator() - Method in class net.sf.mmm.util.value.api.NumberRange
 
getComparator() - Method in class net.sf.mmm.util.value.api.Range
 
getComposedValueConverter() - Method in class net.sf.mmm.util.value.base.AbstractRecursiveValueConverter
This method gets the ComposedValueConverter owing this converter.
getConverters() - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
 
getDefaultConverter() - Method in interface net.sf.mmm.util.value.api.ComposedValueConverterFactory
 
getDefaultConverter() - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverterFactory
 
getInstance() - Static method in class net.sf.mmm.util.value.base.SimpleValueConverterIdentity
 
getInstance() - Static method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method gets the singleton instance of this StringValueConverterImpl.
getInstance() - Static method in class net.sf.mmm.util.value.impl.DefaultComposedValueConverter
This method gets the singleton instance of this ComposedValueConverter.
getIso8601Util() - Method in class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
 
getIso8601Util() - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method gets the Iso8601Util used to parse and format date and time according to the standard ISO-8601.
getIso8601Util() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
This method gets the Iso8601Util to use.
getIso8601Util() - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
This method gets the Iso8601Util to use.
getIso8601Util() - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
This method gets the Iso8601Util to use.
getMathUtil() - Method in class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
 
getMathUtil() - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
This method gets the MathUtil to use.
getMax() - Method in class net.sf.mmm.util.value.api.Range
Shorthand form for Range.getMaximumValue().
getMaximumValue() - Method in class net.sf.mmm.util.value.api.Range
getMin() - Method in class net.sf.mmm.util.value.api.Range
Shorthand form for Range.getMinimumValue().
getMinimumValue() - Method in class net.sf.mmm.util.value.api.Range
getPojoDescriptorBuilder() - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToCompatiblePojo
 
getPojoDescriptorBuilderFactory() - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToCompatiblePojo
 
getReflectionUtil() - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
This method gets the ReflectionUtil instance to use.
getReflectionUtil() - Method in class net.sf.mmm.util.value.base.AbstractValueConverter
This method gets the ReflectionUtilImpl instance to use.
getReflectionUtil() - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterFactoryImpl
This method gets the ReflectionUtil instance to use.
getSourceType() - Method in interface net.sf.mmm.util.value.api.ValueConverter
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
 
getSourceType() - Method in class net.sf.mmm.util.value.base.ValueConverterIdentity
 
getSourceType() - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
 
getSourceType() - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
 
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToBoolean
 
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
 
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToClass
 
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
 
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
 
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToEnum
 
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToFile
 
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
 
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToPattern
 
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
 
getTargetType() - Method in interface net.sf.mmm.util.value.api.ValueConverter
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
 
getTargetType() - Method in class net.sf.mmm.util.value.base.ValueConverterIdentity
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfBoolean
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfByte
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfDouble
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfFloat
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfInt
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfLong
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfObject
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfShort
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToBoolean
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToClass
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCollection
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToEnum
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToFile
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToMap
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToPattern
 
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
 
getType(Object) - Static method in exception net.sf.mmm.util.value.api.WrongValueTypeException
Deprecated.
This method gets the type reflecting the actual value.

H

handleNoGetterForSetter(PojoPropertyAccessorOneArg, Class<?>, Object, Class<?>) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToCompatiblePojo
Called if the target object of the conversion has a setter that has no corresponding getter in the source object to convert.
handleNoGetterForSetter(PojoPropertyAccessorOneArg, Class<?>, Object, Class<?>) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToSimilarPojo
 
hashCode() - Method in class net.sf.mmm.util.value.api.Range
 

I

INSTANCE - Static variable in class net.sf.mmm.util.value.base.SimpleValueConverterIdentity
 
instance - Static variable in class net.sf.mmm.util.value.base.StringValueConverterImpl
 
instance - Static variable in class net.sf.mmm.util.value.impl.DefaultComposedValueConverter
 
isAccepted(Class<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method determines if the given type is accepted as significant type for registration and lookup of ValueConverters.
isAccepted(Class<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.TargetClass2ConverterMap
 
isApplicable(ValueConverter<?, ?>, GenericType<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method determines if the given converter is applicable for the given targetType.
isApplicable(Class<?>, Class<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method determines if the given converterTargetClass is applicable for the expectedTargetClass.
isContained(V) - Method in class net.sf.mmm.util.value.api.Range
This method determines if the given value is within this Range from minimum to maximum.
isFailIfUnprecise() - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
This method determines if the conversion from one number-type to another should fail if it is unprecise.
iso8601Util - Variable in class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
 
iso8601Util - Variable in class net.sf.mmm.util.value.base.StringValueConverterImpl
 
iso8601Util - Variable in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
 
iso8601Util - Variable in class net.sf.mmm.util.value.impl.ValueConverterToDate
 
iso8601Util - Variable in class net.sf.mmm.util.value.impl.ValueConverterToString
 

L

LOG - Static variable in class net.sf.mmm.util.value.impl.AbstractValueConverterToSimilarPojo
 
LOG - Static variable in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
 

M

mathUtil - Variable in class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
 
mathUtil - Variable in class net.sf.mmm.util.value.base.StringValueConverterImpl
 
mathUtil - Variable in class net.sf.mmm.util.value.impl.ValueConverterToNumber
 
max - Variable in class net.sf.mmm.util.value.api.Range
 
MAX_UNBOUND - Static variable in class net.sf.mmm.util.value.api.Range
The unbound maximum.
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.value.api.ValueConvertException
Deprecated.
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.value.api.ValueNotSetException
Deprecated.
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.value.api.ValueOutOfRangeException
Deprecated.
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.value.api.WrongValueTypeException
Deprecated.
 
min - Variable in class net.sf.mmm.util.value.api.Range
 
MIN_UNBOUND - Static variable in class net.sf.mmm.util.value.api.Range
The unbound minimum.

N

net.sf.mmm.util.value.api - package net.sf.mmm.util.value.api
Provides the API for generic handling of values.
net.sf.mmm.util.value.base - package net.sf.mmm.util.value.base
Contains the base-implementations of the value API.
net.sf.mmm.util.value.impl - package net.sf.mmm.util.value.impl
Contains the implementation of the Value-Util API.
net.sf.mmm.util.value.impl.spring - package net.sf.mmm.util.value.impl.spring
 
NumberRange - Class in net.sf.mmm.util.value.api
This class extends Range to allow mixed types of Number to be used.
NumberRange() - Constructor for class net.sf.mmm.util.value.api.NumberRange
The constructor.
NumberRange(Number, Number) - Constructor for class net.sf.mmm.util.value.api.NumberRange
The constructor.

P

parseNumber(String, Object) - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method parses a numeric value.
pojoDescriptorBuilder - Variable in class net.sf.mmm.util.value.impl.AbstractValueConverterToCompatiblePojo
 
pojoDescriptorBuilderFactory - Variable in class net.sf.mmm.util.value.impl.AbstractValueConverterToCompatiblePojo
 
pojoFactory - Variable in class net.sf.mmm.util.value.impl.AbstractValueConverterToCompatiblePojo
 
put(Class<?>, ComposedValueConverterImpl.ComposedTargetTypeConverter<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.TargetClass2ConverterMap
 

R

Range<V> - Class in net.sf.mmm.util.value.api
This class represents a range of two values, minimum and maximum.
Range() - Constructor for class net.sf.mmm.util.value.api.Range
The constructor for serialization.
Range(V, V) - Constructor for class net.sf.mmm.util.value.api.Range
The constructor.
reflectionUtil - Variable in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
 
reflectionUtil - Variable in class net.sf.mmm.util.value.base.AbstractValueConverter
 
reflectionUtil - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterFactoryImpl
 

S

serialVersionUID - Static variable in class net.sf.mmm.util.value.api.NumberRange
 
serialVersionUID - Static variable in class net.sf.mmm.util.value.api.Range
 
serialVersionUID - Static variable in exception net.sf.mmm.util.value.api.ValueConvertException
Deprecated.
UID for serialization
serialVersionUID - Static variable in exception net.sf.mmm.util.value.api.ValueException
Deprecated.
 
serialVersionUID - Static variable in exception net.sf.mmm.util.value.api.ValueNotSetException
Deprecated.
uid for serialization
serialVersionUID - Static variable in exception net.sf.mmm.util.value.api.ValueOutOfRangeException
Deprecated.
 
serialVersionUID - Static variable in exception net.sf.mmm.util.value.api.WrongValueTypeException
Deprecated.
 
setCollectionFactoryManager(CollectionFactoryManager) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
 
setComposedValueConverter(ComposedValueConverter) - Method in class net.sf.mmm.util.value.base.AbstractRecursiveValueConverter
This method sets (injects) the composedValueConverter.
setConverters(List<ValueConverter<?, ?>>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterFactoryImpl
This method injects a List of ValueConverters to use as default.
setConverters(List<ValueConverter<?, ?>>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method injects a List of ValueConverters to add.
setDefaultConverter(ComposedValueConverter) - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverterFactory
 
setIso8601Util(Iso8601UtilLimited) - Method in class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
 
setIso8601Util(Iso8601Util) - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method sets the Iso8601Util.
setIso8601Util(Iso8601Util) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
This method sets the Iso8601Util to use.
setIso8601Util(Iso8601Util) - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
This method sets the Iso8601Util to use.
setIso8601Util(Iso8601Util) - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
This method sets the Iso8601Util to use.
setMathUtil(MathUtilLimited) - Method in class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
 
setMathUtil(MathUtil) - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
This method set the MathUtil to use.
setPojoDescriptorBuilder(PojoDescriptorBuilder) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToCompatiblePojo
This method sets the PojoDescriptorBuilder instance to use.
setPojoDescriptorBuilderFactory(PojoDescriptorBuilderFactory) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToCompatiblePojo
This method sets the PojoDescriptorBuilderFactory instance to use.
setPojoFactory(PojoFactory) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToCompatiblePojo
This method sets the PojoFactory instance to used to create new instances of POJOs.
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.value.base.AbstractValueConverter
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterFactoryImpl
 
SimpleGenericValueConverter - Interface in net.sf.mmm.util.value.api
This is the interface for a SimpleValueConverter that is generic and can convert from Object to Object.
SimpleGenericValueConverterImpl - Class in net.sf.mmm.util.value.base
This is a generic value converter that is GWT compatible and therefore has reduced flexibility.
SimpleGenericValueConverterImpl() - Constructor for class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
The constructor.
SimpleValueConverter<SOURCE,TARGET> - Interface in net.sf.mmm.util.value.api
This is the interface for a converter that converts a value of the type <SOURCE> to the type <TARGET>.
SimpleValueConverterIdentity<V> - Class in net.sf.mmm.util.value.base
This is an implementation of SimpleValueConverter that returns the unmodified value (identity conversion).
SimpleValueConverterIdentity() - Constructor for class net.sf.mmm.util.value.base.SimpleValueConverterIdentity
The constructor.
sourceClass2converterMap - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
 
StringValueConverter - Interface in net.sf.mmm.util.value.api
This is a sub-interface of GenericValueConverter for the most common value type String.
stringValueConverter() - Method in class net.sf.mmm.util.value.impl.spring.UtilValueSpringConfig
 
StringValueConverterImpl - Class in net.sf.mmm.util.value.base
This is the implementation of StringValueConverter.
StringValueConverterImpl() - Constructor for class net.sf.mmm.util.value.base.StringValueConverterImpl
The constructor.

T

targetArrayClass2converterMap - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
 
targetClass2converterMap - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
 
TargetClass2ConverterMap() - Constructor for class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.TargetClass2ConverterMap
The constructor.
TargetClass2ConverterMap(MapFactory<Map>) - Constructor for class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.TargetClass2ConverterMap
The constructor.
targetType - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
 
toString() - Method in class net.sf.mmm.util.value.api.Range
 

U

unmatchedSetters - Variable in class net.sf.mmm.util.value.impl.AbstractValueConverterToSimilarPojo
 
UtilValueSpringConfig - Class in net.sf.mmm.util.value.impl.spring
This is the Spring Configuration for value.
UtilValueSpringConfig() - Constructor for class net.sf.mmm.util.value.impl.spring.UtilValueSpringConfig
 

V

valueClass - Variable in class net.sf.mmm.util.value.base.ValueConverterIdentity
 
ValueConverter<SOURCE,TARGET> - Interface in net.sf.mmm.util.value.api
This is the interface for a converter that converts a value from a source-type to a specific target-type.
ValueConverterIdentity<V> - Class in net.sf.mmm.util.value.base
This is an implementation of ValueConverter that returns the unmodified value (identity conversion).
ValueConverterIdentity(Class<V>) - Constructor for class net.sf.mmm.util.value.base.ValueConverterIdentity
The constructor.
ValueConverterToArrayOfBoolean - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to boolean[].
ValueConverterToArrayOfBoolean() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfBoolean
The constructor.
ValueConverterToArrayOfByte - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to byte[].
ValueConverterToArrayOfByte() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfByte
The constructor.
ValueConverterToArrayOfDouble - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to double[].
ValueConverterToArrayOfDouble() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfDouble
The constructor.
ValueConverterToArrayOfFloat - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to float[].
ValueConverterToArrayOfFloat() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfFloat
The constructor.
ValueConverterToArrayOfInt - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to int[].
ValueConverterToArrayOfInt() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfInt
The constructor.
ValueConverterToArrayOfLong - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to long[].
ValueConverterToArrayOfLong() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfLong
The constructor.
ValueConverterToArrayOfObject - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to an array.
ValueConverterToArrayOfObject() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfObject
The constructor.
ValueConverterToArrayOfShort - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to short[].
ValueConverterToArrayOfShort() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfShort
The constructor.
ValueConverterToBoolean - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Boolean.
ValueConverterToBoolean() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToBoolean
The constructor.
ValueConverterToCalendar - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Calendar.
ValueConverterToCalendar() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToCalendar
The constructor.
ValueConverterToClass - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts a CharSequence to a Class.
ValueConverterToClass() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToClass
The constructor.
ValueConverterToCollection - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Collection.
ValueConverterToCollection() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToCollection
The constructor.
ValueConverterToCompatiblePojo - Class in net.sf.mmm.util.value.impl
This class extends AbstractValueConverterToCompatiblePojo so it is used as fallback converter for any Object if no more specific converter is matching.
ValueConverterToCompatiblePojo() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
The constructor.
ValueConverterToDate - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Date.
ValueConverterToDate() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToDate
The constructor.
ValueConverterToEnum - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to an Enum.
ValueConverterToEnum() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToEnum
The constructor.
ValueConverterToFile - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts a CharSequence to a File.
ValueConverterToFile() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToFile
The constructor.
ValueConverterToMap - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Map.
ValueConverterToMap() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToMap
The constructor.
ValueConverterToNumber - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Number.
ValueConverterToNumber() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToNumber
The constructor.
ValueConverterToPattern - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts a CharSequence to a Pattern.
ValueConverterToPattern() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToPattern
The constructor.
ValueConverterToString - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a String.
ValueConverterToString() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToString
The constructor.
ValueConvertException - Exception in net.sf.mmm.util.value.api
Deprecated.
ValueConvertException() - Constructor for exception net.sf.mmm.util.value.api.ValueConvertException
Deprecated.
The constructor for de-serialization in GWT.
ValueConvertException(Object, Type) - Constructor for exception net.sf.mmm.util.value.api.ValueConvertException
Deprecated.
The constructor.
ValueConvertException(Object, Type, Object) - Constructor for exception net.sf.mmm.util.value.api.ValueConvertException
Deprecated.
The constructor.
ValueConvertException(Throwable, Object, Type) - Constructor for exception net.sf.mmm.util.value.api.ValueConvertException
Deprecated.
The constructor.
ValueConvertException(Throwable, Object, Type, Object) - Constructor for exception net.sf.mmm.util.value.api.ValueConvertException
Deprecated.
The constructor.
ValueException - Exception in net.sf.mmm.util.value.api
Deprecated.
ValueException() - Constructor for exception net.sf.mmm.util.value.api.ValueException
Deprecated.
The constructor for de-serialization in GWT.
ValueException(NlsMessage) - Constructor for exception net.sf.mmm.util.value.api.ValueException
Deprecated.
The constructor.
ValueException(Throwable, NlsMessage) - Constructor for exception net.sf.mmm.util.value.api.ValueException
Deprecated.
The constructor.
ValueNotSetException - Exception in net.sf.mmm.util.value.api
Deprecated.
ValueNotSetException() - Constructor for exception net.sf.mmm.util.value.api.ValueNotSetException
Deprecated.
The constructor for de-serialization in GWT.
ValueNotSetException(Object) - Constructor for exception net.sf.mmm.util.value.api.ValueNotSetException
Deprecated.
The constructor.
ValueOutOfRangeException - Exception in net.sf.mmm.util.value.api
Deprecated.
ValueOutOfRangeException() - Constructor for exception net.sf.mmm.util.value.api.ValueOutOfRangeException
Deprecated.
The constructor for de-serialization in GWT.
ValueOutOfRangeException(Number, Number, Number) - Constructor for exception net.sf.mmm.util.value.api.ValueOutOfRangeException
Deprecated.
ValueOutOfRangeException(Number, Number, Number, Object) - Constructor for exception net.sf.mmm.util.value.api.ValueOutOfRangeException
ValueOutOfRangeException(V, V, V) - Constructor for exception net.sf.mmm.util.value.api.ValueOutOfRangeException
Deprecated.
The constructor.
ValueOutOfRangeException(V, V, V, Object) - Constructor for exception net.sf.mmm.util.value.api.ValueOutOfRangeException
Deprecated.
The constructor.
ValueOutOfRangeException(Object, V, V, V) - Constructor for exception net.sf.mmm.util.value.api.ValueOutOfRangeException
verifyComparable(V, V, V) - Method in exception net.sf.mmm.util.value.api.ValueOutOfRangeException
Deprecated.
Verifies that the value is actually out of range.
verifyContained(V) - Method in class net.sf.mmm.util.value.api.Range
This method verifies that the given value is contained in this range .
verifyNumber(Number, Number, Number) - Method in exception net.sf.mmm.util.value.api.ValueOutOfRangeException
Deprecated.
Verifies that the value is actually out of range.

W

withMax(Number) - Method in class net.sf.mmm.util.value.api.NumberRange
 
withMax(V) - Method in class net.sf.mmm.util.value.api.Range
 
withMin(Number) - Method in class net.sf.mmm.util.value.api.NumberRange
 
withMin(V) - Method in class net.sf.mmm.util.value.api.Range
 
WrongValueTypeException - Exception in net.sf.mmm.util.value.api
Deprecated.
WrongValueTypeException() - Constructor for exception net.sf.mmm.util.value.api.WrongValueTypeException
Deprecated.
The constructor for de-serialization in GWT.
WrongValueTypeException(Object, Type) - Constructor for exception net.sf.mmm.util.value.api.WrongValueTypeException
Deprecated.
The constructor.
WrongValueTypeException(Throwable, Object, Type) - Constructor for exception net.sf.mmm.util.value.api.WrongValueTypeException
Deprecated.
The constructor.
WrongValueTypeException(Object, Object, Type) - Constructor for exception net.sf.mmm.util.value.api.WrongValueTypeException
Deprecated.
The constructor.
WrongValueTypeException(Throwable, Object, Object, Type) - Constructor for exception net.sf.mmm.util.value.api.WrongValueTypeException
Deprecated.
The constructor.
A C D E G H I L M N P R S T U V W 
Skip navigation links

Copyright © 2001–2019 mmm-Team. All rights reserved.