Package com.networknt.decode
Class RequestDecodeConfig
- java.lang.Object
-
- com.networknt.decode.RequestDecodeConfig
-
public class RequestDecodeConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_NAME
-
Constructor Summary
Constructors Constructor Description RequestDecodeConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getDecoders()booleanisEnabled()voidsetDecoders(List<String> decoders)voidsetEnabled(boolean enabled)
-
-
-
Field Detail
-
CONFIG_NAME
public static final String CONFIG_NAME
- See Also:
- Constant Field Values
-
-