A B C D F G H J O P R S T X Y 

A

AbstractCanonicalMapFactory - Class in org.refcodes.struct.ext.factory
Base class for the CanonicalMapFactory providing base functionality.
AbstractCanonicalMapFactory() - Constructor for class org.refcodes.struct.ext.factory.AbstractCanonicalMapFactory
 

B

BODY - Static variable in class org.refcodes.struct.ext.factory.HtmlCanonicalMapFactory
 

C

CanonicalMapFactory - Interface in org.refcodes.struct.ext.factory
The CanonicalMapFactory creates data structures from external representations and external representations from given data structures (using notations for the external representations as of the actual implementation of this interface).
COMMENT - Static variable in class org.refcodes.struct.ext.factory.JavaCanonicalMapFactory
 
COMMENT - Static variable in class org.refcodes.struct.ext.factory.YamlCanonicalMapFactory
 
COMMENT_CLOSE - Static variable in class org.refcodes.struct.ext.factory.HtmlCanonicalMapFactory
 
COMMENT_CLOSE - Static variable in class org.refcodes.struct.ext.factory.XmlCanonicalMapFactory
 
COMMENT_OPEN - Static variable in class org.refcodes.struct.ext.factory.HtmlCanonicalMapFactory
 
COMMENT_OPEN - Static variable in class org.refcodes.struct.ext.factory.XmlCanonicalMapFactory
 
COMMENT_PROPERTY - Static variable in interface org.refcodes.struct.ext.factory.CanonicalMapFactory
Denoting a property specifying a comment.
COMMENTS - Static variable in class org.refcodes.struct.ext.factory.TomlCanonicalMapFactory
 

D

DELIMITER_PROPERTY - Static variable in interface org.refcodes.struct.ext.factory.CanonicalMapFactory
Denoting a property specifying the valid delimiter characters all put in a String.
DELIMITERS - Static variable in class org.refcodes.struct.ext.factory.TomlCanonicalMapFactory
 

F

fromMarshaled(InputStream) - Method in class org.refcodes.struct.ext.factory.HtmlCanonicalMapFactory
fromMarshaled(InputStream) - Method in class org.refcodes.struct.ext.factory.JavaCanonicalMapFactory
fromMarshaled(InputStream) - Method in class org.refcodes.struct.ext.factory.JsonCanonicalMapFactory
fromMarshaled(InputStream) - Method in class org.refcodes.struct.ext.factory.TomlCanonicalMapFactory
fromMarshaled(InputStream) - Method in class org.refcodes.struct.ext.factory.XmlCanonicalMapFactory
fromMarshaled(InputStream) - Method in class org.refcodes.struct.ext.factory.YamlCanonicalMapFactory
fromMarshaled(InputStream, Map<String, String>) - Method in class org.refcodes.struct.ext.factory.HtmlCanonicalMapFactory
fromMarshaled(InputStream, Map<String, String>) - Method in class org.refcodes.struct.ext.factory.JavaCanonicalMapFactory
fromMarshaled(InputStream, Map<String, String>) - Method in class org.refcodes.struct.ext.factory.JsonCanonicalMapFactory
fromMarshaled(InputStream, Map<String, String>) - Method in class org.refcodes.struct.ext.factory.TomlCanonicalMapFactory
fromMarshaled(InputStream, Map<String, String>) - Method in class org.refcodes.struct.ext.factory.XmlCanonicalMapFactory
fromMarshaled(InputStream, Map<String, String>) - Method in class org.refcodes.struct.ext.factory.YamlCanonicalMapFactory
fromUnmarshaled(CanonicalMap) - Method in class org.refcodes.struct.ext.factory.HtmlCanonicalMapFactory
fromUnmarshaled(CanonicalMap) - Method in class org.refcodes.struct.ext.factory.JavaCanonicalMapFactory
fromUnmarshaled(CanonicalMap) - Method in class org.refcodes.struct.ext.factory.JsonCanonicalMapFactory
fromUnmarshaled(CanonicalMap) - Method in class org.refcodes.struct.ext.factory.TomlCanonicalMapFactory
fromUnmarshaled(CanonicalMap) - Method in class org.refcodes.struct.ext.factory.XmlCanonicalMapFactory
fromUnmarshaled(CanonicalMap) - Method in class org.refcodes.struct.ext.factory.YamlCanonicalMapFactory
fromUnmarshaled(CanonicalMap, Map<String, String>) - Method in class org.refcodes.struct.ext.factory.HtmlCanonicalMapFactory
fromUnmarshaled(CanonicalMap, Map<String, String>) - Method in class org.refcodes.struct.ext.factory.JavaCanonicalMapFactory
fromUnmarshaled(CanonicalMap, Map<String, String>) - Method in class org.refcodes.struct.ext.factory.TomlCanonicalMapFactory
fromUnmarshaled(CanonicalMap, Map<String, String>) - Method in class org.refcodes.struct.ext.factory.XmlCanonicalMapFactory
fromUnmarshaled(CanonicalMap, Map<String, String>) - Method in class org.refcodes.struct.ext.factory.YamlCanonicalMapFactory

G

getInstance() - Static method in class org.refcodes.struct.ext.factory.HtmlCanonicalMapFactorySingleton
Returns the singleton's instance as fabricated by this HtmlCanonicalMapFactorySingleton.
getInstance() - Static method in class org.refcodes.struct.ext.factory.JavaCanonicalMapFactorySingleton
Returns the singleton's instance as fabricated by this JavaCanonicalMapFactorySingleton.
getInstance() - Static method in class org.refcodes.struct.ext.factory.JsonCanonicalMapFactorySingleton
Returns the singleton's instance as fabricated by this JsonCanonicalMapFactorySingleton.
getInstance() - Static method in class org.refcodes.struct.ext.factory.TomlCanonicalMapFactorySingleton
Returns the singleton's instance as fabricated by this TomlCanonicalMapFactorySingleton.
getInstance() - Static method in class org.refcodes.struct.ext.factory.XmlCanonicalMapFactorySingleton
Returns the singleton's instance as fabricated by this XmlCanonicalMapFactorySingleton.
getInstance() - Static method in class org.refcodes.struct.ext.factory.YamlCanonicalMapFactorySingleton
Returns the singleton's instance as fabricated by this YamlCanonicalMapFactorySingleton.

H

HEAD - Static variable in class org.refcodes.struct.ext.factory.HtmlCanonicalMapFactory
 
HTML - Static variable in class org.refcodes.struct.ext.factory.HtmlCanonicalMapFactory
 
HtmlCanonicalMapFactory - Class in org.refcodes.struct.ext.factory
Implementation of the CanonicalMapFactory for parsing the HTML notation.
HtmlCanonicalMapFactory() - Constructor for class org.refcodes.struct.ext.factory.HtmlCanonicalMapFactory
 
HtmlCanonicalMapFactorySingleton - Class in org.refcodes.struct.ext.factory
The singleton of the HtmlCanonicalMapFactory for easy CanonicalMapFactory creation.
HtmlCanonicalMapFactorySingleton() - Constructor for class org.refcodes.struct.ext.factory.HtmlCanonicalMapFactorySingleton
Instantiates a new HtmlCanonicalMapFactorySingleton singleton.

J

JavaCanonicalMapFactory - Class in org.refcodes.struct.ext.factory
Implementation of the CanonicalMapFactory for parsing the JSON notation.
JavaCanonicalMapFactory() - Constructor for class org.refcodes.struct.ext.factory.JavaCanonicalMapFactory
 
JavaCanonicalMapFactorySingleton - Class in org.refcodes.struct.ext.factory
The singleton of the JavaCanonicalMapFactory for easy CanonicalMapFactory creation.
JavaCanonicalMapFactorySingleton() - Constructor for class org.refcodes.struct.ext.factory.JavaCanonicalMapFactorySingleton
Instantiates a new JavaCanonicalMapFactorySingleton singleton.
JsonCanonicalMapFactory - Class in org.refcodes.struct.ext.factory
Implementation of the CanonicalMapFactory for parsing the JSON notation.
JsonCanonicalMapFactory() - Constructor for class org.refcodes.struct.ext.factory.JsonCanonicalMapFactory
 
JsonCanonicalMapFactorySingleton - Class in org.refcodes.struct.ext.factory
The singleton of the JsonCanonicalMapFactory for easy CanonicalMapFactory creation.
JsonCanonicalMapFactorySingleton() - Constructor for class org.refcodes.struct.ext.factory.JsonCanonicalMapFactorySingleton
Instantiates a new JsonCanonicalMapFactorySingleton singleton.

O

org.refcodes.struct.ext.factory - module org.refcodes.struct.ext.factory
 
org.refcodes.struct.ext.factory - package org.refcodes.struct.ext.factory
 

P

postProcess(CanonicalMap.CanonicalMapBuilder) - Method in class org.refcodes.struct.ext.factory.AbstractCanonicalMapFactory
This method takes care on giving nodes with children an own value: E.g.
postProcess(CanonicalMap.CanonicalMapBuilder) - Method in class org.refcodes.struct.ext.factory.JsonCanonicalMapFactory
This method takes care on giving nodes with children an own value: E.g.
postProcess(CanonicalMap.CanonicalMapBuilder) - Method in class org.refcodes.struct.ext.factory.XmlCanonicalMapFactory
This method takes care on giving nodes with children an own value: E.g.

R

ROOT_SELECTOR - Static variable in class org.refcodes.struct.ext.factory.HtmlCanonicalMapFactory
 
ROOT_SELECTOR - Static variable in class org.refcodes.struct.ext.factory.XmlCanonicalMapFactory
 

S

SECTION_BEGIN - Static variable in class org.refcodes.struct.ext.factory.TomlCanonicalMapFactory
 
SECTION_END - Static variable in class org.refcodes.struct.ext.factory.TomlCanonicalMapFactory
 
SUPPORTED_DELIMITERS_PROPERTY - Static variable in interface org.refcodes.struct.ext.factory.CanonicalMapFactory
Denoting a property specifying the valid delimiter characters all put in a String.

T

toComment(Map<String, String>) - Method in class org.refcodes.struct.ext.factory.AbstractCanonicalMapFactory
Retrieves the comment to be used in the header of the marshaled representation.
toDelimiter(Map<String, String>, char) - Method in class org.refcodes.struct.ext.factory.AbstractCanonicalMapFactory
Retrieves the delimiter to be used for the data structure.
toInputStream(String) - Method in class org.refcodes.struct.ext.factory.AbstractCanonicalMapFactory
Converts the given String to an InputStream.
toMarshaled(CanonicalMap) - Method in interface org.refcodes.struct.ext.factory.CanonicalMapFactory
toMarshaled(CanonicalMap) - Method in class org.refcodes.struct.ext.factory.HtmlCanonicalMapFactory
toMarshaled(CanonicalMap) - Method in class org.refcodes.struct.ext.factory.JavaCanonicalMapFactory
toMarshaled(CanonicalMap) - Method in class org.refcodes.struct.ext.factory.JsonCanonicalMapFactory
toMarshaled(CanonicalMap) - Method in class org.refcodes.struct.ext.factory.TomlCanonicalMapFactory
toMarshaled(CanonicalMap) - Method in class org.refcodes.struct.ext.factory.XmlCanonicalMapFactory
toMarshaled(CanonicalMap) - Method in class org.refcodes.struct.ext.factory.YamlCanonicalMapFactory
toMarshaled(CanonicalMap, Map<String, String>) - Method in interface org.refcodes.struct.ext.factory.CanonicalMapFactory
toMarshaled(CanonicalMap, Map<String, String>) - Method in class org.refcodes.struct.ext.factory.HtmlCanonicalMapFactory
toMarshaled(CanonicalMap, Map<String, String>) - Method in class org.refcodes.struct.ext.factory.JavaCanonicalMapFactory
toMarshaled(CanonicalMap, Map<String, String>) - Method in class org.refcodes.struct.ext.factory.TomlCanonicalMapFactory
toMarshaled(CanonicalMap, Map<String, String>) - Method in class org.refcodes.struct.ext.factory.XmlCanonicalMapFactory
Any path elements found in the CanonicalMap beginning with a "@" as of Prefix.ANNOTATION are considered being attributes of their parent path and are marshaled as XML attributes for the according XML element.
toMarshaled(CanonicalMap, Map<String, String>) - Method in class org.refcodes.struct.ext.factory.YamlCanonicalMapFactory
TomlCanonicalMapFactory - Class in org.refcodes.struct.ext.factory
Implementation of the CanonicalMapFactory interface with support of so called "TOML properties".
TomlCanonicalMapFactory() - Constructor for class org.refcodes.struct.ext.factory.TomlCanonicalMapFactory
 
TomlCanonicalMapFactorySingleton - Class in org.refcodes.struct.ext.factory
The singleton of the TomlCanonicalMapFactory for easy CanonicalMapFactory creation.
TomlCanonicalMapFactorySingleton() - Constructor for class org.refcodes.struct.ext.factory.TomlCanonicalMapFactorySingleton
Instantiates a new TomlCanonicalMapFactorySingleton singleton.
toString(InputStream) - Method in class org.refcodes.struct.ext.factory.AbstractCanonicalMapFactory
Converts the given InputStream to a String.
toSupportedDelimiters(Map<String, String>) - Method in class org.refcodes.struct.ext.factory.AbstractCanonicalMapFactory
Retrieves the supported delimiters to be used when unmarshaling an external representation.
toUnmarshaled(String) - Method in interface org.refcodes.struct.ext.factory.CanonicalMapFactory
toUnmarshaled(String, Map<String, String>) - Method in interface org.refcodes.struct.ext.factory.CanonicalMapFactory
toUnmarshaled(String, Map<String, String>) - Method in class org.refcodes.struct.ext.factory.HtmlCanonicalMapFactory
toXml(CanonicalMap) - Static method in class org.refcodes.struct.ext.factory.AbstractCanonicalMapFactory
Converts a CanonicalMap to XML.

X

XmlCanonicalMapFactory - Class in org.refcodes.struct.ext.factory
Implementation of the CanonicalMapFactory for parsing the XML notation.
XmlCanonicalMapFactory() - Constructor for class org.refcodes.struct.ext.factory.XmlCanonicalMapFactory
 
XmlCanonicalMapFactorySingleton - Class in org.refcodes.struct.ext.factory
The singleton of the XmlCanonicalMapFactory for easy CanonicalMapFactory creation.
XmlCanonicalMapFactorySingleton() - Constructor for class org.refcodes.struct.ext.factory.XmlCanonicalMapFactorySingleton
Instantiates a new XmlCanonicalMapFactorySingleton singleton.

Y

YamlCanonicalMapFactory - Class in org.refcodes.struct.ext.factory
Implementation of the CanonicalMapFactory for parsing the JSON notation.
YamlCanonicalMapFactory() - Constructor for class org.refcodes.struct.ext.factory.YamlCanonicalMapFactory
 
YamlCanonicalMapFactorySingleton - Class in org.refcodes.struct.ext.factory
The singleton of the YamlCanonicalMapFactory for easy CanonicalMapFactory creation.
YamlCanonicalMapFactorySingleton() - Constructor for class org.refcodes.struct.ext.factory.YamlCanonicalMapFactorySingleton
Instantiates a new YamlCanonicalMapFactorySingleton singleton.
A B C D F G H J O P R S T X Y 
Skip navigation links

Copyright © 2021. All rights reserved.