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

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

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

Subclasses of AbstractRecursiveValueConverter 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 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.