Class ZionConfiguration
- java.lang.Object
-
- de.gematik.test.tiger.zion.config.ZionConfiguration
-
@Component @ConfigurationProperties("zion") public class ZionConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description ZionConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Map<String,String>getMockResponseFiles()Map<String,TigerMockResponse>getMockResponses()ZionSpyConfigurationgetSpy()inthashCode()voidsetMockResponseFiles(Map<String,String> mockResponseFiles)voidsetMockResponses(Map<String,TigerMockResponse> mockResponses)voidsetSpy(ZionSpyConfiguration spy)StringtoString()
-
-
-
Method Detail
-
getMockResponses
public Map<String,TigerMockResponse> getMockResponses()
-
getSpy
public ZionSpyConfiguration getSpy()
-
setMockResponses
public void setMockResponses(Map<String,TigerMockResponse> mockResponses)
-
setSpy
public void setSpy(ZionSpyConfiguration spy)
-
canEqual
protected boolean canEqual(Object other)
-
-