Package org.qdl_lang.variables.codecs
Interface AbstractCodec
-
- All Known Implementing Classes:
Base16Codec,Base32Codec,Base64Codec,CSVCodec,ECMACodec,HTMLCodec,JavaCodec,JSONCodec,URLCodec,VariableCodec,XMLCodec,XSICodec
public interface AbstractCodecThis wraps various codec (encode/decode) methods used in QDL in a single interface.MetaCodecis instantiated with the correct argument to the constructor and does the right thing.Created by Jeff Gaynor
on 3/27/23 at 7:56 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdecode(String encoded)Stringencode(String token)
-