MotechJsonReader

public class MotechJsonReader

Constructors

MotechJsonReader

public MotechJsonReader()

MotechJsonReader

public MotechJsonReader(FieldNamingStrategy fieldNamingStrategy)

Methods

readFromFile

public Object readFromFile(String classpathFile, Type ofType)

readFromStream

public Object readFromStream(InputStream stream, Type ofType)

readFromString

public Object readFromString(String text, Type ofType)

readFromString

public Object readFromString(String text, Type ofType, Map<Type, Object> typeAdapters)