public class DefaultEnvironmentSupplier extends java.lang.Object implements Supplier<Environment>
Supplier that provides a singleton .Environment which is created in the constructor.| Constructor and Description |
|---|
DefaultEnvironmentSupplier() |
| Modifier and Type | Method and Description |
|---|---|
Environment |
get()
Get an object.
|
public Environment get()
Supplierget in interface Supplier<Environment>