Uses of Interface
org.drip.service.jsonparser.ContainerFactory
| Package | Description |
|---|---|
| org.drip.service.jsonparser |
RFC4627 Compliant JSON Message Parser
|
-
Uses of ContainerFactory in org.drip.service.jsonparser
Methods in org.drip.service.jsonparser with parameters of type ContainerFactory Modifier and Type Method Description java.lang.ObjectLexicalProcessor. parse(java.io.Reader inputReader, ContainerFactory containerFactory)Parse JSON text into java object from the input source.java.lang.ObjectLexicalProcessor. parse(java.lang.String s, ContainerFactory containerFactory)Parse the JSON String