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

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

Introduction

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

The text is from its open source code.

Constructor

ConvertingPropertyEditorAdapter(ConversionService conversionService, TypeDescriptor targetDescriptor)
Create a new ConvertingPropertyEditorAdapter for a given org.springframework.core.convert.ConversionService and the given target type.