| Package | Description |
|---|---|
| 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 | Interface and Description |
|---|---|
interface |
PojoPropertyAccessorIndexedNonArgBuilder
This is the interface used to create a
indexed non-arg accessor. |
interface |
PojoPropertyAccessorIndexedOneArgBuilder
This is the interface used to create a
indexed one-arg accessor. |
interface |
PojoPropertyAccessorNonArgBuilder
This is the interface used to create a
property-reader. |
interface |
PojoPropertyAccessorOneArgBuilder
This is the interface used to create a
one-arg accessor. |
interface |
PojoPropertyAccessorTwoArgBuilder
This is the interface used to create a
two-arg accessor. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPojoPropertyAccessorBuilder<ACCESSOR extends PojoPropertyAccessor>
This is an abstract base implementation of the
PojoPropertyAccessorBuilder interface. |
| Modifier and Type | Field and Description |
|---|---|
private Collection<PojoPropertyAccessorBuilder<?>> |
ExtendedPojoDescriptorDependenciesImpl.accessorBuilders |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<PojoPropertyAccessorBuilder<?>> |
PojoDescriptorBuilderImpl.getAccessorBuilders()
|
Collection<PojoPropertyAccessorBuilder<?>> |
ExtendedPojoDescriptorDependenciesImpl.getAccessorBuilders()
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedPojoDescriptorDependenciesImpl.setAccessorBuilders(Collection<PojoPropertyAccessorBuilder<?>> accessorBuilders)
This method sets the
accessor-builders. |
Copyright © 2001–2015 mmm-Team. All rights reserved.