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