Skip navigation links
A C D F G H I J L N P R S T U V W X 

A

allowDocTypeDeclaration(boolean) - Method in class io.restassured.path.xml.config.XmlPathConfig
Configure if XmlPath should provide support for DOCTYPE declarations (default is ).
and() - Method in class io.restassured.path.xml.config.XmlPathConfig
For syntactic sugar.
attributes() - Method in class io.restassured.internal.path.xml.NodeImpl
 
attributes() - Method in interface io.restassured.path.xml.element.Node
The node attributes, may be empty.

C

charset() - Method in class io.restassured.path.xml.config.XmlPathConfig
 
charset(String) - Method in class io.restassured.path.xml.config.XmlPathConfig
 
children() - Method in class io.restassured.internal.path.xml.NodeImpl
 
children() - Method in interface io.restassured.path.xml.element.Node
The node children
config - Static variable in class io.restassured.path.xml.XmlPath
 
create(Type, String) - Method in class io.restassured.path.xml.mapper.factory.DefaultJAXBObjectMapperFactory
 

D

declaredNamespace(String, String) - Method in class io.restassured.path.xml.config.XmlPathConfig
Declares a namespace.
declaredNamespaces() - Method in class io.restassured.path.xml.config.XmlPathConfig
 
declareNamespaces(Map<String, String>) - Method in class io.restassured.path.xml.config.XmlPathConfig
Specify declared namespaces that will be used when parsing XML.
defaultDeserializer() - Method in class io.restassured.path.xml.config.XmlPathConfig
 
DefaultJAXBObjectMapperFactory - Class in io.restassured.path.xml.mapper.factory
Simply creates a new JAXBContext based on the supplied class.
DefaultJAXBObjectMapperFactory() - Constructor for class io.restassured.path.xml.mapper.factory.DefaultJAXBObjectMapperFactory
 
defaultObjectDeserializer(XmlPathObjectDeserializer) - Method in class io.restassured.path.xml.config.XmlPathConfig
Creates an json path configuration that uses the specified object de-serializer as default.
defaultParserType() - Method in class io.restassured.path.xml.config.XmlPathConfig
 
defaultParserType(XmlParserType) - Method in class io.restassured.path.xml.config.XmlPathConfig
Creates an xml path configuration that uses the specified parser type as default.
description() - Method in class io.restassured.internal.path.xml.XMLAssertion
 
deserialize(String, Class, XmlPathConfig) - Static method in class io.restassured.internal.path.xml.mapping.XmlObjectDeserializer
 
deserialize(ObjectDeserializationContext) - Method in class io.restassured.internal.path.xml.mapping.XmlPathJaxbObjectDeserializer
 
deserialize(ObjectDeserializationContext) - Method in interface io.restassured.path.xml.mapping.XmlPathObjectDeserializer
De-serialize data to an instance of T.
deserializeWithJaxb(ObjectDeserializationContext, JAXBObjectMapperFactory) - Static method in class io.restassured.internal.path.xml.mapping.XmlObjectDeserializer
 
disableLoadingOfExternalDtd() - Method in class io.restassured.path.xml.config.XmlPathConfig
Disables external DTD loading.

F

feature(String, boolean) - Method in class io.restassured.path.xml.config.XmlPathConfig
Set a value of a feature flag.
features() - Method in class io.restassured.path.xml.config.XmlPathConfig
 
features(Map<String, Boolean>) - Method in class io.restassured.path.xml.config.XmlPathConfig
Specify features that will be used when parsing XML.
from(InputStream) - Static method in class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
from(String) - Static method in class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
from(InputSource) - Static method in class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
from(File) - Static method in class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
from(Reader) - Static method in class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
from(URI) - Static method in class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.

G

get(String) - Method in class io.restassured.internal.path.xml.NodeBase
 
get(String, Object, boolean) - Static method in class io.restassured.internal.path.xml.NodeBase
 
get(int) - Method in class io.restassured.internal.path.xml.NodeChildrenImpl
 
get(String) - Method in class io.restassured.internal.path.xml.NodeChildrenImpl
 
get(int) - Method in class io.restassured.internal.path.xml.NodeImpl
 
get(String) - Method in class io.restassured.internal.path.xml.NodeImpl
 
get(int) - Method in interface io.restassured.path.xml.element.NodeChildren
The the Node on the nth index
get(String) - Method in interface io.restassured.path.xml.element.PathElement
Get a value from the current XML object.
get() - Method in class io.restassured.path.xml.XmlPath
Get the entire XML graph as an Object this url.
get(String) - Method in class io.restassured.path.xml.XmlPath
Get the result of an XML path expression.
getAttribute(String) - Method in class io.restassured.internal.path.xml.NodeImpl
 
getAttribute(String) - Method in interface io.restassured.path.xml.element.Node
Get the value of an attribute.
getAttributes() - Method in class io.restassured.internal.path.xml.NodeImpl
 
getAttributes() - Method in class io.restassured.internal.path.xml.XmlEntity
 
getBackingGroovyObject() - Method in class io.restassured.internal.path.xml.NodeBase
 
getBackingGroovyObject() - Method in class io.restassured.internal.path.xml.NodeChildrenImpl
 
getBackingGroovyObject() - Method in class io.restassured.internal.path.xml.NodeImpl
 
getBoolean(String) - Method in class io.restassured.internal.path.xml.NodeImpl
 
getBoolean(String) - Method in class io.restassured.path.xml.XmlPath
Get the result of an XML path expression as a boolean.
getByte(String) - Method in class io.restassured.internal.path.xml.NodeImpl
 
getByte(String) - Method in class io.restassured.path.xml.XmlPath
Get the result of an XML path expression as a byte.
getChar(String) - Method in class io.restassured.internal.path.xml.NodeImpl
 
getChar(String) - Method in class io.restassured.path.xml.XmlPath
Get the result of an XML path expression as a char.
getChildren() - Method in class io.restassured.internal.path.xml.NodeImpl
 
getChildren() - Method in class io.restassured.internal.path.xml.XmlEntity
 
getChildResultAsJavaObject(Object) - Method in class io.restassured.internal.path.xml.XMLAssertion
 
getDouble(String) - Method in class io.restassured.internal.path.xml.NodeImpl
 
getDouble(String) - Method in class io.restassured.path.xml.XmlPath
Get the result of an XML path expression as a double.
getFloat(String) - Method in class io.restassured.internal.path.xml.NodeImpl
 
getFloat(String) - Method in class io.restassured.path.xml.XmlPath
Get the result of an XML path expression as a float.
getGroovyNode() - Method in class io.restassured.internal.path.xml.NodeImpl
 
getGroovyNodes() - Method in class io.restassured.internal.path.xml.NodeChildrenImpl
 
getHasNext() - Method in class io.restassured.internal.path.xml.NodeImpl.ValueIterator
 
getInt(String) - Method in class io.restassured.internal.path.xml.NodeImpl
 
getInt(String) - Method in class io.restassured.path.xml.XmlPath
Get the result of an XML path expression as an int.
getIterator() - Method in class io.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
getKey() - Method in class io.restassured.internal.path.xml.XMLAssertion
 
getList(String) - Method in class io.restassured.internal.path.xml.NodeBase
 
getList(String) - Method in class io.restassured.internal.path.xml.NodeChildrenImpl
 
getList(String) - Method in class io.restassured.internal.path.xml.NodeImpl
 
getList(String) - Method in class io.restassured.path.xml.XmlPath
Get the result of an XML path expression as a list.
getList(String, Class<T>) - Method in class io.restassured.path.xml.XmlPath
Get the result of an XML path expression as a list.
getLong(String) - Method in class io.restassured.internal.path.xml.NodeImpl
 
getLong(String) - Method in class io.restassured.path.xml.XmlPath
Get the result of an XML path expression as a long.
getMap(String) - Method in class io.restassured.path.xml.XmlPath
Get the result of an XML path expression as a map.
getMap(String, Class<K>, Class<V>) - Method in class io.restassured.path.xml.XmlPath
Get the result of an XML path expression as a map.
getMetaClass() - Method in class io.restassured.internal.path.xml.GroovyNodeSerializer
 
getMetaClass() - Method in class io.restassured.internal.path.xml.mapping.XmlObjectDeserializer
 
getMetaClass() - Method in class io.restassured.internal.path.xml.mapping.XmlPathJaxbObjectDeserializer
 
getMetaClass() - Method in class io.restassured.internal.path.xml.NodeBase
 
getMetaClass() - Method in class io.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
getMetaClass() - Method in class io.restassured.internal.path.xml.NodeImpl.ValueIterator
 
getMetaClass() - Method in class io.restassured.internal.path.xml.XMLAssertion
 
getMetaClass() - Method in class io.restassured.internal.path.xml.XmlEntity
 
getMetaClass() - Method in class io.restassured.internal.path.xml.XmlPrettifier
 
getMetaClass() - Method in class io.restassured.internal.path.xml.XmlRenderer
 
getName() - Method in class io.restassured.internal.path.xml.NodeImpl
 
getNode(String) - Method in class io.restassured.internal.path.xml.NodeBase
 
getNode(String) - Method in interface io.restassured.path.xml.element.PathElement
Get a Node whose name matches the supplied name from the current XML object.
getNode(String) - Method in class io.restassured.path.xml.XmlPath
Get the result of an XML path expression as a Node.
getNodeChildren(String) - Method in class io.restassured.path.xml.XmlPath
Get the result of an XML path expression as a NodeChildren.
getNodeList() - Method in class io.restassured.internal.path.xml.NodeChildrenImpl
 
getNodes(String) - Method in class io.restassured.internal.path.xml.NodeBase
 
getNodes(String) - Method in interface io.restassured.path.xml.element.PathElement
Get a list of Node's whose name matches the supplied name from the current XML object.
getObject(String, Class<T>) - Method in class io.restassured.path.xml.XmlPath
Get an XML document as a Java Object.
getParams() - Method in class io.restassured.internal.path.xml.XMLAssertion
 
getPath(String) - Method in class io.restassured.internal.path.xml.NodeBase
 
getPath(String, Class) - Method in class io.restassured.internal.path.xml.NodeBase
 
getPath(String) - Method in class io.restassured.internal.path.xml.NodeChildrenImpl
 
getPath(String) - Method in class io.restassured.internal.path.xml.NodeImpl
 
getPath(String) - Method in interface io.restassured.path.xml.element.PathElement
Get a value from the current XML using Groovy's GPath expression syntax.
getPath(String, Class<T>) - Method in interface io.restassured.path.xml.element.PathElement
Get a value from the current XML using Groovy's GPath expression syntax.
getProperty(String) - Method in class io.restassured.internal.path.xml.GroovyNodeSerializer
 
getProperty(String) - Method in class io.restassured.internal.path.xml.mapping.XmlObjectDeserializer
 
getProperty(String) - Method in class io.restassured.internal.path.xml.mapping.XmlPathJaxbObjectDeserializer
 
getProperty(String) - Method in class io.restassured.internal.path.xml.NodeBase
 
getProperty(String) - Method in class io.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
getProperty(String) - Method in class io.restassured.internal.path.xml.NodeImpl.ValueIterator
 
getProperty(String) - Method in class io.restassured.internal.path.xml.XMLAssertion
 
getProperty(String) - Method in class io.restassured.internal.path.xml.XmlEntity
 
getProperty(String) - Method in class io.restassured.internal.path.xml.XmlPrettifier
 
getProperty(String) - Method in class io.restassured.internal.path.xml.XmlRenderer
 
getResult(Object, boolean, boolean) - Method in class io.restassured.internal.path.xml.XMLAssertion
 
getResult(Object, Object) - Method in class io.restassured.internal.path.xml.XMLAssertion
 
getShort(String) - Method in class io.restassured.internal.path.xml.NodeImpl
 
getShort(String) - Method in class io.restassured.path.xml.XmlPath
Get the result of an XML path expression as a short.
getString(String) - Method in class io.restassured.path.xml.XmlPath
Get the result of an XML path expression as a string.
getUUID(String) - Method in class io.restassured.path.xml.XmlPath
Get the result of an XML path expression as a UUID.
getValue() - Method in class io.restassured.internal.path.xml.NodeImpl
 
given(String) - Static method in class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
given(InputStream) - Static method in class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
given(InputSource) - Static method in class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
given(File) - Static method in class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
given(Reader) - Static method in class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
given(URI) - Static method in class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
GroovyNodeSerializer - Class in io.restassured.internal.path.xml
 
GroovyNodeSerializer() - Constructor for class io.restassured.internal.path.xml.GroovyNodeSerializer
 

H

hasCustomJaxbObjectMapperFactory() - Method in class io.restassured.path.xml.config.XmlPathConfig
 
hasDeclaredNamespaces() - Method in class io.restassured.path.xml.config.XmlPathConfig
 
hasDefaultDeserializer() - Method in class io.restassured.path.xml.config.XmlPathConfig
 
hasDefaultParserType() - Method in class io.restassured.path.xml.config.XmlPathConfig
 
hasNext() - Method in class io.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
hasNext() - Method in class io.restassured.internal.path.xml.NodeImpl.ValueIterator
 

I

invokeMethod(String, Object) - Method in class io.restassured.internal.path.xml.GroovyNodeSerializer
 
invokeMethod(String, Object) - Method in class io.restassured.internal.path.xml.mapping.XmlObjectDeserializer
 
invokeMethod(String, Object) - Method in class io.restassured.internal.path.xml.mapping.XmlPathJaxbObjectDeserializer
 
invokeMethod(String, Object) - Method in class io.restassured.internal.path.xml.NodeBase
 
invokeMethod(String, Object) - Method in class io.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
invokeMethod(String, Object) - Method in class io.restassured.internal.path.xml.NodeImpl.ValueIterator
 
invokeMethod(String, Object) - Method in class io.restassured.internal.path.xml.XMLAssertion
 
invokeMethod(String, Object) - Method in class io.restassured.internal.path.xml.XmlEntity
 
invokeMethod(String, Object) - Method in class io.restassured.internal.path.xml.XmlPrettifier
 
invokeMethod(String, Object) - Method in class io.restassured.internal.path.xml.XmlRenderer
 
io.restassured.internal.path.xml - package io.restassured.internal.path.xml
 
io.restassured.internal.path.xml.mapping - package io.restassured.internal.path.xml.mapping
 
io.restassured.path.xml - package io.restassured.path.xml
 
io.restassured.path.xml.config - package io.restassured.path.xml.config
 
io.restassured.path.xml.element - package io.restassured.path.xml.element
 
io.restassured.path.xml.exception - package io.restassured.path.xml.exception
 
io.restassured.path.xml.mapper.factory - package io.restassured.path.xml.mapper.factory
 
io.restassured.path.xml.mapping - package io.restassured.path.xml.mapping
 
isAllowDocTypeDeclaration() - Method in class io.restassured.path.xml.config.XmlPathConfig
Whether XmlPath should provide support for DOCTYPE declarations
isEmpty() - Method in class io.restassured.internal.path.xml.NodeChildrenImpl
 
isEmpty() - Method in interface io.restassured.path.xml.element.NodeChildren
 
isNamespaceAware() - Method in class io.restassured.path.xml.config.XmlPathConfig
Whether XmlPath should provide support for XML namespaces
isPathFragment(String) - Method in class io.restassured.internal.path.xml.XMLAssertion
 
isValidating() - Method in class io.restassured.path.xml.config.XmlPathConfig
Whether XmlPath should validate documents as they are parsed.
iterator() - Method in class io.restassured.internal.path.xml.NodeChildrenImpl
 
iterator() - Method in class io.restassured.internal.path.xml.NodeImpl
 

J

jaxbObjectMapperFactory() - Method in class io.restassured.path.xml.config.XmlPathConfig
 
jaxbObjectMapperFactory(JAXBObjectMapperFactory) - Method in class io.restassured.path.xml.config.XmlPathConfig
Specify a custom Gson object mapper factory.
JAXBObjectMapperFactory - Interface in io.restassured.path.xml.mapper.factory
Interface for JAXB object mappers.

L

leftShift(Node) - Method in class io.restassured.internal.path.xml.NodeChildrenImpl
 
leftShift(Node) - Method in class io.restassured.internal.path.xml.NodeImpl
 
list() - Method in class io.restassured.internal.path.xml.NodeChildrenImpl
 
list() - Method in interface io.restassured.path.xml.element.NodeChildren
 

N

name() - Method in class io.restassured.internal.path.xml.NodeImpl
 
name() - Method in interface io.restassured.path.xml.element.Node
The name of the node
namespaceAware(boolean) - Method in class io.restassured.path.xml.config.XmlPathConfig
Configure if XmlPath should provide support for XML namespaces (default is ).
next() - Method in class io.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
next() - Method in class io.restassured.internal.path.xml.NodeImpl.ValueIterator
 
Node - Interface in io.restassured.path.xml.element
A Node represents a single node in a XML document.
NodeBase - Class in io.restassured.internal.path.xml
 
NodeBase() - Constructor for class io.restassured.internal.path.xml.NodeBase
 
NodeChildren - Interface in io.restassured.path.xml.element
Represent the children of a Node in an XML document.
NodeChildrenImpl - Class in io.restassured.internal.path.xml
 
NodeChildrenImpl() - Constructor for class io.restassured.internal.path.xml.NodeChildrenImpl
 
NodeChildrenImpl.NodeListIterator - Class in io.restassured.internal.path.xml
 
NodeImpl - Class in io.restassured.internal.path.xml
 
NodeImpl() - Constructor for class io.restassured.internal.path.xml.NodeImpl
 
NodeImpl.ValueIterator - Class in io.restassured.internal.path.xml
 
nodeIterable() - Method in class io.restassured.internal.path.xml.NodeChildrenImpl
 
nodeIterable() - Method in interface io.restassured.path.xml.element.NodeChildren
 
nodeIterator() - Method in class io.restassured.internal.path.xml.NodeChildrenImpl
 
nodeIterator() - Method in interface io.restassured.path.xml.element.NodeChildren
 
NodeListIterator() - Constructor for class io.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 

P

param(String, Object) - Method in class io.restassured.path.xml.XmlPath
Add a parameter for the expression.
PathElement - Interface in io.restassured.path.xml.element
Base object for all XML objects.
peek() - Method in class io.restassured.path.xml.XmlPath
Peeks into the XML/HTML that XmlPath will parse by printing it to the console.
prettify(XmlParser, Object) - Static method in class io.restassured.internal.path.xml.XmlPrettifier
 
prettify(GPathResult) - Static method in class io.restassured.internal.path.xml.XmlPrettifier
 
prettify() - Method in class io.restassured.path.xml.XmlPath
Get the XML as a prettified string.
prettyPeek() - Method in class io.restassured.path.xml.XmlPath
Peeks into the XML/HTML that XmlPath will parse by printing it to the console in a prettified manner.
prettyPrint() - Method in class io.restassured.path.xml.XmlPath
Get and print the XML as a prettified string.
properties() - Method in class io.restassured.path.xml.config.XmlPathConfig
 
properties(Map<String, Object>) - Method in class io.restassured.path.xml.config.XmlPathConfig
Specify properties that will be used when parsing XML.
property(String, Object) - Method in class io.restassured.path.xml.config.XmlPathConfig
Set a value of a property.

R

remove() - Method in class io.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
remove() - Method in class io.restassured.internal.path.xml.NodeImpl.ValueIterator
 
render(GPathResult) - Static method in class io.restassured.internal.path.xml.XmlRenderer
 
reset() - Static method in class io.restassured.path.xml.XmlPath
Resets static XmlPath configuration to default values

S

setAttributes(Object) - Method in class io.restassured.internal.path.xml.NodeImpl
 
setAttributes(Object) - Method in class io.restassured.internal.path.xml.XmlEntity
 
setChildren(NodeChildren) - Method in class io.restassured.internal.path.xml.NodeImpl
 
setChildren(Object) - Method in class io.restassured.internal.path.xml.XmlEntity
 
setGroovyNode(Object) - Method in class io.restassured.internal.path.xml.NodeImpl
 
setGroovyNodes(Object) - Method in class io.restassured.internal.path.xml.NodeChildrenImpl
 
setHasNext(Object) - Method in class io.restassured.internal.path.xml.NodeImpl.ValueIterator
 
setIterator(Object) - Method in class io.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
setKey(String) - Method in class io.restassured.internal.path.xml.XMLAssertion
 
setMetaClass(MetaClass) - Method in class io.restassured.internal.path.xml.GroovyNodeSerializer
 
setMetaClass(MetaClass) - Method in class io.restassured.internal.path.xml.mapping.XmlObjectDeserializer
 
setMetaClass(MetaClass) - Method in class io.restassured.internal.path.xml.mapping.XmlPathJaxbObjectDeserializer
 
setMetaClass(MetaClass) - Method in class io.restassured.internal.path.xml.NodeBase
 
setMetaClass(MetaClass) - Method in class io.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
setMetaClass(MetaClass) - Method in class io.restassured.internal.path.xml.NodeImpl.ValueIterator
 
setMetaClass(MetaClass) - Method in class io.restassured.internal.path.xml.XMLAssertion
 
setMetaClass(MetaClass) - Method in class io.restassured.internal.path.xml.XmlEntity
 
setMetaClass(MetaClass) - Method in class io.restassured.internal.path.xml.XmlPrettifier
 
setMetaClass(MetaClass) - Method in class io.restassured.internal.path.xml.XmlRenderer
 
setName(Object) - Method in class io.restassured.internal.path.xml.NodeImpl
 
setNodeList(Object) - Method in class io.restassured.internal.path.xml.NodeChildrenImpl
 
setParams(Map) - Method in class io.restassured.internal.path.xml.XMLAssertion
 
setProperty(String, Object) - Method in class io.restassured.internal.path.xml.GroovyNodeSerializer
 
setProperty(String, Object) - Method in class io.restassured.internal.path.xml.mapping.XmlObjectDeserializer
 
setProperty(String, Object) - Method in class io.restassured.internal.path.xml.mapping.XmlPathJaxbObjectDeserializer
 
setProperty(String, Object) - Method in class io.restassured.internal.path.xml.NodeBase
 
setProperty(String, Object) - Method in class io.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
setProperty(String, Object) - Method in class io.restassured.internal.path.xml.NodeImpl.ValueIterator
 
setProperty(String, Object) - Method in class io.restassured.internal.path.xml.XMLAssertion
 
setProperty(String, Object) - Method in class io.restassured.internal.path.xml.XmlEntity
 
setProperty(String, Object) - Method in class io.restassured.internal.path.xml.XmlPrettifier
 
setProperty(String, Object) - Method in class io.restassured.internal.path.xml.XmlRenderer
 
setRoot(String) - Method in class io.restassured.path.xml.XmlPath
Deprecated.
setRootPath(String) - Method in class io.restassured.path.xml.XmlPath
Set the root path of the document so that you don't need to write the entire path.
setValue(Object) - Method in class io.restassured.internal.path.xml.NodeImpl
 
size() - Method in class io.restassured.internal.path.xml.NodeChildrenImpl
 
size() - Method in interface io.restassured.path.xml.element.NodeChildren
 

T

toString() - Method in class io.restassured.internal.path.xml.NodeChildrenImpl
 
toString() - Method in class io.restassured.internal.path.xml.NodeImpl
 
toXML(Node) - Static method in class io.restassured.internal.path.xml.GroovyNodeSerializer
 

U

using(JAXBObjectMapperFactory) - Method in class io.restassured.path.xml.XmlPath
Configure XmlPath to use a specific JAXB object mapper factory
using(XmlPathConfig) - Method in class io.restassured.path.xml.XmlPath
Configure XmlPath to with a specific XmlPathConfig.

V

validating(boolean) - Method in class io.restassured.path.xml.config.XmlPathConfig
Configure if XmlPath should validate documents as they are parsed (default is ).
value() - Method in class io.restassured.internal.path.xml.NodeImpl
 
value() - Method in interface io.restassured.path.xml.element.Node
The node value.
ValueIterator() - Constructor for class io.restassured.internal.path.xml.NodeImpl.ValueIterator
 
valueOf(String) - Static method in enum io.restassured.path.xml.config.XmlParserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.restassured.path.xml.XmlPath.CompatibilityMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.restassured.path.xml.config.XmlParserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.restassured.path.xml.XmlPath.CompatibilityMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

with() - Method in class io.restassured.path.xml.config.XmlPathConfig
For syntactic sugar.
with(InputStream) - Static method in class io.restassured.path.xml.XmlPath
 
with(String) - Static method in class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
with(InputSource) - Static method in class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
with(File) - Static method in class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
with(Reader) - Static method in class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
with(URI) - Static method in class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.

X

XMLAssertion - Class in io.restassured.internal.path.xml
 
XMLAssertion() - Constructor for class io.restassured.internal.path.xml.XMLAssertion
 
XmlEntity - Class in io.restassured.internal.path.xml
 
XmlEntity() - Constructor for class io.restassured.internal.path.xml.XmlEntity
 
XmlObjectDeserializer - Class in io.restassured.internal.path.xml.mapping
 
XmlObjectDeserializer() - Constructor for class io.restassured.internal.path.xml.mapping.XmlObjectDeserializer
 
XmlParserType - Enum in io.restassured.path.xml.config
Specifies different pre-defined XML parser types
XmlPath - Class in io.restassured.path.xml
XmlPath is an alternative to using XPath for easily getting values from an XML document.
XmlPath(String) - Constructor for class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(InputStream) - Constructor for class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(InputSource) - Constructor for class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(File) - Constructor for class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(Reader) - Constructor for class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(URI) - Constructor for class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(XmlPath.CompatibilityMode, String) - Constructor for class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(XmlPath.CompatibilityMode, InputStream) - Constructor for class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(XmlPath.CompatibilityMode, InputSource) - Constructor for class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(XmlPath.CompatibilityMode, File) - Constructor for class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(XmlPath.CompatibilityMode, Reader) - Constructor for class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(XmlPath.CompatibilityMode, URI) - Constructor for class io.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath.CompatibilityMode - Enum in io.restassured.path.xml
 
XmlPathConfig - Class in io.restassured.path.xml.config
Allows you to configure how XmlPath will handle object mapping (de-serialization).
XmlPathConfig(XmlPathConfig) - Constructor for class io.restassured.path.xml.config.XmlPathConfig
Create a new instance of a XmlPathConfig based on the properties in the supplied config.
XmlPathConfig() - Constructor for class io.restassured.path.xml.config.XmlPathConfig
Creates a new XmlPathConfig that is configured to use the default JAXBObjectMapperFactory.
XmlPathConfig(String) - Constructor for class io.restassured.path.xml.config.XmlPathConfig
Create a new XmlPathConfig that uses the defaultCharset when deserializing XML data.
xmlPathConfig() - Static method in class io.restassured.path.xml.config.XmlPathConfig
 
XmlPathException - Exception in io.restassured.path.xml.exception
 
XmlPathException(String, Throwable) - Constructor for exception io.restassured.path.xml.exception.XmlPathException
 
XmlPathJaxbObjectDeserializer - Class in io.restassured.internal.path.xml.mapping
 
XmlPathJaxbObjectDeserializer(JAXBObjectMapperFactory) - Constructor for class io.restassured.internal.path.xml.mapping.XmlPathJaxbObjectDeserializer
 
XmlPathObjectDeserializer - Interface in io.restassured.path.xml.mapping
Interface for all XmlPath object deserializers.
XmlPrettifier - Class in io.restassured.internal.path.xml
 
XmlPrettifier() - Constructor for class io.restassured.internal.path.xml.XmlPrettifier
 
XmlRenderer - Class in io.restassured.internal.path.xml
 
XmlRenderer() - Constructor for class io.restassured.internal.path.xml.XmlRenderer
 
A C D F G H I J L N P R S T U V W X 
Skip navigation links

Copyright © 2010–2020. All rights reserved.