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

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

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

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

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

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

ElementConverterStringToAlphaNumericEncodedString

public ElementConverterStringToAlphaNumericEncodedString()
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.