Java org.springframework.core.convert.converter ConverterRegistry fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Implementation

org.springframework.core.convert.converter.ConverterRegistry has the following implementations.
Click this link to see all its implementation.

Method

voidaddConverter(Converter converter)
Add a plain converter to this registry.
voidaddConverter(GenericConverter converter)
Add a generic converter to this registry.
voidaddConverter(Class sourceType, Class targetType, Converter converter)
Add a plain converter to this registry.
voidremoveConvertible(Class sourceType, Class targetType)
Remove any converters from sourceType to targetType .