Default converters configuration.
Constructor and description |
---|
DefaultConvertersConfiguration
(grails.core.GrailsApplication grailsApplication, DataBindingConfigurationProperties configurationProperties) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected org.grails.databinding.converters.CurrencyValueConverter |
defaultCurrencyConverter() @return The default currency converter |
|
protected org.grails.databinding.converters.DateConversionHelper |
defaultDateConverter() |
|
protected grails.databinding.converters.ValueConverter |
defaultGrailsBigDecimalConverter() |
|
protected grails.databinding.converters.ValueConverter |
defaultGrailsBigIntegerConverter() |
|
protected org.grails.databinding.converters.TimeZoneConverter |
defaultTimeZoneConverter() |
|
protected org.grails.databinding.converters.UUIDConverter |
defaultuuidConverter() |
|
protected LocaleAwareNumberConverter |
doubleConverter() |
|
protected LocaleAwareNumberConverter |
floatConverter() |
|
protected LocaleAwareNumberConverter |
integerConverter() |
|
protected LocaleAwareNumberConverter |
longConverter() |
|
protected LocaleAwareNumberConverter |
primitiveDoubleConverter() |
|
protected LocaleAwareNumberConverter |
primitiveFloattConverter() |
|
protected LocaleAwareNumberConverter |
primitiveIntConverter() |
|
protected LocaleAwareNumberConverter |
primitiveLongConverter() |
|
protected LocaleAwareNumberConverter |
primitiveShortConverter() |
|
protected LocaleAwareNumberConverter |
shortConverter() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |