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. |
BinderConversionService |
getConversionService()
Return the
ConversionService used by the binder. |
int |
getDepth()
Return the current depth of the binding.
|
PlaceholdersResolver |
getPlaceholdersResolver()
Return the
PlaceholdersResolver being used by the binder. |
Iterable<ConfigurationPropertySource> |
getSources()
|
Stream<ConfigurationPropertySource> |
streamSources()
|
int getDepth()
0
. Each subsequent property binding increases the depth by 1
.Iterable<ConfigurationPropertySource> getSources()
Stream<ConfigurationPropertySource> streamSources()
ConfigurationProperty getConfigurationProperty()
ConfigurationProperty
actually being bound or null
if
the property has not yet been determined.null
).PlaceholdersResolver getPlaceholdersResolver()
PlaceholdersResolver
being used by the binder.PlaceholdersResolver
(never null
)BinderConversionService getConversionService()
ConversionService
used by the binder.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.