Uses of Interface
net.sf.mmm.util.value.api.SimpleValueConverter

Packages that use SimpleValueConverter
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.collection.base Contains public implementations of the Collection-Util API
net.sf.mmm.util.value.api Provides the API for generic handling of values. 
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 SimpleValueConverter in net.sf.mmm.util.cli.base
 

Classes in net.sf.mmm.util.cli.base that implement SimpleValueConverter
protected static class CliClassContainer.CliModeFormatter
          This inner class converts a CliModeContainer to a String.
protected static class CliState.CliArgumentFormatter
          This inner class converts a CliArgumentContainer to a String.
 

Uses of SimpleValueConverter in net.sf.mmm.util.collection.base
 

Fields in net.sf.mmm.util.collection.base declared as SimpleValueConverter
private  SimpleValueConverter<V,String> NodeCycle.formatter
           
 

Constructors in net.sf.mmm.util.collection.base with parameters of type SimpleValueConverter
NodeCycle(V startNode, SimpleValueConverter<V,String> formatter)
          The constructor.
 

Uses of SimpleValueConverter in net.sf.mmm.util.value.api
 

Subinterfaces of SimpleValueConverter in net.sf.mmm.util.value.api
 interface ComposedValueConverter
          This is the interface for a ValueConverter that is composed out of individual ValueConverters.
 interface ValueConverter<SOURCE,TARGET>
          This is the interface for a converter that converts a value from a source-type to a specific target-type.
 

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

Classes in net.sf.mmm.util.value.base that implement SimpleValueConverter
 class AbstractComposedValueConverter
          This is the abstract base implementation of the ComposedValueConverter interface.
 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.
 class AbstractSimpleValueConverter<SOURCE,TARGET>
          This is an abstract base-implementation of the ValueConverter interface that simply works with Class rather than GenericType.
 class AbstractValueConverter<SOURCE,TARGET>
          This is the abstract base-implementation of the ValueConverter interface.
 

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

Classes in net.sf.mmm.util.value.impl that implement SimpleValueConverter
 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 ComposedValueConverterImpl
          This is the implementation of the ComposedValueConverter interface.
protected  class ComposedValueConverterImpl.ComposedTargetTypeConverter<TARGET>
          This inner class is a composed converter for all ValueConverters with the same target-type.
 class DefaultComposedValueConverter
          This is a default ComposedValueConverter to be used without IoC-Container.
 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 ValueConverterToBoolean
          This is an implementation of the ValueConverter interface that converts an Object to a Boolean.
 class ValueConverterToCalendar
          This is an implementation of the ValueConverter interface that converts an Object to a Calendar.
 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 ValueConverterToDate
          This is an implementation of the ValueConverter interface that converts an Object to a Date.
 class ValueConverterToEnum
          This is an implementation of the ValueConverter interface that converts an Object to an Enum.
 class ValueConverterToFile
          This is an implementation of the ValueConverter interface that converts an Object to a Number.
 class ValueConverterToMap
          This is an implementation of the ValueConverter interface that converts an Object to a Map.
 class ValueConverterToNumber
          This is an implementation of the ValueConverter interface that converts an Object to a Number.
 class ValueConverterToString
          This is an implementation of the ValueConverter interface that converts an Object to a String.
 



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