public interface BindContext
BindHandlers
.Modifier and Type | Method and Description |
---|---|
ConfigurationProperty |
getConfigurationProperty()
Return the
ConfigurationProperty actually being bound or null if
the property has not yet been determined. |
int |
getDepth()
Return the current depth of the binding.
|
Iterable<ConfigurationPropertySource> |
getSources()
|
int getDepth()
0
. Each subsequent property binding increases the depth by 1
.Iterable<ConfigurationPropertySource> getSources()
ConfigurationProperty getConfigurationProperty()
ConfigurationProperty
actually being bound or null
if
the property has not yet been determined.null
).Copyright © 2019 Pivotal Software, Inc.. All rights reserved.