| Package | Description |
|---|---|
| net.sf.mmm.util.pojo.descriptor.impl.accessor |
Contains the implementation of the
Introspection-Accessor-API. |
| net.sf.mmm.util.value.impl |
Contains the implementation of the
Value-Util API. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPojoPropertyAccessorSetMethod
This is the abstract base implementation of the
PojoPropertyAccessorOneArg interface for accessing
a setter Method in a limited environment (GWT). |
class |
PojoPropertyAccessorOneArgMethod
This is the implementation of the
PojoPropertyAccessorOneArg interface for accessing a
Method. |
class |
PojoPropertyAccessorProxyAdd
This is the implementation of the
PojoPropertyAccessorOneArg interface for
adding an element using the getter from another accessor
returning an array or Collection. |
class |
PojoPropertyAccessorProxyGetMapped
This is the implementation of the
PojoPropertyAccessorOneArg interface for
getting an element from another accessor returning a
Map. |
class |
PojoPropertyAccessorProxyRemove
This is the implementation of the
PojoPropertyAccessorOneArg interface for
removing an element using the getter from another accessor
returning an array or Collection. |
class |
PojoPropertyAccessorProxySetByIndex
This is an implementation of the
PojoPropertyAccessorOneArg acting as as a
setter that delegates to a
indexed-setter using a fixed index. |
class |
PojoPropertyAccessorProxySetByKey
This is an implementation of the
PojoPropertyAccessorOneArg acting as as a
setter that delegates to a
mapped-setter using a fixed key. |
class |
PojoPropertyAccessorSetField
|
| Modifier and Type | Field and Description |
|---|---|
private PojoPropertyAccessorOneArg |
PojoPropertyAccessorProxySetIndexed.containerSetAccessor
The according setter to use if array has to be resized.
|
private PojoPropertyAccessorOneArg |
PojoPropertyAccessorProxyRemove.containerSetAccessor
The according setter to use if array has to be resized.
|
private PojoPropertyAccessorOneArg |
PojoPropertyAccessorProxyAdd.containerSetAccessor
The according setter to use if array has to be resized.
|
private PojoPropertyAccessorOneArg |
PojoPropertyAccessorProxyGetByKey.delegate |
| Modifier and Type | Method and Description |
|---|---|
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. |
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. |
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. |
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 |
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. |
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. |
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. |
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. |
protected PojoPropertyAccessorOneArg |
PojoPropertyAccessorProxyGetByKey.getDelegate()
This method gets the
accessor this proxy delegates to. |
| Constructor and Description |
|---|
PojoPropertyAccessorProxyAdd(PojoDescriptorDependencies dependencies,
PojoPropertyAccessorNonArg containerGetAccessor,
PojoPropertyAccessorOneArg containerSetAccessor)
The constructor.
|
PojoPropertyAccessorProxyGetByKey(PojoPropertyAccessorOneArg delegate,
Object key)
The constructor.
|
PojoPropertyAccessorProxyRemove(PojoDescriptorDependencies dependencies,
PojoPropertyAccessorNonArg containerGetAccessor,
PojoPropertyAccessorOneArg containerSetAccessor)
The constructor.
|
PojoPropertyAccessorProxySetIndexed(PojoDescriptorDependencies dependencies,
PojoPropertyAccessorNonArg containerGetAccessor,
PojoPropertyAccessorOneArg containerSetAccessor)
The constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private Set<PojoPropertyAccessorOneArg> |
AbstractValueConverterToSimilarPojo.unmatchedSetters |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ValueConverterEtoToEntity.handleNoGetterForSetter(PojoPropertyAccessorOneArg setter,
Class<?> targetClass,
Object sourceObject,
Class<?> sourceClass)
Called if the target object of the conversion has a setter that has no corresponding getter in the source
object to convert.
|
protected void |
AbstractValueConverterToSimilarPojo.handleNoGetterForSetter(PojoPropertyAccessorOneArg setter,
Class<?> targetClass,
Object sourceObject,
Class<?> sourceClass)
Called if the target object of the conversion has a setter that has no corresponding getter in the source
object to convert.
|
protected void |
AbstractValueConverterToCompatiblePojo.handleNoGetterForSetter(PojoPropertyAccessorOneArg setter,
Class<?> targetClass,
Object sourceObject,
Class<?> sourceClass)
Called if the target object of the conversion has a setter that has no corresponding getter in the source
object to convert.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.