| Methods in org.omnaest.utils.beans.adapter.source with parameters of type SourcePropertyAccessor.PropertyMetaInformation |
Object |
SourcePropertyAccessorDecoratorPropertyNameTemplate.getValue(String propertyName,
Class<?> returnType,
SourcePropertyAccessor.PropertyMetaInformation propertyMetaInformation)
|
Object |
SourcePropertyAccessorDecoratorPropertyAccessOption.getValue(String propertyName,
Class<?> returnType,
SourcePropertyAccessor.PropertyMetaInformation propertyMetaInformation)
|
Object |
SourcePropertyAccessorDecoratorDefaultValue.getValue(String propertyName,
Class<?> returnType,
SourcePropertyAccessor.PropertyMetaInformation propertyMetaInformation)
|
Object |
SourcePropertyAccessorDecoratorAdapter.getValue(String propertyName,
Class<?> returnType,
SourcePropertyAccessor.PropertyMetaInformation propertyMetaInformation)
|
Object |
SourcePropertyAccessor.getValue(String propertyName,
Class<?> returnType,
SourcePropertyAccessor.PropertyMetaInformation propertyMetaInformation)
Returns the value related to the given property name. |
void |
SourcePropertyAccessorDecoratorPropertyNameTemplate.setValue(String propertyName,
Object value,
Class<?> parameterType,
SourcePropertyAccessor.PropertyMetaInformation propertyMetaInformation)
|
void |
SourcePropertyAccessorDecoratorPropertyAccessOption.setValue(String propertyName,
Object value,
Class<?> parameterType,
SourcePropertyAccessor.PropertyMetaInformation propertyMetaInformation)
|
void |
SourcePropertyAccessorDecoratorDefaultValue.setValue(String propertyName,
Object value,
Class<?> parameterType,
SourcePropertyAccessor.PropertyMetaInformation propertyMetaInformation)
|
void |
SourcePropertyAccessorDecoratorAdapter.setValue(String propertyName,
Object value,
Class<?> parameterType,
SourcePropertyAccessor.PropertyMetaInformation propertyMetaInformation)
|
void |
SourcePropertyAccessor.setValue(String propertyName,
Object value,
Class<?> parameterType,
SourcePropertyAccessor.PropertyMetaInformation propertyMetaInformation)
Sets the given value for the given property name. |