public interface ProfileValueSource
Strategy interface for retrieving profile values for a given testing environment.
Concrete implementations must provide a public
no-args
constructor.
Spring provides the following out-of-the-box implementations:
ProfileValueSourceConfiguration
,
IfProfileValue
,
ProfileValueUtils