public class MicaConversionService
extends org.springframework.format.support.DefaultFormattingConversionService
| Constructor and Description |
|---|
MicaConversionService() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.core.convert.support.GenericConversionService |
getInstance()
Return a shared default application
ConversionService instance, lazily
building it once needed. |
addDefaultFormattersaddFormatter, addFormatterForFieldAnnotation, addFormatterForFieldType, addFormatterForFieldType, addParser, addPrinter, setEmbeddedValueResolveraddConverter, addConverter, addConverter, addConverterFactory, canBypassConvert, canConvert, canConvert, convert, convert, convert, convertNullSource, getConverter, getDefaultConverter, removeConvertible, toStringpublic static org.springframework.core.convert.support.GenericConversionService getInstance()
ConversionService instance, lazily
building it once needed.
Note: This method actually returns an MicaConversionService
instance. However, the ConversionService signature has been preserved for
binary compatibility.
MicaConversionService instance (nevernull)Copyright © 2024. All rights reserved.