Class DirectFieldAccessFallbackBeanWrapper

All Implemented Interfaces:
BeanWrapper, ConfigurablePropertyAccessor, PropertyAccessor, PropertyEditorRegistry, TypeConverter

public class DirectFieldAccessFallbackBeanWrapper extends BeanWrapperImpl
Custom extension of BeanWrapperImpl that falls back to direct field access in case the object or type being wrapped does not use accessor methods.
Author:
Oliver Gierke, Johannes Englmeier