Uses of Class
de.adorsys.xs2a.adapter.impl.http.wiremock.WiremockFileType
-
Packages that use WiremockFileType Package Description de.adorsys.xs2a.adapter.impl.http.wiremock -
-
Uses of WiremockFileType in de.adorsys.xs2a.adapter.impl.http.wiremock
Methods in de.adorsys.xs2a.adapter.impl.http.wiremock that return WiremockFileType Modifier and Type Method Description static WiremockFileTypeWiremockFileType. resolve(String url, String method, String body)static WiremockFileTypeWiremockFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static WiremockFileType[]WiremockFileType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-