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