| Package | Description |
|---|---|
| net.sf.cuf.model.converter |
This package contains various classes that can be used in a ValueModel chain as value converters.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<?> |
Collection2ListConverter.convertOwnToSubjectValue(List<?> pOwnValue)
throws an exception, since this converter is read only
Converts from the type that this value model offers to the type
its subject value model.
|
List<T> |
ListFilterConverter.convertOwnToSubjectValue(List<T> pOwnValue)
throws an exception, since this converter is read only
|
SubjectT |
TypeConverter.convertOwnToSubjectValue(OwnT pOwnValue)
Converts from the type that this value model offers to the type
its subject value model.
|
SubjectT |
FormatConverter.convertOwnToSubjectValue(OwnT pOwnValue)
Converts from the type that this value model offers to the type
of the subject value model.
|
String |
RegExpConverter.convertOwnToSubjectValue(String pOwnValue)
Converts from the type that this value model offers to the type
of the subject value model.
|
BigDecimal |
BigDecimalStringConverter.convertOwnToSubjectValue(String pOwnValue)
Converts from a String to an BigDecimal.
|
T |
AbstractNumberStringConverter.convertOwnToSubjectValue(String pOwnValue)
Converts from a String to an Number.
|
String |
BigDecimalStringConverter.convertSubjectToOwnValue(BigDecimal pSubjectValue)
Converts from a BigDecimal to a String.
|
List<?> |
Collection2ListConverter.convertSubjectToOwnValue(Collection<?> pSubjectValue)
creates a list with the same content as the collection
Converts from the type that the subject value model provides
to the type this value model offers.
|
List<T> |
ListFilterConverter.convertSubjectToOwnValue(List<T> pSubjectValue)
creates the list which contains only the elements that are accepted by the filter
Converts from the type that the subject value model provides
to the type this value model offers.
|
String |
RegExpConverter.convertSubjectToOwnValue(String pSubjectValue)
Converts from the type that the subject value model provides
to the type this value model offers
|
OwnT |
TypeConverter.convertSubjectToOwnValue(SubjectT pSubjectValue)
Converts from the type that the subject value model provides
to the type this value model offers.
|
OwnT |
FormatConverter.convertSubjectToOwnValue(SubjectT pSubjectValue)
Converts from the type that the subject value model provides
to the type this value model offers
|
String |
AbstractNumberStringConverter.convertSubjectToOwnValue(T pSubjectValue)
Converts from a Number to a String.
|
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.