Java org.springframework.core.convert.support DefaultConversionService fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core.convert.support DefaultConversionService fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.core.convert.support DefaultConversionService.

The text is from its open source code.

Constructor

DefaultConversionService()
Create a new DefaultConversionService with the set of DefaultConversionService#addDefaultConverters(ConverterRegistry) default converters .

Method

voidaddConverter(Converter converter)
voidaddDefaultConverters(ConverterRegistry converterRegistry)
Add converters appropriate for most environments.
ConversionServicegetSharedInstance()
Return a shared default ConversionService instance, lazily building it once needed.