Class EmptyPropertySource

java.lang.Object
io.micronaut.context.env.EmptyPropertySource
All Implemented Interfaces:
PropertySource, Ordered, Iterable<String>

public class EmptyPropertySource extends Object implements PropertySource

An PropertySource that is empty when instantiated.

Since:
1.0
Author:
James Kleeh
  • Constructor Details

    • EmptyPropertySource

      public EmptyPropertySource()
      Default constructor. Creates an empty property source.
    • EmptyPropertySource

      public EmptyPropertySource(String name)
      Creates a property source with a name.
      Parameters:
      name - The name
  • Method Details