Package net.sf.mmm.util.value.impl

Contains the implementation of the Value-Util API.

See:
          Description

Class Summary
AbstractConverterToArray<ARRAY> This is an implementation of the ValueConverter interface that converts an Object to an array.
AbstractValueConverterToContainer<CONTAINER> This is the abstract base-implementation of a ValueConverter that converts an Object to a container type.
ComposedValueConverterImpl This is the implementation of the ComposedValueConverter interface.
DefaultComposedValueConverter This is a default ComposedValueConverter to be used without IoC-Container.
ValueConverterToArrayOfBoolean This is an implementation of the ValueConverter interface that converts an Object to boolean[].
ValueConverterToArrayOfByte This is an implementation of the ValueConverter interface that converts an Object to byte[].
ValueConverterToArrayOfDouble This is an implementation of the ValueConverter interface that converts an Object to double[].
ValueConverterToArrayOfFloat This is an implementation of the ValueConverter interface that converts an Object to float[].
ValueConverterToArrayOfInt This is an implementation of the ValueConverter interface that converts an Object to int[].
ValueConverterToArrayOfLong This is an implementation of the ValueConverter interface that converts an Object to long[].
ValueConverterToArrayOfObject This is an implementation of the ValueConverter interface that converts an Object to an array.
ValueConverterToArrayOfShort This is an implementation of the ValueConverter interface that converts an Object to short[].
ValueConverterToBoolean This is an implementation of the ValueConverter interface that converts an Object to a Boolean.
ValueConverterToCalendar This is an implementation of the ValueConverter interface that converts an Object to a Calendar.
ValueConverterToClass This is an implementation of the ValueConverter interface that converts a CharSequence to a Class.
ValueConverterToCollection This is an implementation of the ValueConverter interface that converts an Object to a Collection.
ValueConverterToCompatiblePojo This is an implementation of the ValueConverter interface that converts an POJO to a POJO with the same properties.
ValueConverterToDate This is an implementation of the ValueConverter interface that converts an Object to a Date.
ValueConverterToEnum This is an implementation of the ValueConverter interface that converts an Object to an Enum.
ValueConverterToFile This is an implementation of the ValueConverter interface that converts an Object to a Number.
ValueConverterToMap This is an implementation of the ValueConverter interface that converts an Object to a Map.
ValueConverterToNumber This is an implementation of the ValueConverter interface that converts an Object to a Number.
ValueConverterToString This is an implementation of the ValueConverter interface that converts an Object to a String.
 

Package net.sf.mmm.util.value.impl Description

Contains the implementation of the Value-Util API.

Value-Util Impl

This is the implementation of the value API. Here you will find converters of different types of values that are automatically plugged into the value converter framework via injection.



Copyright © 2001-2010 mmm-Team. All Rights Reserved.