Class ConfigServerConfigDataLocationResolver.PropertyResolver
java.lang.Object
org.springframework.cloud.config.client.ConfigServerConfigDataLocationResolver.PropertyResolver
- Enclosing class:
ConfigServerConfigDataLocationResolver
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyResolver(org.springframework.boot.context.properties.bind.Binder binder, org.springframework.boot.context.properties.bind.BindHandler bindHandler) -
Method Summary
Modifier and TypeMethodDescription<T> T<T> TresolveConfigurationProperties(String prefix, Class<T> type, Supplier<T> defaultValue) <T> TresolveOrCreateConfigurationProperties(String prefix, Class<T> type)
-
Constructor Details
-
PropertyResolver
public PropertyResolver(org.springframework.boot.context.properties.bind.Binder binder, org.springframework.boot.context.properties.bind.BindHandler bindHandler)
-
-
Method Details
-
get
-
resolveConfigurationProperties
-
resolveOrCreateConfigurationProperties
-