Constant Field Values
Contents
org.springframework.*
-
org.springframework.cloud.client.discovery.DiscoveryClient Modifier and Type Constant Field Value public static final int
DEFAULT_ORDER
0
-
org.springframework.cloud.client.discovery.ReactiveDiscoveryClient Modifier and Type Constant Field Value public static final int
DEFAULT_ORDER
0
-
org.springframework.cloud.client.loadbalancer.LoadBalancerRequestTransformer Modifier and Type Constant Field Value public static final int
DEFAULT_ORDER
0
-
org.springframework.cloud.client.loadbalancer.reactive.LoadBalancerClientRequestTransformer Modifier and Type Constant Field Value public static final int
DEFAULT_ORDER
0
-
org.springframework.cloud.commons.ConfigDataMissingEnvironmentPostProcessor Modifier and Type Constant Field Value public static final String
CONFIG_IMPORT_PROPERTY
"spring.config.import"
public static final int
ORDER
-2147482638
-
org.springframework.cloud.commons.httpclient.ApacheHttpClientConnectionManagerFactory Modifier and Type Constant Field Value public static final String
HTTP_SCHEME
"http"
public static final String
HTTPS_SCHEME
"https"
-
org.springframework.cloud.commons.util.IdUtils Modifier and Type Constant Field Value public static final String
DEFAULT_SERVICE_ID_STRING
"${vcap.application.name:${spring.application.name:application}}:${vcap.application.instance_index:${spring.application.index:${local.server.port:${server.port:8080}}}}:${vcap.application.instance_id:${cachedrandom.${vcap.application.name:${spring.application.name:application}}.value}}"
public static final String
DEFAULT_SERVICE_ID_WITH_ACTIVE_PROFILES_STRING
"${vcap.application.name:${spring.application.name:application}:${spring.profiles.active}}:${vcap.application.instance_index:${spring.application.index:${local.server.port:${server.port:8080}}}}:${vcap.application.instance_id:${cachedrandom.${vcap.application.name:${spring.application.name:application}}.value}}"
-
org.springframework.cloud.commons.util.InetUtilsProperties Modifier and Type Constant Field Value public static final String
PREFIX
"spring.cloud.inetutils"