| Package | Description |
|---|---|
| net.sf.mmm.util.pojo.descriptor.base |
Contains the basic implementation of the
Introspection-API. |
| net.sf.mmm.util.pojo.descriptor.base.accessor |
Contains the basic implementation of the
Introspection-Accessor-API. |
| net.sf.mmm.util.pojo.descriptor.impl |
Contains the implementation of the
Introspection-API. |
| net.sf.mmm.util.pojo.descriptor.impl.accessor |
Contains the implementation of the
Introspection-Accessor-API. |
| Modifier and Type | Class and Description |
|---|---|
class |
PojoDescriptorDependenciesImpl
This is the implementation of the
PojoDescriptorDependencies interface. |
| Modifier and Type | Field and Description |
|---|---|
private PojoDescriptorDependencies |
AbstractPojoPropertyAccessorProxyAdapter.dependencies |
| Modifier and Type | Method and Description |
|---|---|
protected PojoDescriptorDependencies |
AbstractPojoPropertyAccessorProxyAdapter.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
ACCESSOR |
PojoPropertyAccessorBuilder.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 |
PojoPropertyAccessorBuilder.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. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedPojoDescriptorDependenciesImpl
This class extends
PojoDescriptorDependenciesImpl with additional components to inject. |
| Modifier and Type | Field and Description |
|---|---|
private PojoDescriptorDependencies |
DefaultPojoDescriptorEnhancer.dependencies |
| Modifier and Type | Method and Description |
|---|---|
protected PojoDescriptorDependencies |
DefaultPojoDescriptorEnhancer.getDependencies()
This method gets the dependencies required for this descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPojoDescriptorEnhancer.setDependencies(PojoDescriptorDependencies dependencies)
This method sets the
dependencies. |
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorNonArg |
PojoPropertyAccessorSizeBuilder.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. |
PojoPropertyAccessorTwoArg |
PojoPropertyAccessorSetMappedBuilder.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. |
PojoPropertyAccessorIndexedOneArg |
PojoPropertyAccessorSetIndexedBuilder.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. |
PojoPropertyAccessorOneArg |
PojoPropertyAccessorSetBuilder.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. |
PojoPropertyAccessorOneArg |
PojoPropertyAccessorRemoveBuilder.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. |
PojoPropertyAccessorOneArg |
PojoPropertyAccessorGetMappedBuilder.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 |
PojoPropertyAccessorGetIndexedBuilder.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. |
PojoPropertyAccessorNonArg |
PojoPropertyAccessorGetBuilder.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. |
PojoPropertyAccessorOneArg |
PojoPropertyAccessorAddBuilder.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. |
PojoPropertyAccessorNonArg |
PojoPropertyAccessorSizeBuilder.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. |
PojoPropertyAccessorTwoArg |
PojoPropertyAccessorSetMappedBuilder.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. |
PojoPropertyAccessorIndexedOneArg |
PojoPropertyAccessorSetIndexedBuilder.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. |
PojoPropertyAccessorOneArg |
PojoPropertyAccessorSetBuilder.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. |
PojoPropertyAccessorOneArg |
PojoPropertyAccessorRemoveBuilder.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. |
PojoPropertyAccessorOneArg |
PojoPropertyAccessorGetMappedBuilder.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. |
PojoPropertyAccessorIndexedNonArg |
PojoPropertyAccessorGetIndexedBuilder.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. |
PojoPropertyAccessorNonArg |
PojoPropertyAccessorGetBuilder.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. |
PojoPropertyAccessorOneArg |
PojoPropertyAccessorAddBuilder.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. |
Copyright © 2001–2015 mmm-Team. All rights reserved.