Uses of Class
com.floragunn.codova.documents.UnexpectedDocumentStructureException
-
Packages that use UnexpectedDocumentStructureException Package Description com.floragunn.codova.documents com.floragunn.codova.documents.jackson -
-
Uses of UnexpectedDocumentStructureException in com.floragunn.codova.documents
Methods in com.floragunn.codova.documents that throw UnexpectedDocumentStructureException Modifier and Type Method Description Map<String,Object>UnparsedDocument.BytesDoc. parseAsMap()abstract Map<String,Object>UnparsedDocument. parseAsMap()Map<String,Object>UnparsedDocument.StringDoc. parseAsMap()Map<String,Object>DocReader.DocReaderBuilder. readObject(byte[] bytes)Map<String,Object>DocReader.DocReaderBuilder. readObject(File file)Map<String,Object>DocReader.DocReaderBuilder. readObject(InputStream in)Map<String,Object>DocReader.DocReaderBuilder. readObject(Reader in)Map<String,Object>DocReader.DocReaderBuilder. readObject(String string)abstract DocNodeDocNode. splitDottedAttributeNamesToTree() -
Uses of UnexpectedDocumentStructureException in com.floragunn.codova.documents.jackson
Methods in com.floragunn.codova.documents.jackson that throw UnexpectedDocumentStructureException Modifier and Type Method Description DocNodeJacksonJsonNodeAdapter. splitDottedAttributeNamesToTree()
-