public class ObjectDeserializationContextImpl extends Object implements ObjectDeserializationContext
| Constructor and Description |
|---|
ObjectDeserializationContextImpl() |
ObjectDeserializationContextImpl(DataToDeserialize dataToDeserialize,
Type type,
String charset) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharset()
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.
|
DataToDeserialize |
getDataToDeserialize() |
Type |
getType() |
void |
setCharset(String charset) |
void |
setDataToDeserialize(DataToDeserialize dataToDeserialize) |
void |
setType(Type type) |
public ObjectDeserializationContextImpl()
public ObjectDeserializationContextImpl(DataToDeserialize dataToDeserialize, Type type, String charset)
public DataToDeserialize getDataToDeserialize()
getDataToDeserialize in interface ObjectDeserializationContextpublic Type getType()
getType in interface ObjectDeserializationContextpublic String getCharset()
ObjectDeserializationContextgetCharset in interface ObjectDeserializationContextpublic void setDataToDeserialize(DataToDeserialize dataToDeserialize)
public void setType(Type type)
public void setCharset(String charset)
Copyright © 2010–2022. All rights reserved.