Java org.springframework.beans.factory.config YamlPropertiesFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.config YamlPropertiesFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.config YamlPropertiesFactoryBean.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
PropertiesgetObject()
voidsetDocumentMatchers(DocumentMatcher... matchers)
A map of document matchers allowing callers to selectively use only some of the documents in a YAML resource.
voidsetMatchDefault(boolean matchDefault)
Flag indicating that a document for which all the #setDocumentMatchers(DocumentMatcher) document matchers abstain will nevertheless match.
voidsetResources(Resource... resources)
Set locations of YAML Resource resources to be loaded.