-
- All Implemented Interfaces:
-
au.com.dius.pact.core.support.expressions.ValueResolver
public final class SpringEnvironmentResolver implements ValueResolver
-
-
Constructor Summary
Constructors Constructor Description SpringEnvironmentResolver(Environment environment)
-
Method Summary
Modifier and Type Method Description StringresolveValue(String property)StringresolveValue(String property, String default)BooleanpropertyDefined(String property)-
-
Method Detail
-
resolveValue
String resolveValue(String property)
-
resolveValue
String resolveValue(String property, String default)
-
propertyDefined
Boolean propertyDefined(String property)
-
-
-
-