|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PojoPropertyAccessorBuilder | |
|---|---|
| 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. |
| Uses of PojoPropertyAccessorBuilder in net.sf.mmm.util.pojo.descriptor.base.accessor |
|---|
| Subinterfaces of PojoPropertyAccessorBuilder in net.sf.mmm.util.pojo.descriptor.base.accessor | |
|---|---|
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. |
| Classes in net.sf.mmm.util.pojo.descriptor.base.accessor that implement PojoPropertyAccessorBuilder | |
|---|---|
class |
AbstractPojoPropertyAccessorBuilder<ACCESSOR extends PojoPropertyAccessor>
This is an abstract base implementation of the PojoPropertyAccessorBuilder
interface. |
| Uses of PojoPropertyAccessorBuilder in net.sf.mmm.util.pojo.descriptor.impl |
|---|
| Fields in net.sf.mmm.util.pojo.descriptor.impl with type parameters of type PojoPropertyAccessorBuilder | |
|---|---|
private Collection<PojoPropertyAccessorBuilder<?>> |
ExtendedPojoDescriptorDependenciesImpl.accessorBuilders
|
| Methods in net.sf.mmm.util.pojo.descriptor.impl that return types with arguments of type PojoPropertyAccessorBuilder | |
|---|---|
protected Collection<PojoPropertyAccessorBuilder<?>> |
PojoDescriptorBuilderImpl.getAccessorBuilders()
This method gets the accessor-builders used to create the accessors for
properties of a POJO. |
Collection<PojoPropertyAccessorBuilder<?>> |
ExtendedPojoDescriptorDependenciesImpl.getAccessorBuilders()
This method gets the accessor-builders used to create the accessors for
properties of a POJO. |
| Method parameters in net.sf.mmm.util.pojo.descriptor.impl with type arguments of type PojoPropertyAccessorBuilder | |
|---|---|
void |
ExtendedPojoDescriptorDependenciesImpl.setAccessorBuilders(Collection<PojoPropertyAccessorBuilder<?>> accessorBuilders)
This method sets the accessor-builders. |
| Uses of PojoPropertyAccessorBuilder in net.sf.mmm.util.pojo.descriptor.impl.accessor |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||