Index
All Classes and Interfaces|All Packages|Serialized Form
A
- asByteArray() - Method in interface io.restassured.common.mapper.DataToDeserialize
-
Get the data as a byte array.
- asInputStream() - Method in interface io.restassured.common.mapper.DataToDeserialize
-
Get the data as an input stream.
- asString() - Method in interface io.restassured.common.mapper.DataToDeserialize
-
Get the data as a string.
C
- ClassPathResolver - Class in io.restassured.internal.common.classpath
- ClassPathResolver() - Constructor for class io.restassured.internal.common.classpath.ClassPathResolver
- compareTo(TypeRef<T>) - Method in class io.restassured.common.mapper.TypeRef
-
The only reason we define this method (and require implementation of
Comparable) is to prevent constructing a reference without type information. - create(Type, String) - Method in interface io.restassured.common.mapper.factory.ObjectMapperFactory
-
Create the object mapper instance.
D
- DataToDeserialize - Interface in io.restassured.common.mapper
E
- existInCP(String) - Static method in class io.restassured.internal.common.classpath.ClassPathResolver
G
- getCharset() - Method in interface io.restassured.common.mapper.ObjectDeserializationContext
-
If a charset is specified in the content-type then this method will return that charset otherwise it'll return the default content charset specified in the REST Assured configuration.
- getCharset() - Method in class io.restassured.internal.common.ObjectDeserializationContextImpl
- getDataToDeserialize() - Method in interface io.restassured.common.mapper.ObjectDeserializationContext
- getDataToDeserialize() - Method in class io.restassured.internal.common.ObjectDeserializationContextImpl
- getType() - Method in interface io.restassured.common.mapper.ObjectDeserializationContext
- getType() - Method in class io.restassured.common.mapper.TypeRef
- getType() - Method in class io.restassured.internal.common.ObjectDeserializationContextImpl
- getTypeAsClass() - Method in class io.restassured.common.mapper.TypeRef
I
- io.restassured.common.exception - package io.restassured.common.exception
- io.restassured.common.mapper - package io.restassured.common.mapper
- io.restassured.common.mapper.factory - package io.restassured.common.mapper.factory
- io.restassured.common.mapper.resolver - package io.restassured.common.mapper.resolver
- io.restassured.internal.common - package io.restassured.internal.common
- io.restassured.internal.common.classpath - package io.restassured.internal.common.classpath
- isGsonInClassPath() - Static method in class io.restassured.common.mapper.resolver.ObjectMapperResolver
- isJackson1InClassPath() - Static method in class io.restassured.common.mapper.resolver.ObjectMapperResolver
- isJackson2InClassPath() - Static method in class io.restassured.common.mapper.resolver.ObjectMapperResolver
- isJackson3InClassPath() - Static method in class io.restassured.common.mapper.resolver.ObjectMapperResolver
- isJakartaEEInClassPath() - Static method in class io.restassured.common.mapper.resolver.ObjectMapperResolver
- isJAXBInClassPath() - Static method in class io.restassured.common.mapper.resolver.ObjectMapperResolver
- isJohnzonInClassPath() - Static method in class io.restassured.common.mapper.resolver.ObjectMapperResolver
- isYassonInClassPath() - Static method in class io.restassured.common.mapper.resolver.ObjectMapperResolver
O
- ObjectDeserializationContext - Interface in io.restassured.common.mapper
-
Class containing details needed for deserializing a response to a Java class.
- ObjectDeserializationContextImpl - Class in io.restassured.internal.common
- ObjectDeserializationContextImpl() - Constructor for class io.restassured.internal.common.ObjectDeserializationContextImpl
- ObjectDeserializationContextImpl(DataToDeserialize, Type, String) - Constructor for class io.restassured.internal.common.ObjectDeserializationContextImpl
- ObjectMapperFactory<T> - Interface in io.restassured.common.mapper.factory
-
The base interface for object mapper factories.
- ObjectMapperResolver - Class in io.restassured.common.mapper.resolver
- ObjectMapperResolver() - Constructor for class io.restassured.common.mapper.resolver.ObjectMapperResolver
P
- PathException - Exception in io.restassured.common.exception
- PathException(String, Throwable) - Constructor for exception io.restassured.common.exception.PathException
S
- setCharset(String) - Method in class io.restassured.internal.common.ObjectDeserializationContextImpl
- setDataToDeserialize(DataToDeserialize) - Method in class io.restassured.internal.common.ObjectDeserializationContextImpl
- setType(Type) - Method in class io.restassured.internal.common.ObjectDeserializationContextImpl
T
- type - Variable in class io.restassured.common.mapper.TypeRef
- TypeRef<T> - Class in io.restassured.common.mapper
-
Used to specify generic type information when de-serializing a Response.
- TypeRef() - Constructor for class io.restassured.common.mapper.TypeRef
All Classes and Interfaces|All Packages|Serialized Form