Package mocka.parser
Class JsonFileParser
java.lang.Object
mocka.parser.JsonFileParser
- All Implemented Interfaces:
FileParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic JsonFileParser<T> Tparse(InputStream inputStream, Class<T> clazz) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mocka.parser.FileParser
convertValue
-
Method Details
-
getInstance
-
parse
- Specified by:
parsein interfaceFileParser
-