Introspection-Accessor-API
.See: Description
Interface | Description |
---|---|
PojoPropertyAccessorBuilder<ACCESSOR extends PojoPropertyAccessor> |
This is the interface used to create a
PojoPropertyAccessor . |
PojoPropertyAccessorIndexedNonArgBuilder |
This is the interface used to create a
indexed non-arg accessor . |
PojoPropertyAccessorIndexedOneArgBuilder |
This is the interface used to create a
indexed one-arg accessor . |
PojoPropertyAccessorNonArgBuilder |
This is the interface used to create a
property-reader . |
PojoPropertyAccessorOneArgBuilder |
This is the interface used to create a
one-arg accessor . |
PojoPropertyAccessorTwoArgBuilder |
This is the interface used to create a
two-arg accessor . |
Class | Description |
---|---|
AbstractPojoPropertyAccessor |
This is the abstract base-implementation of the
PojoPropertyAccessor interface. |
AbstractPojoPropertyAccessorBase |
This is the major base-implementation of the
PojoPropertyAccessor interface. |
AbstractPojoPropertyAccessorBuilder<ACCESSOR extends PojoPropertyAccessor> |
This is an abstract base implementation of the
PojoPropertyAccessorBuilder interface. |
AbstractPojoPropertyAccessorField |
This is the abstract implementation of the
PojoPropertyAccessor
interface used to access a Field . |
AbstractPojoPropertyAccessorMethod |
This is the abstract implementation of the
PojoPropertyAccessor
interface used to access a Method . |
AbstractPojoPropertyAccessorProxy |
This is the abstract implementation of the
PojoPropertyAccessor interface that delegates to another
accessor . |
AbstractPojoPropertyAccessorProxyAdapter |
This is the abstract base implementation of a
PojoPropertyAccessor that acts as proxy to a
delegate allowing to add new ways to access a property. |
AbstractPojoPropertyAccessorProxyAdapterComponentType |
This is the abstract base implementation of a
PojoPropertyAccessor that acts as proxy to a
delegate allowing to add new ways to access a property. |
Introspection-Accessor-API
.
Introspection-Accessor-API
.Copyright © 2001–2016 mmm-Team. All rights reserved.