public class ComponentUploadUnmarshaller extends UploadUnmarshaller<Component>
For each unmarshalling a new instance of this unmarshaller has to be created.
jsonUtils
Modifier and Type | Method and Description |
---|---|
protected Component |
concreteUnmarshaling(java.lang.String jsonStr)
Accepts an JSON String and turns the data object within this JSON String
into an object of type Component.
|
unmarshalling
protected Component concreteUnmarshaling(java.lang.String jsonStr) throws java.io.IOException
concreteUnmarshaling
in class UploadUnmarshaller<Component>
java.io.IOException