org.omnaest.utils.structure.element.converter
Class ElementConverterGenericElementToString<E>

java.lang.Object
  extended by 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

Constructor Summary
ElementConverterGenericElementToString()
           
 
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
 

Constructor Detail

ElementConverterGenericElementToString

public ElementConverterGenericElementToString()
Method Detail

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.