A B C D E F G H I J L M N O P R S T U V W X 
All Classes All Packages

A

ACCESS_DENIED - io.lighty.codecs.xml.DocumentedException.ErrorTag
 
appendChild(Element) - Method in class io.lighty.codecs.xml.XmlElement
 
APPLICATION - io.lighty.codecs.xml.DocumentedException.ErrorType
 

B

BAD_ATTRIBUTE - io.lighty.codecs.xml.DocumentedException.ErrorTag
 
BAD_ELEMENT - io.lighty.codecs.xml.DocumentedException.ErrorTag
 

C

checkName(String) - Method in class io.lighty.codecs.xml.XmlElement
 
checkNamespace(String) - Method in class io.lighty.codecs.xml.XmlElement
 
checkNamespaceAttribute(String) - Method in class io.lighty.codecs.xml.XmlElement
 
checkUnrecognisedElements(XmlElement...) - Method in class io.lighty.codecs.xml.XmlElement
 
checkUnrecognisedElements(List<XmlElement>, XmlElement...) - Method in class io.lighty.codecs.xml.XmlElement
 
closeQuietly(XMLStreamReader) - Static method in class io.lighty.codecs.XmlNodeConverter
This method is similar to the Closeables.closeQuietly(Reader) or other 'closeQuietly methods.
Codec<BA extends org.opendaylight.yangtools.yang.binding.DataObject> - Interface in io.lighty.codecs.api
Codec to serailize/deserialize Binding Independent data, RPC data, Notification data to/from Binding Aware data, RPC data, Notification data.
CONFIG_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
 
ConflictingVersionException - Exception in io.lighty.codecs.xml
Can be thrown during commitConfig to indicate that the transaction cannot be committed due to the fact that another transaction was committed after creating this transaction.
ConflictingVersionException() - Constructor for exception io.lighty.codecs.xml.ConflictingVersionException
 
ConflictingVersionException(String) - Constructor for exception io.lighty.codecs.xml.ConflictingVersionException
 
ConflictingVersionException(String, Throwable) - Constructor for exception io.lighty.codecs.xml.ConflictingVersionException
 
ConflictingVersionException(Throwable) - Constructor for exception io.lighty.codecs.xml.ConflictingVersionException
 
convertBindingAwareList(YangInstanceIdentifier, MapNode) - Method in interface io.lighty.codecs.api.Serializer
Serialize the Binding Independent MapNode into Binding Aware data list.
convertBindingAwareList(YangInstanceIdentifier, MapNode) - Method in class io.lighty.codecs.DataCodec
 
ConverterUtils - Class in io.lighty.codecs.api
A utility class which may be helpful while manipulating with binding independent nodes.
convertIdentifier(String) - Method in interface io.lighty.codecs.api.Serializer
 
convertIdentifier(String) - Method in class io.lighty.codecs.DataCodec
 
convertToBindingAwareData(YangInstanceIdentifier, NormalizedNode<?, ?>) - Method in interface io.lighty.codecs.api.Serializer
Serialize Binding Independent data TO Binding Aware data.
convertToBindingAwareData(YangInstanceIdentifier, NormalizedNode<?, ?>) - Method in class io.lighty.codecs.DataCodec
 
convertToBindingAwareNotification(SchemaPath, ContainerNode) - Method in interface io.lighty.codecs.api.Serializer
Serialize Binding Independent Notification data TO Binding Aware Notification data.
convertToBindingAwareNotification(SchemaPath, ContainerNode) - Method in class io.lighty.codecs.DataCodec
 
convertToBindingAwareRpc(SchemaPath, ContainerNode) - Method in interface io.lighty.codecs.api.Serializer
Serialize Binding Independent RPC data (input/output) TO Binding Aware RPC data (input/output).
convertToBindingAwareRpc(SchemaPath, ContainerNode) - Method in class io.lighty.codecs.DataCodec
 
convertToBindingIndependentNotification(Notification) - Method in interface io.lighty.codecs.api.Deserializer
Deserialize Binding Independent Notification data(input/output) FROM Binding Aware Notification data(input/output).
convertToBindingIndependentNotification(Notification) - Method in class io.lighty.codecs.DataCodec
 
convertToBindingIndependentRpc(DataContainer) - Method in interface io.lighty.codecs.api.Deserializer
Deserialize Binding Independent RPC data(input/output) FROM Binding Aware RPC data(input/output).
convertToBindingIndependentRpc(DataContainer) - Method in class io.lighty.codecs.DataCodec
 
convertToNormalizedNode(InstanceIdentifier<BA>, BA) - Method in interface io.lighty.codecs.api.Deserializer
Deserialize Binding Independent data FROM Binding Aware data.
convertToNormalizedNode(InstanceIdentifier<T>, T) - Method in class io.lighty.codecs.DataCodec
 
createDocumentCopy(Document) - Static method in class io.lighty.codecs.xml.XmlUtil
 
createElement(Document, String, Optional<String>) - Static method in class io.lighty.codecs.xml.XmlUtil
 
createForSingleException(ModuleIdentifier, Exception) - Static method in exception io.lighty.codecs.xml.ValidationException
 
createFromCollectedValidationExceptions(List<ValidationException>) - Static method in exception io.lighty.codecs.xml.ValidationException
 
createPrefixedValue(String, String) - Static method in class io.lighty.codecs.xml.XmlUtil
 
createTextElement(Document, String, String, Optional<String>) - Static method in class io.lighty.codecs.xml.XmlUtil
 
createTextElementWithNamespacedContent(Document, String, String, String, String) - Static method in class io.lighty.codecs.xml.XmlUtil
 
createTextElementWithNamespacedContent(Document, String, String, String, String, Optional<String>) - Static method in class io.lighty.codecs.xml.XmlUtil
 

D

DATA_EXISTS - io.lighty.codecs.xml.DocumentedException.ErrorTag
 
DATA_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
 
DATA_MISSING - io.lighty.codecs.xml.DocumentedException.ErrorTag
 
DataCodec<T extends org.opendaylight.yangtools.yang.binding.DataObject> - Class in io.lighty.codecs
 
DataCodec(SchemaContext) - Constructor for class io.lighty.codecs.DataCodec
 
DEFAULT_NAMESPACE_PREFIX - Static variable in class io.lighty.codecs.xml.XmlElement
 
deserialize(YangInstanceIdentifier) - Method in class io.lighty.codecs.DeserializeIdentifierCodec
 
deserialize(SchemaNode, Reader) - Method in interface io.lighty.codecs.api.NodeConverter
This method will deserialize the given input data into NormalizedNodes.
deserialize(SchemaNode, Reader) - Method in class io.lighty.codecs.JsonNodeConverter
Deserializes the given JSON representation into NormalizedNodes.
deserialize(SchemaNode, Reader) - Method in class io.lighty.codecs.XmlNodeConverter
This method deserializes the provided XML string representation (via Reader) interface into NormalizedNodes.
deserializeIdentifier(InstanceIdentifier<BA>) - Method in interface io.lighty.codecs.api.Deserializer
Deserialize Binding Independent identifier FROM Binding Aware identifier.
deserializeIdentifier(InstanceIdentifier<T>) - Method in class io.lighty.codecs.DataCodec
 
deserializeIdentifier(YangInstanceIdentifier) - Method in interface io.lighty.codecs.api.Deserializer
 
deserializeIdentifier(YangInstanceIdentifier) - Method in class io.lighty.codecs.DataCodec
 
DeserializeIdentifierCodec - Class in io.lighty.codecs
 
DeserializeIdentifierCodec(SchemaContext) - Constructor for class io.lighty.codecs.DeserializeIdentifierCodec
 
Deserializer<BA extends org.opendaylight.yangtools.yang.binding.DataObject> - Interface in io.lighty.codecs.api
This class deserializes Binding Independent (DOM) objects FROM Binding Aware (BA) objects.
DocumentedException - Exception in io.lighty.codecs.xml
Checked exception to communicate an error that needs to be sent to the netconf client.
DocumentedException(String) - Constructor for exception io.lighty.codecs.xml.DocumentedException
 
DocumentedException(String, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity) - Constructor for exception io.lighty.codecs.xml.DocumentedException
 
DocumentedException(String, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity, Map<String, String>) - Constructor for exception io.lighty.codecs.xml.DocumentedException
 
DocumentedException(String, Exception) - Constructor for exception io.lighty.codecs.xml.DocumentedException
 
DocumentedException(String, Exception, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity) - Constructor for exception io.lighty.codecs.xml.DocumentedException
 
DocumentedException(String, Exception, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity, Map<String, String>) - Constructor for exception io.lighty.codecs.xml.DocumentedException
 
DocumentedException.ErrorSeverity - Enum in io.lighty.codecs.xml
 
DocumentedException.ErrorTag - Enum in io.lighty.codecs.xml
 
DocumentedException.ErrorType - Enum in io.lighty.codecs.xml
 

E

equals(Object) - Method in class io.lighty.codecs.xml.ModuleIdentifier
 
equals(Object) - Method in class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
 
equals(Object) - Method in class io.lighty.codecs.xml.XmlElement
 
ERROR - io.lighty.codecs.xml.DocumentedException.ErrorSeverity
 
ERROR_APP_TAG - Static variable in exception io.lighty.codecs.xml.DocumentedException
 
ERROR_INFO - Static variable in exception io.lighty.codecs.xml.DocumentedException
 
ERROR_MESSAGE - Static variable in exception io.lighty.codecs.xml.DocumentedException
 
ERROR_PATH - Static variable in exception io.lighty.codecs.xml.DocumentedException
 
ERROR_SEVERITY - Static variable in exception io.lighty.codecs.xml.DocumentedException
 
ERROR_TAG - Static variable in exception io.lighty.codecs.xml.DocumentedException
 
ERROR_TYPE - Static variable in exception io.lighty.codecs.xml.DocumentedException
 
evaluateXPath(XPathExpression, Object, QName) - Static method in class io.lighty.codecs.xml.XmlUtil
 
ExceptionMessageWithStackTrace() - Constructor for class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
 
ExceptionMessageWithStackTrace(Exception) - Constructor for class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
 
ExceptionMessageWithStackTrace(String, String) - Constructor for class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
 

F

findNamespaceOfTextContent() - Method in class io.lighty.codecs.xml.XmlElement
Search for element's attributes defining namespaces.
from(String) - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorSeverity
 
from(String) - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorTag
 
from(String) - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorType
 
fromDomDocument(Document) - Static method in class io.lighty.codecs.xml.XmlElement
 
fromDomElement(Element) - Static method in class io.lighty.codecs.xml.XmlElement
 
fromDomElementWithExpected(Element, String) - Static method in class io.lighty.codecs.xml.XmlElement
 
fromDomElementWithExpected(Element, String, String) - Static method in class io.lighty.codecs.xml.XmlElement
 
fromString(String) - Static method in class io.lighty.codecs.xml.XmlElement
 
fromXMLDocument(Document) - Static method in exception io.lighty.codecs.xml.DocumentedException
 

G

getAttribute(String) - Method in class io.lighty.codecs.xml.XmlElement
 
getAttribute(String, String) - Method in class io.lighty.codecs.xml.XmlElement
 
getAttributes() - Method in class io.lighty.codecs.xml.XmlElement
 
getChildElements() - Method in class io.lighty.codecs.xml.XmlElement
 
getChildElements(String) - Method in class io.lighty.codecs.xml.XmlElement
Return all XML elements with specified tag name.
getChildElementsWithinNamespace(String) - Method in class io.lighty.codecs.xml.XmlElement
 
getChildElementsWithinNamespace(String, String) - Method in class io.lighty.codecs.xml.XmlElement
 
getChildElementsWithSameNamespace(String) - Method in class io.lighty.codecs.xml.XmlElement
 
getCodec() - Method in interface io.lighty.codecs.api.Codec
Get used codec.
getCodec() - Method in class io.lighty.codecs.DataCodec
 
getDomElement() - Method in class io.lighty.codecs.xml.XmlElement
 
getElementsByTagName(String) - Method in class io.lighty.codecs.xml.XmlElement
 
getErrorInfo() - Method in exception io.lighty.codecs.xml.DocumentedException
 
getErrorSeverity() - Method in exception io.lighty.codecs.xml.DocumentedException
 
getErrorTag() - Method in exception io.lighty.codecs.xml.DocumentedException
 
getErrorType() - Method in exception io.lighty.codecs.xml.DocumentedException
 
getFactoryName() - Method in class io.lighty.codecs.xml.ModuleIdentifier
 
getFailedValidations() - Method in exception io.lighty.codecs.xml.ValidationException
 
getInstanceName() - Method in class io.lighty.codecs.xml.ModuleIdentifier
 
getMessage() - Method in class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
 
getName() - Method in class io.lighty.codecs.xml.XmlElement
 
getNamespace() - Method in class io.lighty.codecs.xml.XmlElement
 
getNamespaceAttribute() - Method in class io.lighty.codecs.xml.XmlElement
 
getNamespaceAttributeOptionally() - Method in class io.lighty.codecs.xml.XmlElement
 
getNamespaceOptionally() - Method in class io.lighty.codecs.xml.XmlElement
 
getOnlyChildElement() - Method in class io.lighty.codecs.xml.XmlElement
 
getOnlyChildElement(String) - Method in class io.lighty.codecs.xml.XmlElement
 
getOnlyChildElement(String, String) - Method in class io.lighty.codecs.xml.XmlElement
 
getOnlyChildElementOptionally() - Method in class io.lighty.codecs.xml.XmlElement
 
getOnlyChildElementOptionally(String) - Method in class io.lighty.codecs.xml.XmlElement
 
getOnlyChildElementOptionally(String, String) - Method in class io.lighty.codecs.xml.XmlElement
 
getOnlyChildElementWithSameNamespace() - Method in class io.lighty.codecs.xml.XmlElement
 
getOnlyChildElementWithSameNamespace(String) - Method in class io.lighty.codecs.xml.XmlElement
 
getOnlyChildElementWithSameNamespaceOptionally() - Method in class io.lighty.codecs.xml.XmlElement
 
getOnlyChildElementWithSameNamespaceOptionally(String) - Method in class io.lighty.codecs.xml.XmlElement
 
getOnlyTextContentOptionally() - Method in class io.lighty.codecs.xml.XmlElement
 
getRpcQName(XmlElement) - Static method in class io.lighty.codecs.api.ConverterUtils
This method extracts from the given XmlElement the name and namespace from the first element and creates a QName.
getRpcQName(String) - Static method in class io.lighty.codecs.api.ConverterUtils
Create RPC QName.
getSchemaContext() - Method in interface io.lighty.codecs.api.Codec
 
getSchemaContext() - Method in class io.lighty.codecs.DataCodec
 
getSchemaNode(SchemaContext, String, String, String) - Static method in class io.lighty.codecs.api.ConverterUtils
Creates an instance of SchemaNode for the given namespace, revision and localname.
getSchemaNode(SchemaContext, QName) - Static method in class io.lighty.codecs.api.ConverterUtils
Creates an instance of SchemaNode for the given QName in the given SchemaContext.
getSchemaNode(SchemaContext, YangInstanceIdentifier) - Static method in class io.lighty.codecs.api.ConverterUtils
 
getSeverityValue() - Method in enum io.lighty.codecs.xml.DocumentedException.ErrorSeverity
 
getTagValue() - Method in enum io.lighty.codecs.xml.DocumentedException.ErrorSeverity
Deprecated.
getTagValue() - Method in enum io.lighty.codecs.xml.DocumentedException.ErrorTag
 
getTagValue() - Method in enum io.lighty.codecs.xml.DocumentedException.ErrorType
Deprecated.
getTextContent() - Method in class io.lighty.codecs.xml.XmlElement
 
getTrace() - Method in class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
 
getTypeValue() - Method in enum io.lighty.codecs.xml.DocumentedException.ErrorType
 

H

hashCode() - Method in class io.lighty.codecs.xml.ModuleIdentifier
 
hashCode() - Method in class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
 
hashCode() - Method in class io.lighty.codecs.xml.XmlElement
 
hasNamespace() - Method in class io.lighty.codecs.xml.XmlElement
 

I

IN_USE - io.lighty.codecs.xml.DocumentedException.ErrorTag
 
INSTANCE_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
 
INVALID_VALUE - io.lighty.codecs.xml.DocumentedException.ErrorTag
 
io.lighty.codecs - package io.lighty.codecs
 
io.lighty.codecs.api - package io.lighty.codecs.api
 
io.lighty.codecs.xml - package io.lighty.codecs.xml
 

J

JsonNodeConverter - Class in io.lighty.codecs
The implementation of NodeConverter which serializes and deserializes binding independent representation into/from JSON representation.
JsonNodeConverter(SchemaContext) - Constructor for class io.lighty.codecs.JsonNodeConverter
The only available constructor.

L

loadNotification(SchemaContext, QName) - Static method in class io.lighty.codecs.api.ConverterUtils
Utility method to extract the SchemaNode for the given Notification.
loadRpc(SchemaContext, QName) - Static method in class io.lighty.codecs.api.ConverterUtils
Returns the RpcDefinition from the given SchemaContext and given QName.
loadSchema(InputStream...) - Static method in class io.lighty.codecs.xml.XmlUtil
 
LOCK_DENIED - io.lighty.codecs.xml.DocumentedException.ErrorTag
 

M

MALFORMED_MESSAGE - io.lighty.codecs.xml.DocumentedException.ErrorTag
 
MISSING_ATTRIBUTE - io.lighty.codecs.xml.DocumentedException.ErrorTag
 
MISSING_ELEMENT - io.lighty.codecs.xml.DocumentedException.ErrorTag
 
MissingNameSpaceException - Exception in io.lighty.codecs.xml
 
MissingNameSpaceException(String, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity) - Constructor for exception io.lighty.codecs.xml.MissingNameSpaceException
 
MissingNameSpaceException(String, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity, Map<String, String>) - Constructor for exception io.lighty.codecs.xml.MissingNameSpaceException
 
MODULE_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
 
ModuleIdentifier - Class in io.lighty.codecs.xml
 
ModuleIdentifier(String, String) - Constructor for class io.lighty.codecs.xml.ModuleIdentifier
 
MODULES_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
 

N

NAME_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
 
newDocument() - Static method in class io.lighty.codecs.xml.XmlUtil
 
NodeConverter - Interface in io.lighty.codecs.api
This interface may be useful when (de)serializing NormalizedNodes (from)into its XML or JSON representation.

O

OPERATION_ATTR_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
 
OPERATION_FAILED - io.lighty.codecs.xml.DocumentedException.ErrorTag
 
OPERATION_NOT_SUPPORTED - io.lighty.codecs.xml.DocumentedException.ErrorTag
 

P

PREFIX - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
 
PROTOCOL - io.lighty.codecs.xml.DocumentedException.ErrorType
 

R

readXmlToDocument(InputStream) - Static method in class io.lighty.codecs.xml.XmlUtil
 
readXmlToDocument(String) - Static method in class io.lighty.codecs.xml.XmlUtil
 
readXmlToElement(File) - Static method in class io.lighty.codecs.xml.XmlUtil
 
readXmlToElement(InputStream) - Static method in class io.lighty.codecs.xml.XmlUtil
 
readXmlToElement(String) - Static method in class io.lighty.codecs.xml.XmlUtil
 
RESOURCE_DENIED - io.lighty.codecs.xml.DocumentedException.ErrorTag
 
ROLLBCK_FAILED - io.lighty.codecs.xml.DocumentedException.ErrorTag
 
RPC - io.lighty.codecs.xml.DocumentedException.ErrorType
 
RPC_ERROR - Static variable in exception io.lighty.codecs.xml.DocumentedException
 
RPC_REPLY_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
 
rpcAsInput(XmlElement) - Static method in class io.lighty.codecs.api.ConverterUtils
 
rpcAsInput(XmlElement, String) - Static method in class io.lighty.codecs.api.ConverterUtils
Removes the first XML tag and replaces it with an <input> element.
rpcAsOutput(XmlElement) - Static method in class io.lighty.codecs.api.ConverterUtils
Calls the method rpcAsOutput(XmlElement, String) with an empty namespace.
rpcAsOutput(XmlElement, String) - Static method in class io.lighty.codecs.api.ConverterUtils
Removes the first XML tag and replaces it with an <output> element.

S

SerializationException - Exception in io.lighty.codecs.api
This exception should be thrown when serialization problem occurs.
SerializationException(String, Throwable) - Constructor for exception io.lighty.codecs.api.SerializationException
 
SerializationException(Throwable) - Constructor for exception io.lighty.codecs.api.SerializationException
 
serialize(String) - Method in class io.lighty.codecs.SerializeIdentifierCodec
 
serializeData(SchemaNode, NormalizedNode<?, ?>) - Method in interface io.lighty.codecs.api.NodeConverter
This method will serialize the given NormalizedNode into its string representation.
serializeData(SchemaNode, NormalizedNode<?, ?>) - Method in class io.lighty.codecs.JsonNodeConverter
This method serializes the provided NormalizedNode into its JSON representation.
serializeData(SchemaNode, NormalizedNode<?, ?>) - Method in class io.lighty.codecs.XmlNodeConverter
This method serializes the given NormalizedNode into its XML string representation.
SerializeIdentifierCodec - Class in io.lighty.codecs
 
SerializeIdentifierCodec(SchemaContext) - Constructor for class io.lighty.codecs.SerializeIdentifierCodec
 
Serializer<BA extends org.opendaylight.yangtools.yang.binding.DataObject> - Interface in io.lighty.codecs.api
This class serializes Binding Independent (DOM) objects TO Binding Aware (BA) objects.
serializeRpc(SchemaNode, NormalizedNode<?, ?>) - Method in interface io.lighty.codecs.api.NodeConverter
This method will serialize the input NormalizedNode RPC into its string representation.
serializeRpc(SchemaNode, NormalizedNode<?, ?>) - Method in class io.lighty.codecs.JsonNodeConverter
This method serializes the NormalizedNode which represents the input or output of an RPC.
serializeRpc(SchemaNode, NormalizedNode<?, ?>) - Method in class io.lighty.codecs.XmlNodeConverter
This method serializes the input or output of a RPC given as NormalizedNode representation into XML string representation.
serializeXMLError(String) - Method in interface io.lighty.codecs.api.Serializer
Serialize restconf error to Normalized Node.
serializeXMLError(String) - Method in class io.lighty.codecs.DataCodec
 
SERVICES_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
 
setMessage(String) - Method in class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
 
setStackTrace(String) - Method in class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
 

T

TOO_BIG - io.lighty.codecs.xml.DocumentedException.ErrorTag
 
toString() - Method in exception io.lighty.codecs.xml.DocumentedException
 
toString() - Method in class io.lighty.codecs.xml.ModuleIdentifier
 
toString() - Method in class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
 
toString() - Method in class io.lighty.codecs.xml.XmlElement
 
toString(XmlElement) - Static method in class io.lighty.codecs.xml.XmlUtil
 
toString(Document) - Static method in class io.lighty.codecs.xml.XmlUtil
 
toString(Document, boolean) - Static method in class io.lighty.codecs.xml.XmlUtil
 
toString(Element) - Static method in class io.lighty.codecs.xml.XmlUtil
 
toString(Element, boolean) - Static method in class io.lighty.codecs.xml.XmlUtil
 
toXMLDocument() - Method in exception io.lighty.codecs.xml.DocumentedException
 
TRANSPORT - io.lighty.codecs.xml.DocumentedException.ErrorType
 
TYPE_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
 

U

UnexpectedElementException - Exception in io.lighty.codecs.xml
 
UnexpectedElementException(String, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity) - Constructor for exception io.lighty.codecs.xml.UnexpectedElementException
 
UnexpectedElementException(String, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity, Map<String, String>) - Constructor for exception io.lighty.codecs.xml.UnexpectedElementException
 
UnexpectedNamespaceException - Exception in io.lighty.codecs.xml
 
UnexpectedNamespaceException(String, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity) - Constructor for exception io.lighty.codecs.xml.UnexpectedNamespaceException
 
UnexpectedNamespaceException(String, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity, Map<String, String>) - Constructor for exception io.lighty.codecs.xml.UnexpectedNamespaceException
 
UNKNOWN_ATTRIBUTE - io.lighty.codecs.xml.DocumentedException.ErrorTag
 
UNKNOWN_ELEMENT - io.lighty.codecs.xml.DocumentedException.ErrorTag
 
UNKNOWN_NAMESPACE - io.lighty.codecs.xml.DocumentedException.ErrorTag
 
URN_IETF_PARAMS_XML_NS_NETCONF_BASE_1_0 - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
 
URN_OPENDAYLIGHT_PARAMS_XML_NS_YANG_CONTROLLER_CONFIG - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
 

V

ValidationException - Exception in io.lighty.codecs.xml
 
ValidationException(Map<String, Map<String, ValidationException.ExceptionMessageWithStackTrace>>) - Constructor for exception io.lighty.codecs.xml.ValidationException
 
ValidationException.ExceptionMessageWithStackTrace - Class in io.lighty.codecs.xml
 
valueOf(String) - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WARNING - io.lighty.codecs.xml.DocumentedException.ErrorSeverity
 
withJson() - Method in interface io.lighty.codecs.api.Codec
 
withJson() - Method in class io.lighty.codecs.DataCodec
 
withXml() - Method in interface io.lighty.codecs.api.Codec
 
withXml() - Method in class io.lighty.codecs.DataCodec
 
wrap(E) - Static method in exception io.lighty.codecs.xml.DocumentedException
 
wrap(ConflictingVersionException) - Static method in exception io.lighty.codecs.xml.DocumentedException
 
wrap(ValidationException) - Static method in exception io.lighty.codecs.xml.DocumentedException
 

X

XmlElement - Class in io.lighty.codecs.xml
 
XmlMappingConstants - Class in io.lighty.codecs.xml
 
XmlNodeConverter - Class in io.lighty.codecs
The implementation of NodeConverter which serializes and deserializes binding independent representation into/from XML representation.
XmlNodeConverter(SchemaContext) - Constructor for class io.lighty.codecs.XmlNodeConverter
The only constructor will create an instance of XmlNodeConverter with the given SchemaContext.
XMLNS_ATTRIBUTE_KEY - Static variable in class io.lighty.codecs.xml.XmlUtil
 
XMLNS_URI - Static variable in class io.lighty.codecs.xml.XmlUtil
 
XmlUtil - Class in io.lighty.codecs.xml
 
A B C D E F G H I J L M N O P R S T U V W X 
All Classes All Packages