Package org.beanio.internal.parser.accessor
PropertyAccessor
implementation classes.-
Class Summary Class Description FieldReflectionAccessor APropertyAccessor
that uses reflection to access a public field.MapAccessor APropertyAccessor
for getting and settingMap
values.MethodReflectionAccessor APropertyAccessor
that uses reflection to get and set a bean value.PropertyAccessorSupport Base class forPropertyAccessor
implementations.