com.jayway.restassured.internal
Class RestAssuredParserRegistry

java.lang.Object
  extended by groovyx.net.http.ParserRegistry
      extended by com.jayway.restassured.internal.RestAssuredParserRegistry
All Implemented Interfaces:
groovy.lang.GroovyObject

public class RestAssuredParserRegistry
extends groovyx.net.http.ParserRegistry
implements groovy.lang.GroovyObject


Field Summary
 
Fields inherited from class groovyx.net.http.ParserRegistry
catalogResolver, DEFAULT_PARSER, log
 
Constructor Summary
RestAssuredParserRegistry()
           
 
Method Summary
protected  Map<String,groovy.lang.Closure> buildDefaultParserMap()
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String property)
           
static ResponseSpecification getResponseSpecification()
           
 Object invokeMethod(String method, Object arguments)
           
 void setMetaClass(groovy.lang.MetaClass mc)
           
 void setProperty(String property, Object value)
           
static void setResponseSpecification(ResponseSpecification value)
           
 
Methods inherited from class groovyx.net.http.ParserRegistry
addCatalog, getAt, getCatalogResolver, getCharset, getContentType, getDefaultParser, iterator, parseForm, parseHTML, parseJSON, parseStream, parseText, parseXML, propertyMissing, propertyMissing, putAt, setDefaultParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestAssuredParserRegistry

public RestAssuredParserRegistry()
Method Detail

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass mc)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String method,
                           Object arguments)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String property)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String property,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject

getResponseSpecification

public static ResponseSpecification getResponseSpecification()

setResponseSpecification

public static void setResponseSpecification(ResponseSpecification value)

buildDefaultParserMap

protected Map<String,groovy.lang.Closure> buildDefaultParserMap()
Overrides:
buildDefaultParserMap in class groovyx.net.http.ParserRegistry


Copyright © 2010-2011. All Rights Reserved.