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 | Interface and Description |
---|---|
interface |
ExtendedPojoDescriptorDependencies
TODO: this class ...
|
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 . |
Copyright © 2001–2016 mmm-Team. All rights reserved.