com.jayway.restassured.internal
Class RestAssuredParserRegistry
java.lang.Object
groovyx.net.http.ParserRegistry
com.jayway.restassured.internal.RestAssuredParserRegistry
- All Implemented Interfaces:
- groovy.lang.GroovyObject
public class RestAssuredParserRegistry
- extends groovyx.net.http.ParserRegistry
- implements groovy.lang.GroovyObject
| Fields inherited from class groovyx.net.http.ParserRegistry |
catalogResolver, DEFAULT_PARSER, log |
| 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 |
RestAssuredParserRegistry
public RestAssuredParserRegistry()
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.