public class MappingBundle extends Object
| Constructor and Description |
|---|
MappingBundle(String name,
org.springframework.core.io.Resource mapping,
org.springframework.core.io.Resource expected,
List<QueryBundle> queryBundles) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.io.Resource |
getExpected() |
org.springframework.core.io.Resource |
getMapping() |
String |
getName() |
List<QueryBundle> |
getQueryBundles() |
String |
toString() |
public MappingBundle(String name, org.springframework.core.io.Resource mapping, org.springframework.core.io.Resource expected, List<QueryBundle> queryBundles)
public String getName()
public org.springframework.core.io.Resource getMapping()
public org.springframework.core.io.Resource getExpected()
public List<QueryBundle> getQueryBundles()
Copyright © 2015. All rights reserved.