ACCESSOR
- is the type of the accessorpublic interface PojoPropertyAccessorBuilder<ACCESSOR extends PojoPropertyAccessor>
PojoPropertyAccessor
.Modifier and Type | Method and Description |
---|---|
ACCESSOR |
create(Field field,
PojoDescriptor<?> descriptor,
PojoDescriptorDependencies dependencies)
This method creates the
accessor for the given field if that field is suitable
for this builder (e.g. |
ACCESSOR |
create(Method method,
PojoDescriptor<?> descriptor,
PojoDescriptorDependencies dependencies)
This method creates the
accessor for the given method if that method is
suitable for this builder (e.g. |
PojoPropertyAccessorMode<ACCESSOR> |
getMode()
This method gets the mode of this builder.
|
ACCESSOR create(Method method, PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies)
accessor
for the given method
if that method is
suitable for this builder (e.g. starts with "set").method
- the method to access.descriptor
- is the descriptor of the Pojo
having the given method
.dependencies
- are the PojoDescriptorDependencies
with injected helper components.accessor
for the given method
or null
if the
method
is NOT suitable for this builder.ACCESSOR create(Field field, PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies)
accessor
for the given field
if that field is suitable
for this builder (e.g. contains a container type).field
- is the field.descriptor
- is the descriptor of the Pojo
having the given field
.dependencies
- are the PojoDescriptorDependencies
with injected helper components.accessor
for the given field
or null
if the field
is NOT suitable for this builder.PojoPropertyAccessorMode<ACCESSOR> getMode()
Copyright © 2001–2016 mmm-Team. All rights reserved.