Uses of Interface
org.omnaest.utils.codec.Codec.EncoderAndDecoder

Packages that use Codec.EncoderAndDecoder
org.omnaest.utils.codec   
 

Uses of Codec.EncoderAndDecoder in org.omnaest.utils.codec
 

Fields in org.omnaest.utils.codec declared as Codec.EncoderAndDecoder
 Codec.EncoderAndDecoder<String,String> Codec.AlphaNumeric
          Deprecated. use Codec.alphaNumeric() instead
 

Methods in org.omnaest.utils.codec that return Codec.EncoderAndDecoder
static Codec.EncoderAndDecoder<String,String> Codec.alphaNumeric()
          Returns a new EncoderAndDecoderAlphanumericTokens instance
static Codec.EncoderAndDecoder<String,String> Codec.escaping(String escapeCharacter, String... encodedCharacters)
          Returns a new EncoderAndDecoderEscaping instance
 



Copyright © 2013. All Rights Reserved.