Uses of Class
com.floragunn.codova.documents.DocNode
-
-
Uses of DocNode in com.floragunn.codova.config.net
Methods in com.floragunn.codova.config.net with parameters of type DocNode Modifier and Type Method Description static ProxyConfigProxyConfig. parse(DocNode docNode)static TLSConfigTLSConfig. parse(DocNode config, Parser.Context parserContext)static TLSConfigTLSConfig. parseInclStartTlsSupport(DocNode config, Parser.Context parserContext)Constructors in com.floragunn.codova.config.net with parameters of type DocNode Constructor Description CacheConfig(DocNode config, Parser.Context context) -
Uses of DocNode in com.floragunn.codova.config.text
Methods in com.floragunn.codova.config.text with parameters of type DocNode Modifier and Type Method Description static PatternPattern. parse(DocNode docNode, Parser.Context context) -
Uses of DocNode in com.floragunn.codova.documents
Fields in com.floragunn.codova.documents declared as DocNode Modifier and Type Field Description static DocNodeDocNode. EMPTYstatic DocNodeDocNode. NULLMethods in com.floragunn.codova.documents that return DocNode Modifier and Type Method Description static DocNodeDocNode. array(Object... array)DocNodeDocNode. findSingleNodeByJsonPath(String jsonPath)DocNodeDocNode.DocNodeParserBuilder. from(byte[] bytes)DocNodeDocNode.DocNodeParserBuilder. from(File file)DocNodeDocNode.DocNodeParserBuilder. from(InputStream in)DocNodeDocNode.DocNodeParserBuilder. from(Reader in)DocNodeDocNode.DocNodeParserBuilder. from(String string)abstract DocNodeDocNode. getAsNode(String attribute)DocNodeDocNode. getAsNode(String attribute, String... moreAttributes)static DocNodeDocNode. of(String key, Object value)static DocNodeDocNode. of(String k1, Object v1, String k2, Object v2)static DocNodeDocNode. of(String k1, Object v1, String k2, Object v2, String k3, Object v3)static DocNodeDocNode. of(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4)static DocNodeDocNode. of(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4, String k5, Object v5, Object... more)static DocNodeDocNode. parse(UnparsedDocument<?> unparsedDoc)DocNodeUnparsedDocument.BytesDoc. parseAsDocNode()abstract DocNodeUnparsedDocument. parseAsDocNode()DocNodeUnparsedDocument.StringDoc. parseAsDocNode()abstract DocNodeDocNode. splitDottedAttributeNamesToTree()default DocNodeDocument. toDocNode()default DocNodeRedactableDocument. toRedactedDocNode()DocNodeDocNode. with(Document<?> other)DocNodeDocNode. with(String key, Object value)DocNodeDocNode. without(String... attrs)static DocNodeDocNode. wrap(Object object)Methods in com.floragunn.codova.documents that return types with arguments of type DocNode Modifier and Type Method Description com.floragunn.fluent.collections.ImmutableList<DocNode>DocNode. findNodesByJsonPath(String jsonPath)abstract com.floragunn.fluent.collections.ImmutableList<DocNode>DocNode. getAsListOfNodes(String attribute)com.floragunn.fluent.collections.ImmutableList<DocNode>DocNode. toListOfNodes()Map<String,DocNode>DocNode. toMapOfNodes()Methods in com.floragunn.codova.documents with parameters of type DocNode Modifier and Type Method Description TParser. parse(DocNode docNode, C context)ValidationResult<T>Parser.ReturningValidationResult. parse(DocNode docNode, C context)Method parameters in com.floragunn.codova.documents with type arguments of type DocNode Modifier and Type Method Description <R> com.floragunn.fluent.collections.ImmutableList<R>DocNode. getAsListFromNodes(String attribute, ValidatingFunction<DocNode,R> conversionFunction)<R> com.floragunn.fluent.collections.ImmutableList<R>DocNode. getAsListFromNodes(String attribute, ValidatingFunction<DocNode,R> conversionFunction, Object expected)<R> RDocNode. getFromNode(String attribute, ValidatingFunction<DocNode,R> conversionFunction, Object expected)<R> com.floragunn.fluent.collections.ImmutableList<R>DocNode. getListFromNodes(String attribute, ValidatingFunction<DocNode,R> conversionFunction, Object expected) -
Uses of DocNode in com.floragunn.codova.documents.jackson
Subclasses of DocNode in com.floragunn.codova.documents.jackson Modifier and Type Class Description classJacksonJsonNodeAdapterMethods in com.floragunn.codova.documents.jackson that return DocNode Modifier and Type Method Description DocNodeJacksonJsonNodeAdapter. getAsNode(String attribute)DocNodeJacksonJsonNodeAdapter. splitDottedAttributeNamesToTree()Methods in com.floragunn.codova.documents.jackson that return types with arguments of type DocNode Modifier and Type Method Description com.floragunn.fluent.collections.ImmutableList<DocNode>JacksonJsonNodeAdapter. getAsListOfNodes(String attribute) -
Uses of DocNode in com.floragunn.codova.documents.patch
Methods in com.floragunn.codova.documents.patch that return DocNode Modifier and Type Method Description DocNodeDocPatch. apply(DocNode targetDocument)DocNodeJsonPatch. apply(DocNode targetDocument)DocNodeJsonPathPatch. apply(DocNode targetDocument)DocNodeMergePatch. apply(DocNode targetDocument)DocNodeSimplePathPatch. apply(DocNode targetDocument)Methods in com.floragunn.codova.documents.patch with parameters of type DocNode Modifier and Type Method Description DocNodeDocPatch. apply(DocNode targetDocument)DocNodeJsonPatch. apply(DocNode targetDocument)DocNodeJsonPathPatch. apply(DocNode targetDocument)DocNodeMergePatch. apply(DocNode targetDocument)DocNodeSimplePathPatch. apply(DocNode targetDocument)static JsonPatchJsonPatch. fromDiff(DocNode source, DocNode target)static JsonPatch.OperationJsonPatch.Operation. parse(DocNode docNode)TPatchableDocument. parseI(DocNode docNode, Parser.Context context)static DocPatchDocPatch. parseTyped(DocNode docNode)Constructors in com.floragunn.codova.documents.patch with parameters of type DocNode Constructor Description MergePatch(DocNode patchDocument) -
Uses of DocNode in com.floragunn.codova.documents.pointer
Methods in com.floragunn.codova.documents.pointer that return DocNode Modifier and Type Method Description default DocNodeDocPointer. getPointedValueAsNode(DocNode docNode)Methods in com.floragunn.codova.documents.pointer with parameters of type DocNode Modifier and Type Method Description default ObjectDocPointer. getPointedValue(DocNode docNode)default DocNodeDocPointer. getPointedValueAsNode(DocNode docNode) -
Uses of DocNode in com.floragunn.codova.validation
Fields in com.floragunn.codova.validation declared as DocNode Modifier and Type Field Description protected DocNodeValidatingDocNode.AbstractAttribute. documentNodeMethods in com.floragunn.codova.validation that return DocNode Modifier and Type Method Description DocNodeValidatingDocNode.Attribute. asDocNode()protected DocNodeValidatingDocNode.AbstractAttribute. expandVariable(DocNode docNode)DocNodeValidatingDocNode. getAsDocNode(String attribute)DocNodeValidatingDocNode. getDocumentNode()Methods in com.floragunn.codova.validation with parameters of type DocNode Modifier and Type Method Description protected DocNodeValidatingDocNode.AbstractAttribute. expandVariable(DocNode docNode)Method parameters in com.floragunn.codova.validation with type arguments of type DocNode Modifier and Type Method Description <T> com.floragunn.fluent.collections.ImmutableList<T>ValidatingDocNode.Attribute. asList(ValidatingFunction<DocNode,T> parser)<T> TValidatingDocNode.Attribute. by(ValidatingFunction<DocNode,T> parser)TValidatingDocNode.TypedAttribute. by(ValidatingFunction<DocNode,T> parser)<T> com.floragunn.fluent.collections.ImmutableList<T>ValidatingDocNode.ListAttribute. ofObjectsParsedBy(ValidatingFunction<DocNode,T> parser)Constructors in com.floragunn.codova.validation with parameters of type DocNode Constructor Description AbstractAttribute(String name, String fullAttributePath, DocNode documentNode)ValidatingDocNode(DocNode documentNode, ValidationErrors validationErrors)ValidatingDocNode(DocNode documentNode, ValidationErrors validationErrors, Parser.Context parserContext) -
Uses of DocNode in com.floragunn.codova.validation.errors
Methods in com.floragunn.codova.validation.errors with parameters of type DocNode Modifier and Type Method Description static ValidationErrorValidationError. parse(String attribute, DocNode docNode)static List<ValidationError>ValidationError. parseArray(String attribute, DocNode docNode)
-