@Singleton @Named public class PojoPropertyAccessorGetIndexedBuilder extends AbstractPojoPropertyAccessorBuilder<PojoPropertyAccessorIndexedNonArg> implements PojoPropertyAccessorIndexedNonArgBuilder
PojoPropertyAccessorIndexedNonArgBuilder
interface for
indexed getter-access
.Modifier and Type | Field and Description |
---|---|
private static String |
METHOD_PREFIX_GET
method name prefix for classic getter.
|
private static String[] |
METHOD_PREFIXES
alternative method name prefixes for boolean getters.
|
private static String[] |
METHOD_SUFFIXES
method name suffixes for indexed getters.
|
Constructor and Description |
---|
PojoPropertyAccessorGetIndexedBuilder()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
PojoPropertyAccessorIndexedNonArg |
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. |
PojoPropertyAccessorIndexedNonArg |
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. |
PojoPropertyAccessorIndexedNonArgMode |
getMode()
This method gets the mode of this builder.
|
getPropertyName, getPropertyName, getPropertyName, isBooleanType, isIntegerType
private static final String METHOD_PREFIX_GET
private static final String[] METHOD_PREFIXES
private static final String[] METHOD_SUFFIXES
public PojoPropertyAccessorGetIndexedBuilder()
public PojoPropertyAccessorIndexedNonArg create(Method method, PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies)
PojoPropertyAccessorBuilder
accessor
for the given method
if that method is
suitable for this builder (e.g. starts with "set").create
in interface PojoPropertyAccessorBuilder<PojoPropertyAccessorIndexedNonArg>
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.public PojoPropertyAccessorIndexedNonArg create(Field field, PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies)
PojoPropertyAccessorBuilder
accessor
for the given field
if that field is suitable
for this builder (e.g. contains a container type).create
in interface PojoPropertyAccessorBuilder<PojoPropertyAccessorIndexedNonArg>
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.public PojoPropertyAccessorIndexedNonArgMode getMode()
PojoPropertyAccessorBuilder
getMode
in interface PojoPropertyAccessorBuilder<PojoPropertyAccessorIndexedNonArg>
getMode
in interface PojoPropertyAccessorIndexedNonArgBuilder
Copyright © 2001–2016 mmm-Team. All rights reserved.