Uses of Class
com.atlassian.adf.model.node.Doc
-
Packages that use Doc Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document.com.atlassian.adf.parser Basic description of what an ADF parser looks like.com.atlassian.adf.util Utility classes that are common to ADF nodes and marks, but not generally of any interest outside of the builder implementation. -
-
Uses of Doc in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return Doc Modifier and Type Method Description DocDoc. copy()static DocDoc. doc()static DocDoc. doc(Doc.Version version)static DocDoc. doc(Doc.Version version, DocContent content)static DocDoc. doc(Doc.Version version, DocContent... content)static DocDoc. doc(Doc.Version version, Iterable<? extends DocContent> content)static DocDoc. doc(Doc.Version version, Stream<? extends DocContent> content)static DocDoc. doc(DocContent content)static DocDoc. doc(DocContent... content)static DocDoc. doc(Iterable<? extends DocContent> content)static DocDoc. doc(Stream<? extends DocContent> content)static DocDoc. parse(Map<String,?> map)Parses ADF from a single map of string keys to their values, suitable for direct interpretation from JSON.DocDoc. version(Doc.Version version)Sets a new version for this document.Methods in com.atlassian.adf.model.node with parameters of type Doc Modifier and Type Method Description protected booleanDoc. contentNodeEquals(Doc other) -
Uses of Doc in com.atlassian.adf.parser
Methods in com.atlassian.adf.parser that return Doc Modifier and Type Method Description DocAdfUnmarshaller. unmarshall(T value)Methods in com.atlassian.adf.parser with parameters of type Doc Modifier and Type Method Description TAdfMarshaller. marshall(Doc doc) -
Uses of Doc in com.atlassian.adf.util
Methods in com.atlassian.adf.util that return Doc Modifier and Type Method Description static DocSanitizer. sanitize(Doc doc)Methods in com.atlassian.adf.util with parameters of type Doc Modifier and Type Method Description static DocSanitizer. sanitize(Doc doc)
-