public class SpecificationMerger extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
SpecificationMerger() |
| Modifier and Type | Method and Description |
|---|---|
groovy.lang.MetaClass |
getMetaClass() |
static void |
merge(RequestSpecificationImpl thisOne,
RequestSpecificationImpl with) |
static void |
merge(ResponseSpecificationImpl thisOne,
ResponseSpecificationImpl with) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
public static void merge(ResponseSpecificationImpl thisOne, ResponseSpecificationImpl with)
public static void merge(RequestSpecificationImpl thisOne, RequestSpecificationImpl with)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectCopyright © 2010–2020. All rights reserved.