org.omnaest.utils.structure.element.converter
Class ElementConverterAlphaNumericEncodedStringToDecodedString

java.lang.Object
  extended by org.omnaest.utils.structure.element.converter.ElementConverterAlphaNumericEncodedStringToDecodedString
All Implemented Interfaces:
Serializable, ElementConverter<String,String>, ElementConverterSerializable<String,String>

public class ElementConverterAlphaNumericEncodedStringToDecodedString
extends Object
implements ElementConverterSerializable<String,String>

Decodes the given String using the Codec.alphaNumeric() codec

Author:
Omnaest
See Also:
Codec.alphaNumeric(), ElementConverterStringToAlphaNumericEncodedString, ElementConverter, Serialized Form

Constructor Summary
ElementConverterAlphaNumericEncodedStringToDecodedString()
           
 
Method Summary
 String convert(String 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

ElementConverterAlphaNumericEncodedStringToDecodedString

public ElementConverterAlphaNumericEncodedStringToDecodedString()
Method Detail

convert

public String convert(String element)
Description copied from interface: ElementConverter
Transforms a single element from one type into another.

Specified by:
convert in interface ElementConverter<String,String>
Returns:
converted element


Copyright © 2013. All Rights Reserved.