public class HeaderMatcher extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
HeaderMatcher() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getHeaderName() |
Object |
getMappingFunction() |
org.hamcrest.Matcher |
getMatcher() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
void |
setHeaderName(Object value) |
void |
setMappingFunction(Object value) |
void |
setMatcher(org.hamcrest.Matcher value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
Object |
validateHeader(Object headers) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic Object getHeaderName()
public void setHeaderName(Object value)
public Object getMappingFunction()
public void setMappingFunction(Object value)
public org.hamcrest.Matcher getMatcher()
public void setMatcher(org.hamcrest.Matcher value)
Copyright © 2010–2015. All rights reserved.