Package org.springframework.boot.yaml

Spring Boot extensions to Spring Framework's support for parsing YAML.

See: Description

  • Class Summary 
    Class Description
    ArrayDocumentMatcher
    Matches a document containing a given key and where the value of that key is an array containing one of the given values, or where one of the values matches one of the given values (interpreted as regexes).
    DefaultProfileDocumentMatcher
    A YamlProcessor.DocumentMatcher that matches the default profile implicitly but not explicitly (i.e.
    SpringProfileDocumentMatcher
    YamlProcessor.DocumentMatcher backed by Environment.getActiveProfiles().

Package org.springframework.boot.yaml Description

Spring Boot extensions to Spring Framework's support for parsing YAML.
See Also:
YamlPropertiesFactoryBean, YamlMapFactoryBean

Copyright © 2015 Pivotal Software, Inc.. All rights reserved.