-
- All Implemented Interfaces:
- org.springframework.beans.factory.config.YamlProcessor.DocumentMatcher
public class SpringProfileDocumentMatcher
extends Object
implements org.springframework.beans.factory.config.YamlProcessor.DocumentMatcher
YamlProcessor.DocumentMatcher
backed by Environment.getActiveProfiles()
. A YAML
document matches if it contains an element "spring.profiles" (a comma-separated list)
and one of the profiles is in the active list.
- Author:
- Dave Syer
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.