org.omnaest.utils.beans.adapter.source
Class SourcePropertyAccessorDecoratorAdapter
java.lang.Object
org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecorator
org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorAdapter
- All Implemented Interfaces:
- Serializable, SourcePropertyAccessor
public class SourcePropertyAccessorDecoratorAdapter
- extends SourcePropertyAccessorDecorator
SourcePropertyAccessorDecorator which will listen to Converter annotated Methods.
- Author:
- Omnaest
- See Also:
SourcePropertyAccessor,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourcePropertyAccessorDecoratorAdapter
public SourcePropertyAccessorDecoratorAdapter()
SourcePropertyAccessorDecoratorAdapter
public SourcePropertyAccessorDecoratorAdapter(SourcePropertyAccessor sourcePropertyAccessor)
- Parameters:
sourcePropertyAccessor -
setValue
public void setValue(String propertyName,
Object value,
Class<?> parameterType,
SourcePropertyAccessor.PropertyMetaInformation propertyMetaInformation)
- Description copied from interface:
SourcePropertyAccessor
- Sets the given value for the given property name.
parameterType - : type of the first parameter of the property setter method, or type of the return type of the getter method- See Also:
SourcePropertyAccessor.PropertyMetaInformation
getValue
public Object getValue(String propertyName,
Class<?> returnType,
SourcePropertyAccessor.PropertyMetaInformation propertyMetaInformation)
- Description copied from interface:
SourcePropertyAccessor
- Returns the value related to the given property name.
- Returns:
- See Also:
SourcePropertyAccessor.PropertyMetaInformation
Copyright © 2013. All Rights Reserved.