Class JsonReader
java.lang.Object
com.evolveum.midpoint.prism.impl.lex.json.reader.AbstractReader
com.evolveum.midpoint.prism.impl.lex.json.reader.JsonReader
- 
Field SummaryFields inherited from class com.evolveum.midpoint.prism.impl.lex.json.reader.AbstractReaderOBJECT_MAPPER, schemaRegistry
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanprotected com.fasterxml.jackson.core.JsonParsercreateJacksonParser(InputStream stream) protected QNametagToTypeName(Object tid, com.evolveum.midpoint.prism.impl.lex.json.reader.JsonReadingContext ctx) Methods inherited from class com.evolveum.midpoint.prism.impl.lex.json.reader.AbstractReaderread, readObjects, readObjectsIteratively
- 
Constructor Details- 
JsonReader
 
- 
- 
Method Details- 
canRead- Specified by:
- canReadin class- AbstractReader
 
- 
canRead- Specified by:
- canReadin class- AbstractReader
 
- 
createJacksonParserprotected com.fasterxml.jackson.core.JsonParser createJacksonParser(InputStream stream) throws IOException - Specified by:
- createJacksonParserin class- AbstractReader
- Throws:
- IOException
 
- 
tagToTypeNameprotected QName tagToTypeName(Object tid, com.evolveum.midpoint.prism.impl.lex.json.reader.JsonReadingContext ctx) - Specified by:
- tagToTypeNamein class- AbstractReader
 
 
-