| Package | Description |
|---|---|
| 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. |
| net.sf.mmm.util.value.impl.spring |
| Class and Description |
|---|
| ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverters. |
| GenericValueConverter
This is the interface for generic conversion of values from a specific source-type (
<SOURCE>) to a
given target-type (<TARGET>).ATTENTION: An implementation of this interface should be stateless and thread-safe. |
| NumberRange |
| Range |
| SimpleValueConverter
This is the interface for a converter that
converts a value of the
type <SOURCE> to the type <TARGET>. |
| ValueConverter
This is the interface for a converter that
converts a value from a
source-type to a specific target-type. |
| ValueException
Deprecated.
use
ValueException |
| ValueOutOfRangeException
Deprecated.
|
| Class and Description |
|---|
| ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverters. |
| ComposedValueConverterFactory
This is the interface of a factory of
ComposedValueConverter instances. |
| GenericValueConverter
This is the interface for generic conversion of values from a specific source-type (
<SOURCE>) to a
given target-type (<TARGET>).ATTENTION: An implementation of this interface should be stateless and thread-safe. |
| SimpleGenericValueConverter
This is the interface for a
SimpleValueConverter that is generic and can convert from
Object to Object. |
| SimpleValueConverter
This is the interface for a converter that
converts a value of the
type <SOURCE> to the type <TARGET>. |
| StringValueConverter
This is a sub-interface of
GenericValueConverter for the most common value type String. |
| ValueConverter
This is the interface for a converter that
converts a value from a
source-type to a specific target-type. |
| Class and Description |
|---|
| ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverters. |
| ComposedValueConverterFactory
This is the interface of a factory of
ComposedValueConverter instances. |
| GenericValueConverter
This is the interface for generic conversion of values from a specific source-type (
<SOURCE>) to a
given target-type (<TARGET>).ATTENTION: An implementation of this interface should be stateless and thread-safe. |
| SimpleValueConverter
This is the interface for a converter that
converts a value of the
type <SOURCE> to the type <TARGET>. |
| ValueConverter
This is the interface for a converter that
converts a value from a
source-type to a specific target-type. |
| Class and Description |
|---|
| ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverters. |
| StringValueConverter
This is a sub-interface of
GenericValueConverter for the most common value type String. |
Copyright © 2001–2019 mmm-Team. All rights reserved.