- javason(String) - Static method in class com.bazaarvoice.jolt.JsonUtils
-
Utility for test classes, so that they can inline json in a test class.
- JsonMarshalException - Exception in com.bazaarvoice.jolt.exception
-
- JsonMarshalException(String) - Constructor for exception com.bazaarvoice.jolt.exception.JsonMarshalException
-
- JsonMarshalException(String, Throwable) - Constructor for exception com.bazaarvoice.jolt.exception.JsonMarshalException
-
- jsonTo(String, TypeReference<T>) - Method in interface com.bazaarvoice.jolt.JsonUtil
-
Deprecated.
- jsonTo(InputStream, TypeReference<T>) - Method in interface com.bazaarvoice.jolt.JsonUtil
-
Deprecated.
- jsonTo(InputStream, TypeReference<T>) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
-
Deprecated.
- jsonTo(String, TypeReference<T>) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
-
Deprecated.
- jsonTo(String, TypeReference<T>) - Static method in class com.bazaarvoice.jolt.JsonUtils
-
Deprecated.
- jsonTo(InputStream, TypeReference<T>) - Static method in class com.bazaarvoice.jolt.JsonUtils
-
Deprecated.
- jsonToList(String) - Method in interface com.bazaarvoice.jolt.JsonUtil
-
- jsonToList(String, String) - Method in interface com.bazaarvoice.jolt.JsonUtil
-
- jsonToList(InputStream) - Method in interface com.bazaarvoice.jolt.JsonUtil
-
- jsonToList(String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
-
- jsonToList(String, String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
-
- jsonToList(InputStream) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
-
- jsonToList(String) - Static method in class com.bazaarvoice.jolt.JsonUtils
-
- jsonToList(String, String) - Static method in class com.bazaarvoice.jolt.JsonUtils
-
- jsonToList(InputStream) - Static method in class com.bazaarvoice.jolt.JsonUtils
-
- jsonToMap(String) - Method in interface com.bazaarvoice.jolt.JsonUtil
-
- jsonToMap(String, String) - Method in interface com.bazaarvoice.jolt.JsonUtil
-
- jsonToMap(InputStream) - Method in interface com.bazaarvoice.jolt.JsonUtil
-
- jsonToMap(String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
-
- jsonToMap(String, String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
-
- jsonToMap(InputStream) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
-
- jsonToMap(String) - Static method in class com.bazaarvoice.jolt.JsonUtils
-
- jsonToMap(String, String) - Static method in class com.bazaarvoice.jolt.JsonUtils
-
- jsonToMap(InputStream) - Static method in class com.bazaarvoice.jolt.JsonUtils
-
- jsonToObject(String) - Method in interface com.bazaarvoice.jolt.JsonUtil
-
- jsonToObject(String, String) - Method in interface com.bazaarvoice.jolt.JsonUtil
-
- jsonToObject(InputStream) - Method in interface com.bazaarvoice.jolt.JsonUtil
-
- jsonToObject(String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
-
- jsonToObject(String, String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
-
- jsonToObject(InputStream) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
-
- jsonToObject(String) - Static method in class com.bazaarvoice.jolt.JsonUtils
-
- jsonToObject(String, String) - Static method in class com.bazaarvoice.jolt.JsonUtils
-
- jsonToObject(InputStream) - Static method in class com.bazaarvoice.jolt.JsonUtils
-
- JsonUnmarshalException - Exception in com.bazaarvoice.jolt.exception
-
- JsonUnmarshalException(String) - Constructor for exception com.bazaarvoice.jolt.exception.JsonUnmarshalException
-
- JsonUnmarshalException(String, Throwable) - Constructor for exception com.bazaarvoice.jolt.exception.JsonUnmarshalException
-
- JsonUtil - Interface in com.bazaarvoice.jolt
-
Utility methods for getting JSON content loaded from
the filesystem, the classpath, or in memory Strings.
- JsonUtilImpl - Class in com.bazaarvoice.jolt
-
Implementation of JsonUtil that allows the user to provide a configured
Jackson ObjectMapper.
- JsonUtilImpl(ObjectMapper) - Constructor for class com.bazaarvoice.jolt.JsonUtilImpl
-
By allowing the user to provide an ObjectMapper, it can be configured with
knowledge of how to marshall and un-marshall your domain objects.
- JsonUtilImpl() - Constructor for class com.bazaarvoice.jolt.JsonUtilImpl
-
- JsonUtils - Class in com.bazaarvoice.jolt
-
Static method convenience wrappers for a JsonUtil configured with a minimal ObjectMapper.
- JsonUtils() - Constructor for class com.bazaarvoice.jolt.JsonUtils
-