public abstract class UploadUnmarshaller<T>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
protected abstract T |
concreteUnmarshaling(java.lang.String jsonStr)
Accepts an JSON String and turns the data object within this JSON String
into an object of the type T.
|
T |
unmarshalling(java.io.File file) |
protected final JsonUtils jsonUtils
public T unmarshalling(java.io.File file) throws java.io.IOException
java.io.IOException
protected abstract T concreteUnmarshaling(java.lang.String jsonStr) throws java.io.IOException
java.io.IOException