public class ConsulConfigDataResource
extends org.springframework.boot.context.config.ConfigDataResource
| Constructor and Description |
|---|
ConsulConfigDataResource(String context,
boolean optional,
ConsulConfigProperties properties,
ConsulPropertySources consulPropertySources)
Deprecated.
|
ConsulConfigDataResource(String context,
ConsulConfigProperties properties,
ConsulPropertySources consulPropertySources) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ConsulPropertySources |
getConsulPropertySources() |
String |
getContext() |
ConsulConfigProperties |
getProperties() |
int |
hashCode() |
boolean |
isOptional()
Deprecated.
|
String |
toString() |
public ConsulConfigDataResource(String context, ConsulConfigProperties properties, ConsulPropertySources consulPropertySources)
@Deprecated public ConsulConfigDataResource(String context, boolean optional, ConsulConfigProperties properties, ConsulPropertySources consulPropertySources)
public String getContext()
@Deprecated public boolean isOptional()
public ConsulConfigProperties getProperties()
public ConsulPropertySources getConsulPropertySources()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.