|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PojoDescriptorDependencies | |
|---|---|
| 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. |
| Uses of PojoDescriptorDependencies in net.sf.mmm.util.pojo.descriptor.base |
|---|
| Classes in net.sf.mmm.util.pojo.descriptor.base that implement PojoDescriptorDependencies | |
|---|---|
class |
PojoDescriptorDependenciesImpl
This is the implementation of the PojoDescriptorDependencies
interface. |
| Methods in net.sf.mmm.util.pojo.descriptor.base that return PojoDescriptorDependencies | |
|---|---|
protected abstract PojoDescriptorDependencies |
AbstractPojoDescriptorBuilder.getDependencies()
This method gets the required dependencies. |
| Uses of PojoDescriptorDependencies in net.sf.mmm.util.pojo.descriptor.base.accessor |
|---|
| Fields in net.sf.mmm.util.pojo.descriptor.base.accessor declared as PojoDescriptorDependencies | |
|---|---|
private PojoDescriptorDependencies |
AbstractPojoPropertyAccessorProxyAdapter.dependencies
|
| Methods in net.sf.mmm.util.pojo.descriptor.base.accessor that return PojoDescriptorDependencies | |
|---|---|
protected PojoDescriptorDependencies |
AbstractPojoPropertyAccessorProxyAdapter.getDependencies()
|
| Methods in net.sf.mmm.util.pojo.descriptor.base.accessor with parameters of type PojoDescriptorDependencies | |
|---|---|
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. |
| Uses of PojoDescriptorDependencies in net.sf.mmm.util.pojo.descriptor.impl |
|---|
| Classes in net.sf.mmm.util.pojo.descriptor.impl that implement PojoDescriptorDependencies | |
|---|---|
class |
ExtendedPojoDescriptorDependenciesImpl
This class extends PojoDescriptorDependenciesImpl with additional
components to inject. |
| Fields in net.sf.mmm.util.pojo.descriptor.impl declared as PojoDescriptorDependencies | |
|---|---|
private PojoDescriptorDependencies |
DefaultPojoDescriptorEnhancer.dependencies
|
| Methods in net.sf.mmm.util.pojo.descriptor.impl that return PojoDescriptorDependencies | |
|---|---|
protected PojoDescriptorDependencies |
DefaultPojoDescriptorEnhancer.getDependencies()
This method gets the dependencies required for this descriptor. |
| Methods in net.sf.mmm.util.pojo.descriptor.impl with parameters of type PojoDescriptorDependencies | |
|---|---|
void |
DefaultPojoDescriptorEnhancer.setDependencies(PojoDescriptorDependencies dependencies)
This method sets the dependencies. |
| Uses of PojoDescriptorDependencies in net.sf.mmm.util.pojo.descriptor.impl.accessor |
|---|
| Methods in net.sf.mmm.util.pojo.descriptor.impl.accessor with parameters of type PojoDescriptorDependencies | |
|---|---|
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||