Java org.springframework.batch.item.file.mapping BeanWrapperFieldSetMapper fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.item.file.mapping BeanWrapperFieldSetMapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.item.file.mapping BeanWrapperFieldSetMapper.

The text is from its open source code.

Subclass

org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidafterPropertiesSet()
Check that precisely one of type or prototype bean name is specified.
voidsetBeanFactory(BeanFactory beanFactory)
voidsetCustomEditors(Map customEditors)
Specify the PropertyEditor custom editors to register.
voidsetDistanceLimit(int distanceLimit)
The maximum difference that can be tolerated in spelling between input key names and bean property names.
voidsetPrototypeBeanName(String name)
The bean name (id) for an object that can be populated from the field set that will be passed into #mapFieldSet(FieldSet) .
voidsetStrict(boolean strict)
Public setter for the 'strict' property.
voidsetTargetType(Class type)
Public setter for the type of bean to create instead of using a prototype bean.