Uses of Class
net.sf.mmm.util.value.base.AbstractValueConverter

Packages that use AbstractValueConverter
net.sf.mmm.util.value.base Contains the base-implementations of the value API
net.sf.mmm.util.value.impl Contains the implementation of the Value-Util API
 

Uses of AbstractValueConverter in net.sf.mmm.util.value.base
 

Subclasses of AbstractValueConverter in net.sf.mmm.util.value.base
 class AbstractRecursiveValueConverter<SOURCE,TARGET>
          This is an abstract base-implementation for a ValueConverter that performs recursive conversions on the owning-converter for converting child values.
 

Uses of AbstractValueConverter in net.sf.mmm.util.value.impl
 

Subclasses of AbstractValueConverter in net.sf.mmm.util.value.impl
 class AbstractConverterToArray<ARRAY>
          This is an implementation of the ValueConverter interface that converts an Object to an array.
 class AbstractValueConverterToContainer<CONTAINER>
          This is the abstract base-implementation of a ValueConverter that converts an Object to a container type.
 class ValueConverterToArrayOfBoolean
          This is an implementation of the ValueConverter interface that converts an Object to boolean[].
 class ValueConverterToArrayOfByte
          This is an implementation of the ValueConverter interface that converts an Object to byte[].
 class ValueConverterToArrayOfDouble
          This is an implementation of the ValueConverter interface that converts an Object to double[].
 class ValueConverterToArrayOfFloat
          This is an implementation of the ValueConverter interface that converts an Object to float[].
 class ValueConverterToArrayOfInt
          This is an implementation of the ValueConverter interface that converts an Object to int[].
 class ValueConverterToArrayOfLong
          This is an implementation of the ValueConverter interface that converts an Object to long[].
 class ValueConverterToArrayOfObject
          This is an implementation of the ValueConverter interface that converts an Object to an array.
 class ValueConverterToArrayOfShort
          This is an implementation of the ValueConverter interface that converts an Object to short[].
 class ValueConverterToClass
          This is an implementation of the ValueConverter interface that converts a CharSequence to a Class.
 class ValueConverterToCollection
          This is an implementation of the ValueConverter interface that converts an Object to a Collection.
 class ValueConverterToCompatiblePojo
          This is an implementation of the ValueConverter interface that converts an POJO to a POJO with the same properties.
 class ValueConverterToMap
          This is an implementation of the ValueConverter interface that converts an Object to a Map.
 



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