Package | Description |
---|---|
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 . |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Field and Description |
---|---|
private SimpleValueConverter<V,String> |
NodeCycle.formatter |
Constructor and Description |
---|
NodeCycle(V startNode,
SimpleValueConverter<V,String> formatter)
The constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverter s. |
interface |
SimpleGenericValueConverter
This is the interface for a
SimpleValueConverter that is generic and can convert from Object to
Object . |
interface |
ValueConverter<SOURCE,TARGET>
This is the interface for a converter that
converts a value
from a source-type to a specific target-type . |
Modifier and Type | Class and Description |
---|---|
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. |
class |
SimpleGenericValueConverterImpl
This is a generic value converter that is GWT compatible and therefore has reduced flexibility.
|
class |
SimpleValueConverterIdentity<V>
This is an implementation of
SimpleValueConverter that returns the unmodified value (identity
conversion). |
class |
ValueConverterIdentity<V>
This is an implementation of
ValueConverter that returns the unmodified
value (identity conversion). |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConverterToArray<ARRAY>
This is an implementation of the
ValueConverter interface that converts an
Object to an array. |
class |
AbstractValueConverterToCompatiblePojo<SOURCE,TARGET>
This is an abstract base implementation of the
ValueConverter interface
that converts an POJO to a POJO with the same properties. |
class |
AbstractValueConverterToContainer<CONTAINER>
This is the abstract base-implementation of a
ValueConverter that converts an
Object to a container type. |
class |
AbstractValueConverterToSimilarPojo<SOURCE,TARGET>
This is an abstract base implementation of
ValueConverter that extends
AbstractValueConverterToCompatiblePojo and adds tolerance for unmatched properties. |
class |
ComposedValueConverterImpl
This is the implementation of the
ComposedValueConverter interface. |
protected class |
ComposedValueConverterImpl.ComposedTargetTypeConverter<TARGET>
This inner class is a composed converter for all
ValueConverter s with the same
target-type . |
class |
DefaultComposedValueConverter
This is a default
ComposedValueConverter to be used without IoC-Container. |
class |
ValueConverterEntityToEto
This class extends
AbstractValueConverterToCompatiblePojo for conversion from PersistenceEntity to
ETO . |
class |
ValueConverterEtoToEntity
This class extends
AbstractValueConverterToCompatiblePojo for conversion from ETO to
PersistenceEntity . |
class |
ValueConverterToArrayOfBoolean
|
class |
ValueConverterToArrayOfByte
|
class |
ValueConverterToArrayOfDouble
|
class |
ValueConverterToArrayOfFloat
|
class |
ValueConverterToArrayOfInt
|
class |
ValueConverterToArrayOfLong
|
class |
ValueConverterToArrayOfObject
This is an implementation of the
ValueConverter interface that converts an
Object to an array. |
class |
ValueConverterToArrayOfShort
|
class |
ValueConverterToBoolean
|
class |
ValueConverterToCalendar
|
class |
ValueConverterToClass
|
class |
ValueConverterToCollection
|
class |
ValueConverterToCompatiblePojo
This class extends
AbstractValueConverterToCompatiblePojo so it is used as fallback converter for any
Object if no more specific converter is matching. |
class |
ValueConverterToDate
|
class |
ValueConverterToEnum
|
class |
ValueConverterToFile
|
class |
ValueConverterToMap
|
class |
ValueConverterToNumber
|
class |
ValueConverterToPattern
This is an implementation of the
ValueConverter interface that converts a
CharSequence to a Pattern . |
class |
ValueConverterToString
|
Copyright © 2001–2016 mmm-Team. All rights reserved.