public class ValueConfiguration
extends java.lang.Object
Constructor and Description |
---|
ValueConfiguration(java.math.MathContext mathContext,
java.math.RoundingMode roundingMode,
java.util.Collection<Converter<java.lang.Boolean>> booleanConverters,
java.util.Collection<Converter<java.math.BigDecimal>> numberConverters,
java.util.Collection<Converter<WrappedCollection>> collectionConverters,
java.util.Collection<Converter<java.lang.Character>> charConverters,
ValueComparator valueComparator,
StringConverter stringConverter) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Converter<java.lang.Boolean>> |
getBooleanConverters() |
java.util.Collection<Converter<java.lang.Character>> |
getCharConverters() |
java.util.Collection<Converter<WrappedCollection>> |
getCollectionConverters() |
java.math.MathContext |
getMathContext() |
java.util.Collection<Converter<java.math.BigDecimal>> |
getNumberConverters() |
java.math.RoundingMode |
getRoundingMode() |
StringConverter |
getStringConverter() |
ValueComparator |
getValueComparator() |
public ValueConfiguration(java.math.MathContext mathContext, java.math.RoundingMode roundingMode, java.util.Collection<Converter<java.lang.Boolean>> booleanConverters, java.util.Collection<Converter<java.math.BigDecimal>> numberConverters, java.util.Collection<Converter<WrappedCollection>> collectionConverters, java.util.Collection<Converter<java.lang.Character>> charConverters, ValueComparator valueComparator, StringConverter stringConverter)
public java.math.MathContext getMathContext()
public java.math.RoundingMode getRoundingMode()
public java.util.Collection<Converter<java.lang.Boolean>> getBooleanConverters()
public java.util.Collection<Converter<java.math.BigDecimal>> getNumberConverters()
public java.util.Collection<Converter<WrappedCollection>> getCollectionConverters()
public java.util.Collection<Converter<java.lang.Character>> getCharConverters()
public ValueComparator getValueComparator()
public StringConverter getStringConverter()