Package io.microsphere.spring.jdbc.p6spy
Class PropertySourcesP6LoadableOptionsAdapter
- java.lang.Object
-
- io.microsphere.spring.jdbc.p6spy.PropertySourcesP6LoadableOptionsAdapter
-
- All Implemented Interfaces:
com.p6spy.engine.spy.P6LoadableOptions
public class PropertySourcesP6LoadableOptionsAdapter extends java.lang.Object implements com.p6spy.engine.spy.P6LoadableOptions
PropertySources
P6LoadableOptions
Adapter- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
PropertySources
,P6LoadableOptions
-
-
Constructor Summary
Constructors Constructor Description PropertySourcesP6LoadableOptionsAdapter(org.springframework.core.env.ConfigurableEnvironment environment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
getDefaults()
void
load(java.util.Map<java.lang.String,java.lang.String> options)
-
-
-
Method Detail
-
load
public void load(java.util.Map<java.lang.String,java.lang.String> options)
- Specified by:
load
in interfacecom.p6spy.engine.spy.P6LoadableOptions
-
getDefaults
public java.util.Map<java.lang.String,java.lang.String> getDefaults()
- Specified by:
getDefaults
in interfacecom.p6spy.engine.spy.P6LoadableOptions
-
-