Package com.hyperwallet.clientsdk.util
Class HyperwalletJsonConfiguration
- java.lang.Object
-
- com.hyperwallet.clientsdk.util.HyperwalletJsonConfiguration
-
public class HyperwalletJsonConfiguration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringINCLUSION_FILTER
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMappergetContext(Class<?> type)com.fasterxml.jackson.databind.ObjectMappergetParser()
-
-
-
Field Detail
-
INCLUSION_FILTER
public static final String INCLUSION_FILTER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getParser
public com.fasterxml.jackson.databind.ObjectMapper getParser()
-
getContext
public com.fasterxml.jackson.databind.ObjectMapper getContext(Class<?> type)
-
-