public final class DecodeUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DECODER_CLASS_DOT_KEY |
static String |
DECODER_CLASS_NO_DOT_KEY |
Modifier and Type | Method and Description |
---|---|
static Object |
decode(Object encoded) |
static Object |
decode(String decoderClassFqcn,
Object encoded) |
public static final String DECODER_CLASS_DOT_KEY
public static final String DECODER_CLASS_NO_DOT_KEY
public static Object decode(String decoderClassFqcn, Object encoded) throws CannotDecodeException
CannotDecodeException
public static Object decode(Object encoded) throws CannotDecodeException
CannotDecodeException
Copyright © 2018 com.mchange. All rights reserved.