Example usage for org.springframework.boot.env PropertySourceLoader interface-usage

List of usage examples for org.springframework.boot.env PropertySourceLoader interface-usage

Introduction

In this page you can find the example usage for org.springframework.boot.env PropertySourceLoader interface-usage.

Usage

From source file org.zalando.crypto.spring.boot.EncryptedPropertySourceLoader.java

/**
 * @author jbellmann
 */
public abstract class EncryptedPropertySourceLoader implements PropertySourceLoader, PriorityOrdered {

    private Decrypter decrypter;

From source file org.zalando.crypto.spring.boot.EncryptedYamlPropertySourceLoader.java

/**
 * @author jbellmann
 */
public abstract class EncryptedYamlPropertySourceLoader implements PropertySourceLoader, PriorityOrdered {

    private Decrypter decrypter;