All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.restassured.internal.common.mapper.ObjectDeserializationContextImpl Maven / Gradle / Ivy

There is a newer version: 5.5.0
Show newest version
package io.restassured.internal.common.mapper;

import java.lang.*;
import java.util.*;
import java.io.*;
import java.net.*;
import groovy.lang.*;
import groovy.util.*;

public class ObjectDeserializationContextImpl
  extends java.lang.Object  implements
    io.restassured.common.mapper.ObjectDeserializationContext,    groovy.lang.GroovyObject {
public  void setDataToDeserialize(io.restassured.common.mapper.DataToDeserialize value) { }
public  void setType(java.lang.reflect.Type value) { }
public  void setCharset(java.lang.Object value) { }
public  io.restassured.common.mapper.DataToDeserialize getDataToDeserialize() { return (io.restassured.common.mapper.DataToDeserialize)null;}
public  java.lang.reflect.Type getType() { return (java.lang.reflect.Type)null;}
public  java.lang.String getCharset() { return (java.lang.String)null;}
public  groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public  void setMetaClass(groovy.lang.MetaClass mc) { }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy