org.omnaest.utils.structure.element.converter
Class ElementConverterBeanPropertyAccessorToProperty<B>
java.lang.Object
org.omnaest.utils.structure.element.converter.ElementConverterBeanPropertyAccessorToProperty<B>
- Type Parameters:
B - bean type
- All Implemented Interfaces:
- Serializable, ElementConverter<BeanPropertyAccessor<B>,String>, ElementConverterSerializable<BeanPropertyAccessor<B>,String>
public class ElementConverterBeanPropertyAccessorToProperty<B>
- extends Object
- implements ElementConverterSerializable<BeanPropertyAccessor<B>,String>
ElementConverter for converting BeanPropertyAccessor instances to property names
- Author:
- Omnaest
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementConverterBeanPropertyAccessorToProperty
public ElementConverterBeanPropertyAccessorToProperty()
convert
public String convert(BeanPropertyAccessor<B> beanPropertyAccessor)
- Description copied from interface:
ElementConverter
- Transforms a single element from one type into another.
- Specified by:
convert in interface ElementConverter<BeanPropertyAccessor<B>,String>
- Returns:
- converted element
Copyright © 2013. All Rights Reserved.