"
+ },
+ {
+ "sourceType": "org.springframework.cloud.context.properties.ConfigurationPropertiesRebinderProxyIntegrationTests$TestProperties",
+ "name": "messages.name",
+ "type": "java.lang.String"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/spring-cloud-context/target/test-classes/META-INF/spring.factories b/spring-cloud-context/target/test-classes/META-INF/spring.factories
new file mode 100644
index 00000000..419787be
--- /dev/null
+++ b/spring-cloud-context/target/test-classes/META-INF/spring.factories
@@ -0,0 +1,4 @@
+# Bootstrap components
+org.springframework.cloud.bootstrap.BootstrapConfiguration=\
+org.springframework.cloud.bootstrap.TestBootstrapConfiguration,\
+org.springframework.cloud.bootstrap.TestHigherPriorityBootstrapConfiguration
diff --git a/spring-cloud-context/target/test-classes/application-encrypt.properties b/spring-cloud-context/target/test-classes/application-encrypt.properties
new file mode 100644
index 00000000..b1329f64
--- /dev/null
+++ b/spring-cloud-context/target/test-classes/application-encrypt.properties
@@ -0,0 +1 @@
+foo: {cipher}e4e061f9fe39ba5b14d8012d2f17d39775606039409b71ed4be0fdd033d5324a
diff --git a/spring-cloud-context/target/test-classes/application-local.properties b/spring-cloud-context/target/test-classes/application-local.properties
new file mode 100644
index 00000000..4da25c00
--- /dev/null
+++ b/spring-cloud-context/target/test-classes/application-local.properties
@@ -0,0 +1 @@
+added: Hello added!
diff --git a/spring-cloud-context/target/test-classes/application-override.properties b/spring-cloud-context/target/test-classes/application-override.properties
new file mode 100644
index 00000000..ea5f7924
--- /dev/null
+++ b/spring-cloud-context/target/test-classes/application-override.properties
@@ -0,0 +1 @@
+message: Hello override!
diff --git a/spring-cloud-context/target/test-classes/application.properties b/spring-cloud-context/target/test-classes/application.properties
new file mode 100644
index 00000000..d6aa5969
--- /dev/null
+++ b/spring-cloud-context/target/test-classes/application.properties
@@ -0,0 +1,6 @@
+message: Hello scope!
+delay: 0
+debug: true
+#logging.level.org.springframework.web: DEBUG
+#logging.level.org.springframework.context.annotation: DEBUG
+management.security.enabled=false
diff --git a/spring-cloud-context/target/test-classes/bootstrap-encrypt.properties b/spring-cloud-context/target/test-classes/bootstrap-encrypt.properties
new file mode 100644
index 00000000..3035e009
--- /dev/null
+++ b/spring-cloud-context/target/test-classes/bootstrap-encrypt.properties
@@ -0,0 +1 @@
+bar: {cipher}6154ca04d4bb6144d672c4e3d750b5147116dd381946d51fa44f8bc25dc256f4
\ No newline at end of file
diff --git a/spring-cloud-context/target/test-classes/bootstrap-parent.properties b/spring-cloud-context/target/test-classes/bootstrap-parent.properties
new file mode 100644
index 00000000..0c36bbdd
--- /dev/null
+++ b/spring-cloud-context/target/test-classes/bootstrap-parent.properties
@@ -0,0 +1 @@
+info.name: parent
\ No newline at end of file
diff --git a/spring-cloud-context/target/test-classes/bootstrap.properties b/spring-cloud-context/target/test-classes/bootstrap.properties
new file mode 100644
index 00000000..9ec10bf9
--- /dev/null
+++ b/spring-cloud-context/target/test-classes/bootstrap.properties
@@ -0,0 +1,2 @@
+spring.main.sources: org.springframework.cloud.bootstrap.config.BootstrapConfigurationTests.PropertySourceConfiguration
+info.name: child
diff --git a/spring-cloud-context/target/test-classes/custom.properties b/spring-cloud-context/target/test-classes/custom.properties
new file mode 100644
index 00000000..1ee3320d
--- /dev/null
+++ b/spring-cloud-context/target/test-classes/custom.properties
@@ -0,0 +1 @@
+spring.main.sources: org.springframework.cloud.bootstrap.BootstrapOrderingCustomPropertySourceIntegrationTests.PropertySourceConfiguration
diff --git a/spring-cloud-context/target/test-classes/external-properties/bootstrap.properties b/spring-cloud-context/target/test-classes/external-properties/bootstrap.properties
new file mode 100644
index 00000000..925265df
--- /dev/null
+++ b/spring-cloud-context/target/test-classes/external-properties/bootstrap.properties
@@ -0,0 +1 @@
+info.name: externalPropertiesInfoName
\ No newline at end of file
diff --git a/spring-cloud-context/target/test-classes/messages.properties b/spring-cloud-context/target/test-classes/messages.properties
new file mode 100644
index 00000000..16f361eb
--- /dev/null
+++ b/spring-cloud-context/target/test-classes/messages.properties
@@ -0,0 +1 @@
+hello.message=Hello World!
\ No newline at end of file
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/LifecycleMvcAutoConfigurationTests$Config.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/LifecycleMvcAutoConfigurationTests$Config.class
new file mode 100644
index 00000000..73ae8db2
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/LifecycleMvcAutoConfigurationTests$Config.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/LifecycleMvcAutoConfigurationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/LifecycleMvcAutoConfigurationTests.class
new file mode 100644
index 00000000..70de9018
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/LifecycleMvcAutoConfigurationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/RefreshAutoConfigurationClassPathTests$Config.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/RefreshAutoConfigurationClassPathTests$Config.class
new file mode 100644
index 00000000..add0af3d
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/RefreshAutoConfigurationClassPathTests$Config.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/RefreshAutoConfigurationClassPathTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/RefreshAutoConfigurationClassPathTests.class
new file mode 100644
index 00000000..862a5b14
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/RefreshAutoConfigurationClassPathTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/RefreshAutoConfigurationTests$Config.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/RefreshAutoConfigurationTests$Config.class
new file mode 100644
index 00000000..2b0ac4cd
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/RefreshAutoConfigurationTests$Config.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/RefreshAutoConfigurationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/RefreshAutoConfigurationTests.class
new file mode 100644
index 00000000..6ccfb97b
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/autoconfigure/RefreshAutoConfigurationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapDisabledAutoConfigurationIntegrationTests$Application.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapDisabledAutoConfigurationIntegrationTests$Application.class
new file mode 100644
index 00000000..074a44c5
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapDisabledAutoConfigurationIntegrationTests$Application.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapDisabledAutoConfigurationIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapDisabledAutoConfigurationIntegrationTests.class
new file mode 100644
index 00000000..6a4bf577
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapDisabledAutoConfigurationIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingAutoConfigurationIntegrationTests$Application.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingAutoConfigurationIntegrationTests$Application.class
new file mode 100644
index 00000000..b62fcc8a
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingAutoConfigurationIntegrationTests$Application.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingAutoConfigurationIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingAutoConfigurationIntegrationTests.class
new file mode 100644
index 00000000..96fa5446
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingAutoConfigurationIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingCustomPropertySourceIntegrationTests$Application.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingCustomPropertySourceIntegrationTests$Application.class
new file mode 100644
index 00000000..063ec302
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingCustomPropertySourceIntegrationTests$Application.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingCustomPropertySourceIntegrationTests$PropertySourceConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingCustomPropertySourceIntegrationTests$PropertySourceConfiguration.class
new file mode 100644
index 00000000..9b1f0f3b
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingCustomPropertySourceIntegrationTests$PropertySourceConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingCustomPropertySourceIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingCustomPropertySourceIntegrationTests.class
new file mode 100644
index 00000000..306070f1
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingCustomPropertySourceIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingSpringApplicationJsonIntegrationTests$Application.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingSpringApplicationJsonIntegrationTests$Application.class
new file mode 100644
index 00000000..fb38ccf5
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingSpringApplicationJsonIntegrationTests$Application.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingSpringApplicationJsonIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingSpringApplicationJsonIntegrationTests.class
new file mode 100644
index 00000000..48a8cad1
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapOrderingSpringApplicationJsonIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapSourcesOrderingTests$Application.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapSourcesOrderingTests$Application.class
new file mode 100644
index 00000000..9e1c3852
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapSourcesOrderingTests$Application.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapSourcesOrderingTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapSourcesOrderingTests.class
new file mode 100644
index 00000000..9c59e718
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/BootstrapSourcesOrderingTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/MessageSourceConfigurationTests$TestApplication.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/MessageSourceConfigurationTests$TestApplication.class
new file mode 100644
index 00000000..511f90fe
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/MessageSourceConfigurationTests$TestApplication.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/MessageSourceConfigurationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/MessageSourceConfigurationTests.class
new file mode 100644
index 00000000..887637e3
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/MessageSourceConfigurationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/TestBootstrapConfiguration$1.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/TestBootstrapConfiguration$1.class
new file mode 100644
index 00000000..2fee184c
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/TestBootstrapConfiguration$1.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/TestBootstrapConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/TestBootstrapConfiguration.class
new file mode 100644
index 00000000..12838b94
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/TestBootstrapConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/TestHigherPriorityBootstrapConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/TestHigherPriorityBootstrapConfiguration.class
new file mode 100644
index 00000000..4244767d
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/TestHigherPriorityBootstrapConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests$1.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests$1.class
new file mode 100644
index 00000000..84c81a01
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests$1.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests$BareConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests$BareConfiguration.class
new file mode 100644
index 00000000..384ee981
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests$BareConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests$PropertySourceConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests$PropertySourceConfiguration.class
new file mode 100644
index 00000000..6a4972ab
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests$PropertySourceConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests.class
new file mode 100644
index 00000000..8d3d787c
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapListenerHierarchyIntegrationTests$BasicConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapListenerHierarchyIntegrationTests$BasicConfiguration.class
new file mode 100644
index 00000000..f0c9771d
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapListenerHierarchyIntegrationTests$BasicConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapListenerHierarchyIntegrationTests$RootConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapListenerHierarchyIntegrationTests$RootConfiguration.class
new file mode 100644
index 00000000..cb85680e
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapListenerHierarchyIntegrationTests$RootConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapListenerHierarchyIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapListenerHierarchyIntegrationTests.class
new file mode 100644
index 00000000..021a61e9
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/config/BootstrapListenerHierarchyIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfigurationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfigurationTests.class
new file mode 100644
index 00000000..7be99d5e
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfigurationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/encrypt/EnvironmentDecryptApplicationInitializerTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/encrypt/EnvironmentDecryptApplicationInitializerTests.class
new file mode 100644
index 00000000..d277b57c
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/bootstrap/encrypt/EnvironmentDecryptApplicationInitializerTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/environment/EnvironmentManagerIntegrationTests$TestConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/environment/EnvironmentManagerIntegrationTests$TestConfiguration.class
new file mode 100644
index 00000000..3223d0c1
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/environment/EnvironmentManagerIntegrationTests$TestConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/environment/EnvironmentManagerIntegrationTests$TestProperties.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/environment/EnvironmentManagerIntegrationTests$TestProperties.class
new file mode 100644
index 00000000..3a703401
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/environment/EnvironmentManagerIntegrationTests$TestProperties.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/environment/EnvironmentManagerIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/environment/EnvironmentManagerIntegrationTests.class
new file mode 100644
index 00000000..ba97ebcd
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/environment/EnvironmentManagerIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$Bar.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$Bar.class
new file mode 100644
index 00000000..3f8e8a21
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$Bar.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$BarConfig.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$BarConfig.class
new file mode 100644
index 00000000..d52ce24d
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$BarConfig.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$BaseConfig.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$BaseConfig.class
new file mode 100644
index 00000000..16b7c3dd
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$BaseConfig.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$Baz.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$Baz.class
new file mode 100644
index 00000000..2bf391ce
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$Baz.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$Foo.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$Foo.class
new file mode 100644
index 00000000..4f69989b
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$Foo.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$FooConfig.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$FooConfig.class
new file mode 100644
index 00000000..9619a0d4
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$FooConfig.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$TestClientFactory.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$TestClientFactory.class
new file mode 100644
index 00000000..d20ef679
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$TestClientFactory.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$TestSpec.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$TestSpec.class
new file mode 100644
index 00000000..f842d761
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests$TestSpec.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests.class
new file mode 100644
index 00000000..f2bfb27b
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/named/NamedContextFactoryTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderIntegrationTests$RefreshConfiguration$RebinderConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderIntegrationTests$RefreshConfiguration$RebinderConfiguration.class
new file mode 100644
index 00000000..753f8137
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderIntegrationTests$RefreshConfiguration$RebinderConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderIntegrationTests$RefreshConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderIntegrationTests$RefreshConfiguration.class
new file mode 100644
index 00000000..cc5dc7ce
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderIntegrationTests$RefreshConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderIntegrationTests$TestConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderIntegrationTests$TestConfiguration.class
new file mode 100644
index 00000000..c19db7ed
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderIntegrationTests$TestConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderIntegrationTests$TestProperties.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderIntegrationTests$TestProperties.class
new file mode 100644
index 00000000..ce4a054e
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderIntegrationTests$TestProperties.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderIntegrationTests.class
new file mode 100644
index 00000000..5e69bfd7
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderListIntegrationTests$RefreshConfiguration$RebinderConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderListIntegrationTests$RefreshConfiguration$RebinderConfiguration.class
new file mode 100644
index 00000000..559753ed
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderListIntegrationTests$RefreshConfiguration$RebinderConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderListIntegrationTests$RefreshConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderListIntegrationTests$RefreshConfiguration.class
new file mode 100644
index 00000000..eb590436
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderListIntegrationTests$RefreshConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderListIntegrationTests$TestConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderListIntegrationTests$TestConfiguration.class
new file mode 100644
index 00000000..d284a60a
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderListIntegrationTests$TestConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderListIntegrationTests$TestProperties.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderListIntegrationTests$TestProperties.class
new file mode 100644
index 00000000..8f6ad9b3
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderListIntegrationTests$TestProperties.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderListIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderListIntegrationTests.class
new file mode 100644
index 00000000..10a9d1a9
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderListIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests$Interceptor.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests$Interceptor.class
new file mode 100644
index 00000000..d4d362e0
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests$Interceptor.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests$RefreshConfiguration$RebinderConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests$RefreshConfiguration$RebinderConfiguration.class
new file mode 100644
index 00000000..705239cd
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests$RefreshConfiguration$RebinderConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests$RefreshConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests$RefreshConfiguration.class
new file mode 100644
index 00000000..6cba1b9e
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests$RefreshConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests$TestConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests$TestConfiguration.class
new file mode 100644
index 00000000..6813c3b5
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests$TestConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests$TestProperties.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests$TestProperties.class
new file mode 100644
index 00000000..1d780540
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests$TestProperties.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests.class
new file mode 100644
index 00000000..18ca6067
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderProxyIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderRefreshScopeIntegrationTests$TestConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderRefreshScopeIntegrationTests$TestConfiguration.class
new file mode 100644
index 00000000..a1aee4c4
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderRefreshScopeIntegrationTests$TestConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderRefreshScopeIntegrationTests$TestProperties.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderRefreshScopeIntegrationTests$TestProperties.class
new file mode 100644
index 00000000..0a03f1c9
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderRefreshScopeIntegrationTests$TestProperties.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderRefreshScopeIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderRefreshScopeIntegrationTests.class
new file mode 100644
index 00000000..b8912cf0
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinderRefreshScopeIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/restart/RestartIntegrationTests$TestConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/restart/RestartIntegrationTests$TestConfiguration.class
new file mode 100644
index 00000000..83d598d7
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/restart/RestartIntegrationTests$TestConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/restart/RestartIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/restart/RestartIntegrationTests.class
new file mode 100644
index 00000000..8708612a
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/restart/RestartIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/ImportRefreshScopeIntegrationTests$ExampleService.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/ImportRefreshScopeIntegrationTests$ExampleService.class
new file mode 100644
index 00000000..95e63de0
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/ImportRefreshScopeIntegrationTests$ExampleService.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/ImportRefreshScopeIntegrationTests$TestConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/ImportRefreshScopeIntegrationTests$TestConfiguration.class
new file mode 100644
index 00000000..ab4d2a23
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/ImportRefreshScopeIntegrationTests$TestConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/ImportRefreshScopeIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/ImportRefreshScopeIntegrationTests.class
new file mode 100644
index 00000000..6d43ea93
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/ImportRefreshScopeIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/MoreRefreshScopeIntegrationTests$TestConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/MoreRefreshScopeIntegrationTests$TestConfiguration.class
new file mode 100644
index 00000000..a78ad179
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/MoreRefreshScopeIntegrationTests$TestConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/MoreRefreshScopeIntegrationTests$TestProperties.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/MoreRefreshScopeIntegrationTests$TestProperties.class
new file mode 100644
index 00000000..3b18d233
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/MoreRefreshScopeIntegrationTests$TestProperties.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/MoreRefreshScopeIntegrationTests$TestService.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/MoreRefreshScopeIntegrationTests$TestService.class
new file mode 100644
index 00000000..27b61661
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/MoreRefreshScopeIntegrationTests$TestService.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/MoreRefreshScopeIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/MoreRefreshScopeIntegrationTests.class
new file mode 100644
index 00000000..7f7a01ef
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/MoreRefreshScopeIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshEndpointIntegrationTests$ClientApp.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshEndpointIntegrationTests$ClientApp.class
new file mode 100644
index 00000000..72f1110d
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshEndpointIntegrationTests$ClientApp.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshEndpointIntegrationTests$Controller.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshEndpointIntegrationTests$Controller.class
new file mode 100644
index 00000000..1bb0a047
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshEndpointIntegrationTests$Controller.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshEndpointIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshEndpointIntegrationTests.class
new file mode 100644
index 00000000..deead1c0
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshEndpointIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests$1.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests$1.class
new file mode 100644
index 00000000..a3cb7a51
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests$1.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests$ExampleService.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests$ExampleService.class
new file mode 100644
index 00000000..ec7aafa1
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests$ExampleService.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests$Service.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests$Service.class
new file mode 100644
index 00000000..c09d4fc3
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests$Service.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests$TestConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests$TestConfiguration.class
new file mode 100644
index 00000000..4e922c5c
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests$TestConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests$TestProperties.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests$TestProperties.class
new file mode 100644
index 00000000..da1ff01a
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests$TestProperties.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests.class
new file mode 100644
index 00000000..2279c85b
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConcurrencyTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests$Application.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests$Application.class
new file mode 100644
index 00000000..50f5d0f5
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests$Application.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests$ClientApp.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests$ClientApp.class
new file mode 100644
index 00000000..a50a543f
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests$ClientApp.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests$Controller.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests$Controller.class
new file mode 100644
index 00000000..e83acb67
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests$Controller.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests$NestedApp$NestedController.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests$NestedApp$NestedController.class
new file mode 100644
index 00000000..c887d632
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests$NestedApp$NestedController.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests$NestedApp.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests$NestedApp.class
new file mode 100644
index 00000000..2f2e7562
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests$NestedApp.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests.class
new file mode 100644
index 00000000..3c3d0078
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeConfigurationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeIntegrationTests$ExampleService.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeIntegrationTests$ExampleService.class
new file mode 100644
index 00000000..294563ed
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeIntegrationTests$ExampleService.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeIntegrationTests$Service.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeIntegrationTests$Service.class
new file mode 100644
index 00000000..cecca6e9
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeIntegrationTests$Service.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeIntegrationTests$TestConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeIntegrationTests$TestConfiguration.class
new file mode 100644
index 00000000..fcfd9c59
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeIntegrationTests$TestConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeIntegrationTests$TestProperties.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeIntegrationTests$TestProperties.class
new file mode 100644
index 00000000..59b5a391
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeIntegrationTests$TestProperties.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeIntegrationTests.class
new file mode 100644
index 00000000..9f39e353
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeLazyIntegrationTests$ExampleService.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeLazyIntegrationTests$ExampleService.class
new file mode 100644
index 00000000..1dd30fb9
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeLazyIntegrationTests$ExampleService.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeLazyIntegrationTests$Service.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeLazyIntegrationTests$Service.class
new file mode 100644
index 00000000..31bf2b3e
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeLazyIntegrationTests$Service.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeLazyIntegrationTests$TestConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeLazyIntegrationTests$TestConfiguration.class
new file mode 100644
index 00000000..e58c05e6
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeLazyIntegrationTests$TestConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeLazyIntegrationTests$TestProperties.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeLazyIntegrationTests$TestProperties.class
new file mode 100644
index 00000000..db069000
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeLazyIntegrationTests$TestProperties.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeLazyIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeLazyIntegrationTests.class
new file mode 100644
index 00000000..6c0dd18c
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeLazyIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeListBindingIntegrationTests$TestConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeListBindingIntegrationTests$TestConfiguration.class
new file mode 100644
index 00000000..c088d660
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeListBindingIntegrationTests$TestConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeListBindingIntegrationTests$TestProperties.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeListBindingIntegrationTests$TestProperties.class
new file mode 100644
index 00000000..518fb9f4
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeListBindingIntegrationTests$TestProperties.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeListBindingIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeListBindingIntegrationTests.class
new file mode 100644
index 00000000..044c40e3
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeListBindingIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests$1.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests$1.class
new file mode 100644
index 00000000..fcc61015
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests$1.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests$ExampleService.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests$ExampleService.class
new file mode 100644
index 00000000..53e3789c
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests$ExampleService.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests$Service.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests$Service.class
new file mode 100644
index 00000000..f36be08a
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests$Service.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests$TestConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests$TestConfiguration.class
new file mode 100644
index 00000000..a7d9d8ec
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests$TestConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests$TestProperties.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests$TestProperties.class
new file mode 100644
index 00000000..08971f96
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests$TestProperties.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests.class
new file mode 100644
index 00000000..37dd2310
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeScaleTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeSerializationTests$TestBean.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeSerializationTests$TestBean.class
new file mode 100644
index 00000000..8386d1ca
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeSerializationTests$TestBean.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeSerializationTests$TestConfiguration.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeSerializationTests$TestConfiguration.class
new file mode 100644
index 00000000..06875500
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeSerializationTests$TestConfiguration.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeSerializationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeSerializationTests.class
new file mode 100644
index 00000000..b34012a9
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeSerializationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeWebIntegrationTests$Application.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeWebIntegrationTests$Application.class
new file mode 100644
index 00000000..98ad92a5
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeWebIntegrationTests$Application.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeWebIntegrationTests$Client.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeWebIntegrationTests$Client.class
new file mode 100644
index 00000000..89a29be7
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeWebIntegrationTests$Client.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeWebIntegrationTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeWebIntegrationTests.class
new file mode 100644
index 00000000..dd3ab91d
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/context/scope/refresh/RefreshScopeWebIntegrationTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/endpoint/RefreshEndpointTests$Empty.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/endpoint/RefreshEndpointTests$Empty.class
new file mode 100644
index 00000000..986eae3e
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/endpoint/RefreshEndpointTests$Empty.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/endpoint/RefreshEndpointTests$ExternalPropertySourceLocator.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/endpoint/RefreshEndpointTests$ExternalPropertySourceLocator.class
new file mode 100644
index 00000000..5a629a2d
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/endpoint/RefreshEndpointTests$ExternalPropertySourceLocator.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/endpoint/RefreshEndpointTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/endpoint/RefreshEndpointTests.class
new file mode 100644
index 00000000..a65c8b8f
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/endpoint/RefreshEndpointTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/health/RefreshScopeHealthIndicatorTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/health/RefreshScopeHealthIndicatorTests.class
new file mode 100644
index 00000000..4817b819
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/health/RefreshScopeHealthIndicatorTests.class differ
diff --git a/spring-cloud-context/target/test-classes/org/springframework/cloud/logging/LoggingRebinderTests.class b/spring-cloud-context/target/test-classes/org/springframework/cloud/logging/LoggingRebinderTests.class
new file mode 100644
index 00000000..8d254134
Binary files /dev/null and b/spring-cloud-context/target/test-classes/org/springframework/cloud/logging/LoggingRebinderTests.class differ
diff --git a/spring-cloud-context/target/test-classes/other.properties b/spring-cloud-context/target/test-classes/other.properties
new file mode 100644
index 00000000..dc756282
--- /dev/null
+++ b/spring-cloud-context/target/test-classes/other.properties
@@ -0,0 +1 @@
+spring.application.name: main
\ No newline at end of file
diff --git a/spring-cloud-context/target/test-classes/plain.properties b/spring-cloud-context/target/test-classes/plain.properties
new file mode 100644
index 00000000..aa8f5408
--- /dev/null
+++ b/spring-cloud-context/target/test-classes/plain.properties
@@ -0,0 +1 @@
+spring.application.name: app
diff --git a/spring-cloud-context/target/test-classes/server.jks b/spring-cloud-context/target/test-classes/server.jks
new file mode 100644
index 00000000..560be5fe
Binary files /dev/null and b/spring-cloud-context/target/test-classes/server.jks differ
diff --git a/spring-cloud-starter/target/classes/META-INF/spring.provides b/spring-cloud-starter/target/classes/META-INF/spring.provides
new file mode 100644
index 00000000..47374804
--- /dev/null
+++ b/spring-cloud-starter/target/classes/META-INF/spring.provides
@@ -0,0 +1 @@
+provides: spring-cloud-commons
\ No newline at end of file
diff --git a/spring-cloud-starter/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/spring-cloud-starter/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml
new file mode 100644
index 00000000..8b89c977
--- /dev/null
+++ b/spring-cloud-starter/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+ src/main/javadoc
+
diff --git a/spring-cloud-starter/target/maven-archiver/pom.properties b/spring-cloud-starter/target/maven-archiver/pom.properties
new file mode 100644
index 00000000..6ae450ed
--- /dev/null
+++ b/spring-cloud-starter/target/maven-archiver/pom.properties
@@ -0,0 +1,5 @@
+#Created by Apache Maven 3.3.9
+#Tue Apr 04 02:50:30 UTC 2017
+version=1.2.0.BUILD-SNAPSHOT
+groupId=org.springframework.cloud
+artifactId=spring-cloud-starter
diff --git a/spring-cloud-starter/target/spring-cloud-starter-1.2.0.BUILD-SNAPSHOT-sources.jar b/spring-cloud-starter/target/spring-cloud-starter-1.2.0.BUILD-SNAPSHOT-sources.jar
new file mode 100644
index 00000000..555ca724
Binary files /dev/null and b/spring-cloud-starter/target/spring-cloud-starter-1.2.0.BUILD-SNAPSHOT-sources.jar differ
diff --git a/spring-cloud-starter/target/spring-cloud-starter-1.2.0.BUILD-SNAPSHOT-tests.jar b/spring-cloud-starter/target/spring-cloud-starter-1.2.0.BUILD-SNAPSHOT-tests.jar
new file mode 100644
index 00000000..dba3d742
Binary files /dev/null and b/spring-cloud-starter/target/spring-cloud-starter-1.2.0.BUILD-SNAPSHOT-tests.jar differ
diff --git a/spring-cloud-starter/target/spring-cloud-starter-1.2.0.BUILD-SNAPSHOT.jar b/spring-cloud-starter/target/spring-cloud-starter-1.2.0.BUILD-SNAPSHOT.jar
new file mode 100644
index 00000000..f5f041e1
Binary files /dev/null and b/spring-cloud-starter/target/spring-cloud-starter-1.2.0.BUILD-SNAPSHOT.jar differ
diff --git a/target/apidocs/allclasses-frame.html b/target/apidocs/allclasses-frame.html
new file mode 100644
index 00000000..2f7be3cd
--- /dev/null
+++ b/target/apidocs/allclasses-frame.html
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+All Classes (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+All Classes
+
+
+
diff --git a/target/apidocs/allclasses-noframe.html b/target/apidocs/allclasses-noframe.html
new file mode 100644
index 00000000..d0c5913f
--- /dev/null
+++ b/target/apidocs/allclasses-noframe.html
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+All Classes (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+All Classes
+
+
+
diff --git a/target/apidocs/constant-values.html b/target/apidocs/constant-values.html
new file mode 100644
index 00000000..58ef4ce5
--- /dev/null
+++ b/target/apidocs/constant-values.html
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+Constant Field Values (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
org.springframework.*
+
+
+
+
+
+
+
+org.springframework.cloud.commons.util.InetUtilsProperties
+
+Modifier and Type
+Constant Field
+Value
+
+
+
+
+
+ public static final String
+PREFIX
+"spring.cloud.inetutils"
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/deprecated-list.html b/target/apidocs/deprecated-list.html
new file mode 100644
index 00000000..65da59ca
--- /dev/null
+++ b/target/apidocs/deprecated-list.html
@@ -0,0 +1,243 @@
+
+
+
+
+
+
+Deprecated List (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/help-doc.html b/target/apidocs/help-doc.html
new file mode 100644
index 00000000..81421e62
--- /dev/null
+++ b/target/apidocs/help-doc.html
@@ -0,0 +1,231 @@
+
+
+
+
+
+
+API Help (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+Overview
+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+
+
+Package
+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+
+Interfaces (italic)
+Classes
+Enums
+Exceptions
+Errors
+Annotation Types
+
+
+
+Class/Interface
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+
+Class inheritance diagram
+Direct Subclasses
+All Known Subinterfaces
+All Known Implementing Classes
+Class/interface declaration
+Class/interface description
+
+
+Nested Class Summary
+Field Summary
+Constructor Summary
+Method Summary
+
+
+Field Detail
+Constructor Detail
+Method Detail
+
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+
+
+Annotation Type
+Each annotation type has its own separate page with the following sections:
+
+Annotation Type declaration
+Annotation Type description
+Required Element Summary
+Optional Element Summary
+Element Detail
+
+
+
+Enum
+Each enum has its own separate page with the following sections:
+
+Enum declaration
+Enum description
+Enum Constant Summary
+Enum Constant Detail
+
+
+
+Use
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+
+
+Tree (Class Hierarchy)
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
+
+When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
+When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+
+
+
+Deprecated API
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+
+
+Index
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+
+
+Prev/Next
+These links take you to the next or previous class, interface, package, or related page.
+
+
+Frames/No Frames
+These links show and hide the HTML frames. All pages are available with or without frames.
+
+
+All Classes
+The All Classes link shows all classes and interfaces except non-static nested types.
+
+
+Serialized Form
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+
+
+Constant Field Values
+The Constant Field Values page lists the static final fields and their values.
+
+
+
This help file applies to API documentation generated using the standard doclet.
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/index-all.html b/target/apidocs/index-all.html
new file mode 100644
index 00000000..b39aeff3
--- /dev/null
+++ b/target/apidocs/index-all.html
@@ -0,0 +1,1965 @@
+
+
+
+
+
+
+Index (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+A B C D E F G H I K L M N O P R S T U V
+
+
+
A
+
+AbstractAutoServiceRegistration <R extends Registration > - Class in org.springframework.cloud.client.serviceregistry
+
+Lifecycle methods that may be useful and common to
ServiceRegistry implementations.
+
+AbstractAutoServiceRegistration(ServiceRegistry<R>) - Constructor for class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
+
+AbstractDiscoveryLifecycle - Class in org.springframework.cloud.client.discovery
+
+
+
+AbstractDiscoveryLifecycle() - Constructor for class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+abstractFeatures(Class<?>...) - Static method in class org.springframework.cloud.client.actuator.HasFeatures
+
+ActuatorConfiguration() - Constructor for class org.springframework.cloud.client.CommonsClientAutoConfiguration.ActuatorConfiguration
+
+afterPropertiesSet() - Method in class org.springframework.cloud.client.hypermedia.RemoteResourceRefresher
+
+afterSingletonsInstantiated() - Method in class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration
+
+apply(ServiceInstance) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerRequest
+
+AsyncLoadBalancerAutoConfiguration - Class in org.springframework.cloud.client.loadbalancer
+
+Auto configuration for Ribbon (client side load balancing).
+
+AsyncLoadBalancerAutoConfiguration() - Constructor for class org.springframework.cloud.client.loadbalancer.AsyncLoadBalancerAutoConfiguration
+
+AsyncLoadBalancerInterceptor - Class in org.springframework.cloud.client.loadbalancer
+
+AsyncLoadBalancerInterceptor(LoadBalancerClient) - Constructor for class org.springframework.cloud.client.loadbalancer.AsyncLoadBalancerInterceptor
+
+AsyncRestTemplateCustomizer - Interface in org.springframework.cloud.client.loadbalancer
+
+AutoServiceRegistration - Interface in org.springframework.cloud.client.serviceregistry
+
+AutoServiceRegistrationAutoConfiguration - Class in org.springframework.cloud.client.serviceregistry
+
+AutoServiceRegistrationAutoConfiguration() - Constructor for class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationAutoConfiguration
+
+AutoServiceRegistrationConfiguration - Class in org.springframework.cloud.client.serviceregistry
+
+AutoServiceRegistrationConfiguration() - Constructor for class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationConfiguration
+
+AutoServiceRegistrationProperties - Class in org.springframework.cloud.client.serviceregistry
+
+AutoServiceRegistrationProperties() - Constructor for class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties
+
+
+
+
+
+
B
+
+BeanLifecycleDecorator <T > - Interface in org.springframework.cloud.context.config
+
+A helper interface providing optional decoration of bean instances and their
+ destruction callbacks.
+
+BeanLifecycleDecorator.Context <T > - Class in org.springframework.cloud.context.config
+
+Boot15PortFinderConfiguration() - Constructor for class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration
+
+Deprecated.
+
+BOOTSTRAP_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
+
+BOOTSTRAP_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
+
+BootstrapApplicationListener - Class in org.springframework.cloud.bootstrap
+
+A listener that prepares a SpringApplication (e.g.
+
+BootstrapApplicationListener() - Constructor for class org.springframework.cloud.bootstrap.BootstrapApplicationListener
+
+BootstrapConfiguration - Annotation Type in org.springframework.cloud.bootstrap
+
+A marker interface used as a key in META-INF/spring.factories.
+
+buildTraversal(Traverson) - Method in interface org.springframework.cloud.client.hypermedia.TraversalDefinition
+
+
+
+
+
+
C
+
+canRetry(RetryContext) - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
+
+canRetryNextServer(LoadBalancedRetryContext) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicy
+
+Return true to retry the failed request on the next server from the load balancer.
+
+canRetrySameServer(LoadBalancedRetryContext) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicy
+
+Return true to retry the failed request on the same server.
+
+choose(String) - Method in interface org.springframework.cloud.client.loadbalancer.ServiceInstanceChooser
+
+Choose a ServiceInstance from the LoadBalancer for the specified service
+
+clear() - Method in interface org.springframework.cloud.context.scope.ScopeCache
+
+Clear the cache and return all objects in an unmodifiable collection.
+
+clear() - Method in class org.springframework.cloud.context.scope.StandardScopeCache
+
+clear() - Method in class org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache
+
+close(RetryContext) - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
+
+close(LoadBalancedRetryContext) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicy
+
+Called when the retry operation has ended.
+
+close() - Method in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry
+
+Close the ServiceRegistry.
+
+close() - Method in class org.springframework.cloud.commons.util.InetUtils
+
+CloudHypermediaAutoConfiguration - Class in org.springframework.cloud.client.hypermedia
+
+
+
+CloudHypermediaAutoConfiguration() - Constructor for class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration
+
+CloudHypermediaAutoConfiguration.CloudHypermediaProperties - Class in org.springframework.cloud.client.hypermedia
+
+CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh - Class in org.springframework.cloud.client.hypermedia
+
+CloudHypermediaProperties() - Constructor for class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties
+
+combineParts(String, String, String) - Static method in class org.springframework.cloud.commons.util.IdUtils
+
+CommonsClientAutoConfiguration - Class in org.springframework.cloud.client
+
+Auto-configuration for Spring Cloud Commons Client.
+
+CommonsClientAutoConfiguration() - Constructor for class org.springframework.cloud.client.CommonsClientAutoConfiguration
+
+CommonsClientAutoConfiguration.ActuatorConfiguration - Class in org.springframework.cloud.client
+
+CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration - Class in org.springframework.cloud.client
+
+commonsFeatures() - Method in class org.springframework.cloud.client.CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration
+
+configurationPropertiesBeans() - Method in class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration
+
+ConfigurationPropertiesBeans - Class in org.springframework.cloud.context.properties
+
+Collects references to @ConfigurationProperties beans in the context and
+ its parent.
+
+ConfigurationPropertiesBeans() - Constructor for class org.springframework.cloud.context.properties.ConfigurationPropertiesBeans
+
+configurationPropertiesRebinder(ConfigurationPropertiesBeans, ConfigurationPropertiesBindingPostProcessor) - Method in class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration
+
+ConfigurationPropertiesRebinder - Class in org.springframework.cloud.context.properties
+
+Listens for
EnvironmentChangeEvent and rebinds beans that were bound to the
+
Environment using
@ConfigurationProperties.
+
+ConfigurationPropertiesRebinder(ConfigurationPropertiesBindingPostProcessor, ConfigurationPropertiesBeans) - Constructor for class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
+
+ConfigurationPropertiesRebinderAutoConfiguration - Class in org.springframework.cloud.autoconfigure
+
+ConfigurationPropertiesRebinderAutoConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration
+
+Context(Runnable, T) - Constructor for class org.springframework.cloud.context.config.BeanLifecycleDecorator.Context
+
+contextRefresher(ConfigurableApplicationContext, RefreshScope) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
+
+ContextRefresher - Class in org.springframework.cloud.context.refresh
+
+ContextRefresher(ConfigurableApplicationContext, RefreshScope) - Constructor for class org.springframework.cloud.context.refresh.ContextRefresher
+
+ContextRefresher.Empty - Class in org.springframework.cloud.context.refresh
+
+convert(InetAddress) - Static method in class org.springframework.cloud.commons.util.InetUtils
+
+
+
+convertAddress(InetAddress) - Method in class org.springframework.cloud.commons.util.InetUtils
+
+create(String, ServiceInstanceChooser) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicyFactory
+
+
+
+create(String, ServiceInstanceChooser) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicyFactory.NeverRetryFactory
+
+create(String) - Method in class org.springframework.cloud.context.encrypt.EncryptorFactory
+
+createContext(String) - Method in class org.springframework.cloud.context.named.NamedContextFactory
+
+createRequest(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerRequestFactory
+
+customize(AsyncRestTemplate) - Method in interface org.springframework.cloud.client.loadbalancer.AsyncRestTemplateCustomizer
+
+customize(RestTemplate) - Method in interface org.springframework.cloud.client.loadbalancer.RestTemplateCustomizer
+
+
+
+
+
+
D
+
+decorateBean(Object, BeanLifecycleDecorator.Context<T>) - Method in interface org.springframework.cloud.context.config.BeanLifecycleDecorator
+
+Optionally decorate and provide a new instance of a compatible bean for
+ the caller to use instead of the input.
+
+decorateBean(Object, BeanLifecycleDecorator.Context<ReadWriteLock>) - Method in class org.springframework.cloud.context.config.StandardBeanLifecycleDecorator
+
+decorateDestructionCallback(Runnable) - Method in interface org.springframework.cloud.context.config.BeanLifecycleDecorator
+
+
+
+decorateDestructionCallback(Runnable) - Method in class org.springframework.cloud.context.config.StandardBeanLifecycleDecorator
+
+decrypt(String) - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.FailsafeTextEncryptor
+
+decrypt(PropertySources) - Method in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
+
+DECRYPTED_BOOTSTRAP_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
+
+DECRYPTED_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
+
+DEFAULT_NAME - Static variable in class org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent
+
+DEFAULT_ORDER - Static variable in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
+
+DEFAULT_ORDER - Static variable in class org.springframework.cloud.bootstrap.LoggingSystemShutdownListener
+
+DEFAULT_ORDER - Static variable in interface org.springframework.cloud.client.loadbalancer.LoadBalancerRequestTransformer
+
+DEFAULT_PROPERTIES - Static variable in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
+
+DefaultServiceInstance - Class in org.springframework.cloud.client
+
+
+
+DefaultServiceInstance(String, String, int, boolean) - Constructor for class org.springframework.cloud.client.DefaultServiceInstance
+
+deregister() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+De-register the local service with the DiscoveryClient
+
+deregister() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
+
+
+
+deregister(R) - Method in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry
+
+Deregister the registration.
+
+deregisterManagement() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+De-register the local management service with the DiscoveryClient
+
+deregisterManagement() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
+
+
+
+description() - Method in interface org.springframework.cloud.client.discovery.DiscoveryClient
+
+A human readable description of the implementation, used in HealthIndicator
+
+description() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
+
+Deprecated.
+
+description() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClient
+
+destroy() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+destroy() - Method in class org.springframework.cloud.context.named.NamedContextFactory
+
+destroy() - Method in class org.springframework.cloud.context.scope.GenericScope
+
+destroy(String) - Method in class org.springframework.cloud.context.scope.GenericScope
+
+Destroy the named bean (i.e.
+
+DiscoveredResource - Class in org.springframework.cloud.client.hypermedia
+
+A REST resource that is defined by a service reference and a traversal operation within that service.
+
+DiscoveredResource() - Constructor for class org.springframework.cloud.client.hypermedia.DiscoveredResource
+
+discoveredResourceRefresher() - Method in class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration
+
+DiscoveryClient - Interface in org.springframework.cloud.client.discovery
+
+DiscoveryClient represents read operations commonly available to Discovery service such as
+ Netflix Eureka or consul.io
+
+discoveryClient() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
+
+Deprecated.
+
+discoveryClientHealthIndicator(DiscoveryClient) - Method in class org.springframework.cloud.client.CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration
+
+DiscoveryClientHealthIndicator - Class in org.springframework.cloud.client.discovery.health
+
+DiscoveryClientHealthIndicator(DiscoveryClient) - Constructor for class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
+
+discoveryCompositeHealthIndicator(HealthAggregator, List<DiscoveryHealthIndicator>) - Method in class org.springframework.cloud.client.CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration
+
+DiscoveryCompositeHealthIndicator - Class in org.springframework.cloud.client.discovery.health
+
+Gathers all DiscoveryHealthIndicator's from a DiscoveryClient implementation
+ and aggregates the statuses.
+
+DiscoveryCompositeHealthIndicator(HealthAggregator, List<DiscoveryHealthIndicator>) - Constructor for class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator
+
+DiscoveryCompositeHealthIndicator.Holder - Class in org.springframework.cloud.client.discovery.health
+
+DiscoveryHealthIndicator - Interface in org.springframework.cloud.client.discovery.health
+
+A health indicator interface specific for a DiscoveryClient implementation
+
+DiscoveryLifecycle - Interface in org.springframework.cloud.client.discovery
+
+
+
+DiscoveryLoadBalancerConfiguration() - Constructor for class org.springframework.cloud.client.CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration
+
+doHealthCheck(Health.Builder) - Method in class org.springframework.cloud.health.RefreshScopeHealthIndicator
+
+DynamicServiceInstanceProvider - Class in org.springframework.cloud.client.hypermedia
+
+
+
+DynamicServiceInstanceProvider() - Constructor for class org.springframework.cloud.client.hypermedia.DynamicServiceInstanceProvider
+
+
+
+
+
+
E
+
+Empty() - Constructor for class org.springframework.cloud.context.refresh.ContextRefresher.Empty
+
+EnableCircuitBreaker - Annotation Type in org.springframework.cloud.client.circuitbreaker
+
+Annotation to enable a CircuitBreaker implementation.
+
+EnableCircuitBreakerImportSelector - Class in org.springframework.cloud.client.circuitbreaker
+
+Import a single circuit breaker implementation Configuration
+
+EnableCircuitBreakerImportSelector() - Constructor for class org.springframework.cloud.client.circuitbreaker.EnableCircuitBreakerImportSelector
+
+EnableDiscoveryClient - Annotation Type in org.springframework.cloud.client.discovery
+
+Annotation to enable a DiscoveryClient implementation.
+
+EnableDiscoveryClientImportSelector - Class in org.springframework.cloud.client.discovery
+
+EnableDiscoveryClientImportSelector() - Constructor for class org.springframework.cloud.client.discovery.EnableDiscoveryClientImportSelector
+
+encrypt(String) - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.FailsafeTextEncryptor
+
+EncryptionBootstrapConfiguration - Class in org.springframework.cloud.bootstrap.encrypt
+
+EncryptionBootstrapConfiguration() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration
+
+EncryptionBootstrapConfiguration.FailsafeTextEncryptor - Class in org.springframework.cloud.bootstrap.encrypt
+
+TextEncryptor that just fails, so that users don't get a false sense of security
+ adding ciphers to config files and not getting them decrypted.
+
+EncryptionBootstrapConfiguration.KeyCondition - Class in org.springframework.cloud.bootstrap.encrypt
+
+EncryptionBootstrapConfiguration.RsaEncryptionConfiguration - Class in org.springframework.cloud.bootstrap.encrypt
+
+EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration - Class in org.springframework.cloud.bootstrap.encrypt
+
+EncryptorFactory - Class in org.springframework.cloud.context.encrypt
+
+EncryptorFactory() - Constructor for class org.springframework.cloud.context.encrypt.EncryptorFactory
+
+EnvironmentChangeEvent - Class in org.springframework.cloud.context.environment
+
+Event published to signal a change in the Environment.
+
+EnvironmentChangeEvent(Set<String>) - Constructor for class org.springframework.cloud.context.environment.EnvironmentChangeEvent
+
+EnvironmentDecryptApplicationInitializer - Class in org.springframework.cloud.bootstrap.encrypt
+
+Decrypt properties from the environment and insert them with high priority so they
+ override the encrypted values.
+
+EnvironmentDecryptApplicationInitializer(TextEncryptor) - Constructor for class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
+
+environmentDecryptApplicationListener() - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration
+
+environmentManager(ConfigurableEnvironment) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
+
+EnvironmentManager - Class in org.springframework.cloud.context.environment
+
+Entry point for making local (but volatile) changes to the Environment of a
+ running application.
+
+EnvironmentManager(ConfigurableEnvironment) - Constructor for class org.springframework.cloud.context.environment.EnvironmentManager
+
+environmentManagerEndpoint(EnvironmentEndpoint, EnvironmentManager) - Method in class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
+
+EnvironmentManagerMvcEndpoint - Class in org.springframework.cloud.context.environment
+
+MVC endpoint for the
EnvironmentManager providing a POST to /env as a simple
+ way to change the Environment.
+
+EnvironmentManagerMvcEndpoint(EnvironmentEndpoint, EnvironmentManager) - Constructor for class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
+
+equals(Object) - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
+
+execute(String, LoadBalancerRequest<T>) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerClient
+
+execute request using a ServiceInstance from the LoadBalancer for the specified
+ service
+
+execute(String, ServiceInstance, LoadBalancerRequest<T>) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerClient
+
+execute request using a ServiceInstance from the LoadBalancer for the specified
+ service
+
+
+
+
+
+
F
+
+FailsafeTextEncryptor() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.FailsafeTextEncryptor
+
+FeaturesEndpoint - Class in org.springframework.cloud.client.actuator
+
+FeaturesEndpoint(List<HasFeatures>) - Constructor for class org.springframework.cloud.client.actuator.FeaturesEndpoint
+
+featuresEndpoint() - Method in class org.springframework.cloud.client.CommonsClientAutoConfiguration.ActuatorConfiguration
+
+findFirstNonLoopbackAddress() - Method in class org.springframework.cloud.commons.util.InetUtils
+
+findFirstNonLoopbackHostInfo() - Method in class org.springframework.cloud.commons.util.InetUtils
+
+
+
+
+
+
G
+
+GenericPostableMvcEndpoint - Class in org.springframework.cloud.endpoint
+
+A convenient base class for MVC endpoints that accept a POST (instead of the default
+ GET).
+
+GenericPostableMvcEndpoint(Endpoint<?>) - Constructor for class org.springframework.cloud.endpoint.GenericPostableMvcEndpoint
+
+GenericScope - Class in org.springframework.cloud.context.scope
+
+
+ A generic Scope implementation.
+
+GenericScope() - Constructor for class org.springframework.cloud.context.scope.GenericScope
+
+get(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
+
+get(BeanFactory) - Static method in enum org.springframework.cloud.client.discovery.ManagementServerPortUtils.ManagementServerPort
+
+get(String, ObjectFactory<?>) - Method in class org.springframework.cloud.context.scope.GenericScope
+
+get(String) - Method in interface org.springframework.cloud.context.scope.ScopeCache
+
+Get the named object from the cache.
+
+get(String) - Method in class org.springframework.cloud.context.scope.StandardScopeCache
+
+get(String) - Method in class org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache
+
+getAbstractFeatures() - Method in class org.springframework.cloud.client.actuator.HasFeatures
+
+getAlgorithm() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.Rsa
+
+getAlias() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
+
+getAnnotationClass() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
+
+getAppName() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+getAuxiliary() - Method in class org.springframework.cloud.context.config.BeanLifecycleDecorator.Context
+
+getBeanNames() - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesBeans
+
+getBeanNames() - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
+
+getCallback() - Method in class org.springframework.cloud.context.config.BeanLifecycleDecorator.Context
+
+getConfig() - Method in class org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent
+
+getConfiguration() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+getConfiguration() - Method in interface org.springframework.cloud.context.named.NamedContextFactory.Specification
+
+getConfiguredPort() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+getContext() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+getContext(String) - Method in class org.springframework.cloud.context.named.NamedContextFactory
+
+getContextNames() - Method in class org.springframework.cloud.context.named.NamedContextFactory
+
+getConversationId() - Method in class org.springframework.cloud.context.scope.GenericScope
+
+getDefaultInstanceId(PropertyResolver) - Static method in class org.springframework.cloud.commons.util.IdUtils
+
+getDelegate() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator.Holder
+
+getEndpointType() - Method in class org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint
+
+getEndpointType() - Method in class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
+
+getEnvironment() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+getEnvironment() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
+
+getErrors() - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
+
+A map of bean name to errors when instantiating the bean.
+
+getErrors() - Method in class org.springframework.cloud.context.scope.GenericScope
+
+A map of bean name to errors when instantiating the bean.
+
+getEvent() - Method in class org.springframework.cloud.endpoint.event.RefreshEvent
+
+getEventDesc() - Method in class org.springframework.cloud.endpoint.event.RefreshEvent
+
+getFirstNonLoopbackHostInfo() - Static method in class org.springframework.cloud.commons.util.InetUtils
+
+
+
+getHealthIndicators() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator
+
+getHost() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
+
+getHost() - Method in interface org.springframework.cloud.client.ServiceInstance
+
+getInstance(String, Class<T>) - Method in class org.springframework.cloud.context.named.NamedContextFactory
+
+getInstances(String) - Method in interface org.springframework.cloud.client.discovery.DiscoveryClient
+
+Get all ServiceInstances associated with a particular serviceId
+
+getInstances(String) - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
+
+Deprecated.
+
+getInstances(String) - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClient
+
+getInstances() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties
+
+getInstances(String, Class<T>) - Method in class org.springframework.cloud.context.named.NamedContextFactory
+
+getIpAddressAsInt(String) - Static method in class org.springframework.cloud.commons.util.InetUtils
+
+getIpAddressAsInt() - Method in class org.springframework.cloud.commons.util.InetUtils.HostInfo
+
+getKey() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
+
+getKeys() - Method in class org.springframework.cloud.context.environment.EnvironmentChangeEvent
+
+getKeyStore() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
+
+getLink() - Method in interface org.springframework.cloud.client.hypermedia.RemoteResource
+
+Returns the Link to the resource in case it is available or null
+ in case it's gone, i.e.
+
+getLocalServiceInstance() - Method in interface org.springframework.cloud.client.discovery.DiscoveryClient
+
+
+
+getLocalServiceInstance() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
+
+Deprecated.
+
+getLocalServiceInstance() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClient
+
+getLocation() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
+
+getManagementPort() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+getManagementRegistration() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
+
+getManagementServiceId() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+getManagementServiceName() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.KeyCondition
+
+getMetadata() - Method in class org.springframework.cloud.client.DefaultServiceInstance
+
+getMetadata() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
+
+getMetadata() - Method in interface org.springframework.cloud.client.ServiceInstance
+
+getName() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
+
+getName() - Method in interface org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator
+
+getName() - Method in interface org.springframework.cloud.context.named.NamedContextFactory.Specification
+
+getName() - Method in class org.springframework.cloud.context.scope.GenericScope
+
+getName() - Method in class org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent
+
+getNamedFeatures() - Method in class org.springframework.cloud.client.actuator.HasFeatures
+
+getOrder() - Method in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
+
+getOrder() - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
+
+getOrder() - Method in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
+
+getOrder() - Method in class org.springframework.cloud.bootstrap.LoggingSystemShutdownListener
+
+getOrder() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+getOrder() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
+
+getOrder() - Method in class org.springframework.cloud.client.HostInfoEnvironmentPostProcessor
+
+getOrder() - Method in class org.springframework.cloud.context.restart.RestartListener
+
+getOrder() - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
+
+getPassword() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
+
+getPath() - Method in class org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint
+
+getPath() - Method in class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
+
+getPauseEndpoint() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
+
+getPhase() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+getPort() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+getPort(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
+
+getPort() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
+
+getPort() - Method in interface org.springframework.cloud.client.ServiceInstance
+
+getProperty(String) - Method in class org.springframework.cloud.context.environment.EnvironmentManager
+
+getRegistration() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
+
+getRequest() - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryContext
+
+Gets the request that is being load balanced.
+
+getResumeEndpoint() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
+
+getRsa() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
+
+getRunning() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+getSalt() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.Rsa
+
+getSecret() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
+
+getServiceId() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
+
+getServiceId() - Method in interface org.springframework.cloud.client.ServiceInstance
+
+getServiceId() - Method in interface org.springframework.cloud.client.serviceregistry.Registration
+
+getServiceInstance() - Method in class org.springframework.cloud.client.hypermedia.DynamicServiceInstanceProvider
+
+getServiceInstance() - Method in interface org.springframework.cloud.client.hypermedia.ServiceInstanceProvider
+
+Returns the service instance or null in case the service is currently unavailable.
+
+getServiceInstance() - Method in class org.springframework.cloud.client.hypermedia.StaticServiceInstanceProvider
+
+getServiceInstance() - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryContext
+
+Gets the service instance used during the retry.
+
+getServiceRegistry() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
+
+getServices() - Method in interface org.springframework.cloud.client.discovery.DiscoveryClient
+
+getServices() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
+
+Deprecated.
+
+getServices() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClient
+
+getSimpleName() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
+
+getStatus() - Method in class org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint
+
+getStatus(R) - Method in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry
+
+Gets the status of a particular registration.
+
+getTimeout() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
+
+getUri() - Method in class org.springframework.cloud.client.DefaultServiceInstance
+
+getUri(ServiceInstance) - Static method in class org.springframework.cloud.client.DefaultServiceInstance
+
+Create a uri from the given ServiceInstance's host:port
+
+getUri() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
+
+getURI() - Method in class org.springframework.cloud.client.loadbalancer.ServiceRequestWrapper
+
+getUri() - Method in interface org.springframework.cloud.client.ServiceInstance
+
+getValue() - Method in class org.springframework.cloud.client.discovery.event.HeartbeatEvent
+
+A value representing the state of the service catalog.
+
+getValue() - Method in class org.springframework.cloud.client.discovery.event.ParentHeartbeatEvent
+
+
+
+
+
+
H
+
+handle(ApplicationReadyEvent) - Method in class org.springframework.cloud.endpoint.event.RefreshEventListener
+
+handle(RefreshEvent) - Method in class org.springframework.cloud.endpoint.event.RefreshEventListener
+
+hasDefaultFactory() - Method in class org.springframework.cloud.client.discovery.EnableDiscoveryClientImportSelector
+
+hasDefaultFactory() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
+
+HasFeatures - Class in org.springframework.cloud.client.actuator
+
+HasFeatures(List<Class<?>>, List<NamedFeature>) - Constructor for class org.springframework.cloud.client.actuator.HasFeatures
+
+hashCode() - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
+
+health() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
+
+health() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator.Holder
+
+health() - Method in interface org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator
+
+HeartbeatEvent - Class in org.springframework.cloud.client.discovery.event
+
+Event DiscoveryClient implementation can broadcast if they support heartbeat's from the
+ discovery server.
+
+HeartbeatEvent(Object, Object) - Constructor for class org.springframework.cloud.client.discovery.event.HeartbeatEvent
+
+Create a new event with a source (for example a discovery client) and a value.
+
+HeartbeatMonitor - Class in org.springframework.cloud.client.discovery.event
+
+Helper class for listeners to the
HeartbeatEvent providing a convenient way to
+ determine if there has been a change in state.
+
+HeartbeatMonitor() - Constructor for class org.springframework.cloud.client.discovery.event.HeartbeatMonitor
+
+Holder(DiscoveryHealthIndicator) - Constructor for class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator.Holder
+
+HostInfo(String) - Constructor for class org.springframework.cloud.commons.util.InetUtils.HostInfo
+
+HostInfo() - Constructor for class org.springframework.cloud.commons.util.InetUtils.HostInfo
+
+HostInfoEnvironmentPostProcessor - Class in org.springframework.cloud.client
+
+HostInfoEnvironmentPostProcessor() - Constructor for class org.springframework.cloud.client.HostInfoEnvironmentPostProcessor
+
+
+
+
+
+
I
+
+IdUtils - Class in org.springframework.cloud.commons.util
+
+IdUtils() - Constructor for class org.springframework.cloud.commons.util.IdUtils
+
+InetUtils - Class in org.springframework.cloud.commons.util
+
+InetUtils(InetUtilsProperties) - Constructor for class org.springframework.cloud.commons.util.InetUtils
+
+inetUtils(InetUtilsProperties) - Method in class org.springframework.cloud.commons.util.UtilAutoConfiguration
+
+InetUtils.HostInfo - Class in org.springframework.cloud.commons.util
+
+InetUtilsProperties - Class in org.springframework.cloud.commons.util
+
+InetUtilsProperties() - Constructor for class org.springframework.cloud.commons.util.InetUtilsProperties
+
+inetUtilsProperties() - Method in class org.springframework.cloud.commons.util.UtilAutoConfiguration
+
+init() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
+
+Deprecated.
+
+init() - Method in class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationAutoConfiguration
+
+initialize(ConfigurableApplicationContext) - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
+
+initialize(ConfigurableApplicationContext) - Method in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
+
+InstanceRegisteredEvent <T > - Class in org.springframework.cloud.client.discovery.event
+
+Event to be published after the local service instance registers itself with a
+ discovery service.
+
+InstanceRegisteredEvent(Object, T) - Constructor for class org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent
+
+
+
+intercept(HttpRequest, byte[], AsyncClientHttpRequestExecution) - Method in class org.springframework.cloud.client.loadbalancer.AsyncLoadBalancerInterceptor
+
+intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor
+
+intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.cloud.client.loadbalancer.RetryLoadBalancerInterceptor
+
+InterceptorRetryPolicy - Class in org.springframework.cloud.client.loadbalancer
+
+
+
+InterceptorRetryPolicy(HttpRequest, LoadBalancedRetryPolicy, ServiceInstanceChooser, String) - Constructor for class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
+
+Creates a new retry policy.
+
+invoke() - Method in class org.springframework.cloud.client.actuator.FeaturesEndpoint
+
+invoke() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
+
+invoke() - Method in class org.springframework.cloud.context.restart.RestartEndpoint.PauseEndpoint
+
+invoke() - Method in class org.springframework.cloud.context.restart.RestartEndpoint.ResumeEndpoint
+
+invoke() - Method in class org.springframework.cloud.context.restart.RestartMvcEndpoint
+
+invoke() - Method in class org.springframework.cloud.endpoint.GenericPostableMvcEndpoint
+
+invoke() - Method in class org.springframework.cloud.endpoint.RefreshEndpoint
+
+isAllowOverride() - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
+
+isAutoStartup() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+isDifferent(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
+
+isDisabled(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
+
+isEnabled() - Method in class org.springframework.cloud.client.circuitbreaker.EnableCircuitBreakerImportSelector
+
+isEnabled() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+isEnabled() - Method in class org.springframework.cloud.client.discovery.EnableDiscoveryClientImportSelector
+
+isEnabled() - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerRetryProperties
+
+Returns true if the load balancer should retry failed requests.
+
+isEnabled() - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
+
+isFailFast() - Method in class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties
+
+isFailOnError() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
+
+isOverrideNone() - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
+
+isOverrideSystemProperties() - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
+
+isRunning() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+isRunning() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
+
+isSame(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
+
+isSecure() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
+
+isSecure() - Method in interface org.springframework.cloud.client.ServiceInstance
+
+isSensitive() - Method in class org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint
+
+isSensitive() - Method in class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
+
+isStrong() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.Rsa
+
+
+
+
+
+
K
+
+KeyCondition() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.KeyCondition
+
+KeyFormatException - Exception in org.springframework.cloud.context.encrypt
+
+KeyFormatException() - Constructor for exception org.springframework.cloud.context.encrypt.KeyFormatException
+
+KeyProperties - Class in org.springframework.cloud.bootstrap.encrypt
+
+KeyProperties() - Constructor for class org.springframework.cloud.bootstrap.encrypt.KeyProperties
+
+KeyProperties.KeyStore - Class in org.springframework.cloud.bootstrap.encrypt
+
+KeyProperties.Rsa - Class in org.springframework.cloud.bootstrap.encrypt
+
+KeyStore() - Constructor for class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
+
+
+
+
+
+
L
+
+LifecycleMvcEndpointAutoConfiguration - Class in org.springframework.cloud.autoconfigure
+
+Autoconfiguration for some MVC endpoints governing the application context lifecycle.
+
+LifecycleMvcEndpointAutoConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
+
+LoadBalanced - Annotation Type in org.springframework.cloud.client.loadbalancer
+
+Annotation to mark a RestTemplate bean to be configured to use a LoadBalancerClient
+
+loadBalancedRestTemplateInitializer(List<RestTemplateCustomizer>) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration
+
+LoadBalancedRetryContext - Class in org.springframework.cloud.client.loadbalancer
+
+RetryContext for load balanced retries.
+
+LoadBalancedRetryContext(RetryContext, HttpRequest) - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryContext
+
+Creates a new load balanced context.
+
+LoadBalancedRetryPolicy - Interface in org.springframework.cloud.client.loadbalancer
+
+
+
+LoadBalancedRetryPolicyFactory - Interface in org.springframework.cloud.client.loadbalancer
+
+
+
+LoadBalancedRetryPolicyFactory.NeverRetryFactory - Class in org.springframework.cloud.client.loadbalancer
+
+LoadBalancerAutoConfiguration - Class in org.springframework.cloud.client.loadbalancer
+
+Auto configuration for Ribbon (client side load balancing).
+
+LoadBalancerAutoConfiguration() - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration
+
+LoadBalancerClient - Interface in org.springframework.cloud.client.loadbalancer
+
+Represents a client side load balancer
+
+LoadBalancerInterceptor - Class in org.springframework.cloud.client.loadbalancer
+
+LoadBalancerInterceptor(LoadBalancerClient, LoadBalancerRequestFactory) - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor
+
+LoadBalancerInterceptor(LoadBalancerClient) - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor
+
+LoadBalancerRequest <T > - Interface in org.springframework.cloud.client.loadbalancer
+
+Simple interface used by LoadBalancerClient to apply metrics or pre and post
+ actions around load balancer requests.
+
+loadBalancerRequestFactory(LoadBalancerClient) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration
+
+LoadBalancerRequestFactory - Class in org.springframework.cloud.client.loadbalancer
+
+
+
+LoadBalancerRequestFactory(LoadBalancerClient, List<LoadBalancerRequestTransformer>) - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerRequestFactory
+
+LoadBalancerRequestFactory(LoadBalancerClient) - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerRequestFactory
+
+LoadBalancerRequestTransformer - Interface in org.springframework.cloud.client.loadbalancer
+
+Allows applications to transform the load balanced
HttpRequest given
+ the chosen
ServiceInstance
+
+LoadBalancerRetryProperties - Class in org.springframework.cloud.client.loadbalancer
+
+
+
+LoadBalancerRetryProperties() - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerRetryProperties
+
+locate(Environment) - Method in interface org.springframework.cloud.bootstrap.config.PropertySourceLocator
+
+loggingRebinder() - Static method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
+
+LoggingRebinder - Class in org.springframework.cloud.logging
+
+
+
+LoggingRebinder() - Constructor for class org.springframework.cloud.logging.LoggingRebinder
+
+LoggingSystemShutdownListener - Class in org.springframework.cloud.bootstrap
+
+Cleans up the logging system immediately after the bootstrap context is created on
+ startup.
+
+LoggingSystemShutdownListener() - Constructor for class org.springframework.cloud.bootstrap.LoggingSystemShutdownListener
+
+
+
+
+
+
M
+
+ManagementServerPortUtils - Class in org.springframework.cloud.client.discovery
+
+ManagementServerPortUtils() - Constructor for class org.springframework.cloud.client.discovery.ManagementServerPortUtils
+
+ManagementServerPortUtils.ManagementServerPort - Enum in org.springframework.cloud.client.discovery
+
+
+
+
+
+
N
+
+NamedContextFactory <C extends NamedContextFactory.Specification > - Class in org.springframework.cloud.context.named
+
+Creates a set of child contexts that allows a set of Specifications to define the beans
+ in each child context.
+
+NamedContextFactory(Class<?>, String, String) - Constructor for class org.springframework.cloud.context.named.NamedContextFactory
+
+NamedContextFactory.Specification - Interface in org.springframework.cloud.context.named
+
+namedFeature(String, Class<?>) - Static method in class org.springframework.cloud.client.actuator.HasFeatures
+
+NamedFeature - Class in org.springframework.cloud.client.actuator
+
+NamedFeature() - Constructor for class org.springframework.cloud.client.actuator.NamedFeature
+
+namedFeatures(NamedFeature...) - Static method in class org.springframework.cloud.client.actuator.HasFeatures
+
+namedFeatures(String, Class<?>, String, Class<?>) - Static method in class org.springframework.cloud.client.actuator.HasFeatures
+
+NeverRetryFactory() - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicyFactory.NeverRetryFactory
+
+NoopDiscoveryClient - Class in org.springframework.cloud.client.discovery.noop
+
+
+
+NoopDiscoveryClient(ServiceInstance) - Constructor for class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
+
+Deprecated.
+
+NoopDiscoveryClientAutoConfiguration - Class in org.springframework.cloud.client.discovery.noop
+
+
+
+NoopDiscoveryClientAutoConfiguration() - Constructor for class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
+
+Deprecated.
+
+NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration - Class in org.springframework.cloud.client.discovery.noop
+
+Deprecated.
+
+
+
+
+
+
O
+
+onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
+
+onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.cloud.bootstrap.LoggingSystemShutdownListener
+
+onApplicationEvent(EmbeddedServletContainerInitializedEvent) - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+onApplicationEvent(InstanceRegisteredEvent<?>) - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
+
+onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
+
+Deprecated.
+
+onApplicationEvent(EnvironmentChangeEvent) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
+
+onApplicationEvent(ApplicationPreparedEvent) - Method in class org.springframework.cloud.context.restart.RestartEndpoint
+
+onApplicationEvent(ApplicationEvent) - Method in class org.springframework.cloud.context.restart.RestartListener
+
+onApplicationEvent(EnvironmentChangeEvent) - Method in class org.springframework.cloud.logging.LoggingRebinder
+
+open(RetryContext) - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
+
+org.springframework.cloud.autoconfigure - package org.springframework.cloud.autoconfigure
+
+org.springframework.cloud.bootstrap - package org.springframework.cloud.bootstrap
+
+org.springframework.cloud.bootstrap.config - package org.springframework.cloud.bootstrap.config
+
+org.springframework.cloud.bootstrap.encrypt - package org.springframework.cloud.bootstrap.encrypt
+
+org.springframework.cloud.client - package org.springframework.cloud.client
+
+org.springframework.cloud.client.actuator - package org.springframework.cloud.client.actuator
+
+org.springframework.cloud.client.circuitbreaker - package org.springframework.cloud.client.circuitbreaker
+
+org.springframework.cloud.client.discovery - package org.springframework.cloud.client.discovery
+
+org.springframework.cloud.client.discovery.event - package org.springframework.cloud.client.discovery.event
+
+org.springframework.cloud.client.discovery.health - package org.springframework.cloud.client.discovery.health
+
+org.springframework.cloud.client.discovery.noop - package org.springframework.cloud.client.discovery.noop
+
+org.springframework.cloud.client.discovery.simple - package org.springframework.cloud.client.discovery.simple
+
+org.springframework.cloud.client.hypermedia - package org.springframework.cloud.client.hypermedia
+
+org.springframework.cloud.client.loadbalancer - package org.springframework.cloud.client.loadbalancer
+
+org.springframework.cloud.client.serviceregistry - package org.springframework.cloud.client.serviceregistry
+
+org.springframework.cloud.client.serviceregistry.endpoint - package org.springframework.cloud.client.serviceregistry.endpoint
+
+org.springframework.cloud.commons.util - package org.springframework.cloud.commons.util
+
+org.springframework.cloud.context.config - package org.springframework.cloud.context.config
+
+org.springframework.cloud.context.config.annotation - package org.springframework.cloud.context.config.annotation
+
+org.springframework.cloud.context.encrypt - package org.springframework.cloud.context.encrypt
+
+org.springframework.cloud.context.environment - package org.springframework.cloud.context.environment
+
+org.springframework.cloud.context.named - package org.springframework.cloud.context.named
+
+org.springframework.cloud.context.properties - package org.springframework.cloud.context.properties
+
+org.springframework.cloud.context.refresh - package org.springframework.cloud.context.refresh
+
+org.springframework.cloud.context.restart - package org.springframework.cloud.context.restart
+
+org.springframework.cloud.context.scope - package org.springframework.cloud.context.scope
+
+org.springframework.cloud.context.scope.refresh - package org.springframework.cloud.context.scope.refresh
+
+org.springframework.cloud.context.scope.thread - package org.springframework.cloud.context.scope.thread
+
+org.springframework.cloud.endpoint - package org.springframework.cloud.endpoint
+
+org.springframework.cloud.endpoint.event - package org.springframework.cloud.endpoint.event
+
+org.springframework.cloud.health - package org.springframework.cloud.health
+
+org.springframework.cloud.logging - package org.springframework.cloud.logging
+
+override - Variable in class org.springframework.cloud.commons.util.InetUtils.HostInfo
+
+
+
+
+
+
P
+
+ParentHeartbeatEvent - Class in org.springframework.cloud.client.discovery.event
+
+Heartbeat Event that a Parent ApplicationContext can send to a child Context.
+
+ParentHeartbeatEvent(Object, Object) - Constructor for class org.springframework.cloud.client.discovery.event.ParentHeartbeatEvent
+
+pause() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
+
+pauseEndpoint(RestartEndpoint) - Method in class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration
+
+PauseEndpoint() - Constructor for class org.springframework.cloud.context.restart.RestartEndpoint.PauseEndpoint
+
+pauseMvcEndpoint(RestartEndpoint.PauseEndpoint) - Method in class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
+
+portFinder(ApplicationContext) - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration
+
+Deprecated.
+
+postProcessAfterInitialization(Object, String) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesBeans
+
+postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshScopeConfiguration
+
+postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
+
+postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshScopeConfiguration
+
+postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.cloud.context.scope.GenericScope
+
+postProcessBeforeInitialization(Object, String) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesBeans
+
+postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.client.HostInfoEnvironmentPostProcessor
+
+PREFIX - Static variable in class org.springframework.cloud.commons.util.InetUtilsProperties
+
+PropertySourceBootstrapConfiguration - Class in org.springframework.cloud.bootstrap.config
+
+PropertySourceBootstrapConfiguration() - Constructor for class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
+
+PropertySourceBootstrapProperties - Class in org.springframework.cloud.bootstrap.config
+
+PropertySourceBootstrapProperties() - Constructor for class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
+
+PropertySourceLocator - Interface in org.springframework.cloud.bootstrap.config
+
+Strategy for locating (possibly remote) property sources for the Environment.
+
+put(String, Object) - Method in interface org.springframework.cloud.context.scope.ScopeCache
+
+Put a value in the cache if the key is not already used.
+
+put(String, Object) - Method in class org.springframework.cloud.context.scope.StandardScopeCache
+
+put(String, Object) - Method in class org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache
+
+
+
+
+
+
R
+
+rebind() - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
+
+rebind(String) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
+
+reconstructURI(ServiceInstance, URI) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerClient
+
+Create a proper URI with a real host and port for systems to utilize.
+
+Refresh() - Constructor for class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh
+
+refresh() - Method in class org.springframework.cloud.context.refresh.ContextRefresher
+
+refresh(String) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
+
+refresh() - Method in class org.springframework.cloud.endpoint.RefreshEndpoint
+
+refreshAll() - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
+
+RefreshAutoConfiguration - Class in org.springframework.cloud.autoconfigure
+
+Autoconfiguration for the refresh scope and associated features to do with changes in
+ the Environment (e.g.
+
+RefreshAutoConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
+
+RefreshAutoConfiguration.RefreshScopeConfiguration - Class in org.springframework.cloud.autoconfigure
+
+refreshEndpoint(ContextRefresher) - Method in class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration
+
+RefreshEndpoint - Class in org.springframework.cloud.endpoint
+
+RefreshEndpoint(ContextRefresher) - Constructor for class org.springframework.cloud.endpoint.RefreshEndpoint
+
+RefreshEndpointAutoConfiguration - Class in org.springframework.cloud.autoconfigure
+
+RefreshEndpointAutoConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration
+
+RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration - Class in org.springframework.cloud.autoconfigure
+
+RefreshEndpointAutoConfiguration.RestartEndpointWithIntegration - Class in org.springframework.cloud.autoconfigure
+
+RefreshEndpointAutoConfiguration.RestartEndpointWithoutIntegration - Class in org.springframework.cloud.autoconfigure
+
+RefreshEndpointConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration
+
+RefreshEvent - Class in org.springframework.cloud.endpoint.event
+
+
+
+RefreshEvent(Object, Object, String) - Constructor for class org.springframework.cloud.endpoint.event.RefreshEvent
+
+refreshEventListener(ContextRefresher) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
+
+RefreshEventListener - Class in org.springframework.cloud.endpoint.event
+
+
+
+RefreshEventListener(ContextRefresher) - Constructor for class org.springframework.cloud.endpoint.event.RefreshEventListener
+
+refreshMvcEndpoint(RefreshEndpoint) - Method in class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
+
+RefreshScope - Annotation Type in org.springframework.cloud.context.config.annotation
+
+Convenience annotation to put a
@Bean definition in
+
refresh scope.
+
+RefreshScope - Class in org.springframework.cloud.context.scope.refresh
+
+
+
+RefreshScope() - Constructor for class org.springframework.cloud.context.scope.refresh.RefreshScope
+
+Create a scope instance and give it the default name: "refresh".
+
+RefreshScopeConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshScopeConfiguration
+
+RefreshScopeHealthIndicator - Class in org.springframework.cloud.health
+
+Health indicator for the refresh scope and configuration properties rebinding.
+
+RefreshScopeHealthIndicator(RefreshScope, ConfigurationPropertiesRebinder) - Constructor for class org.springframework.cloud.health.RefreshScopeHealthIndicator
+
+RefreshScopeRefreshedEvent - Class in org.springframework.cloud.context.scope.refresh
+
+RefreshScopeRefreshedEvent() - Constructor for class org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent
+
+RefreshScopeRefreshedEvent(String) - Constructor for class org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent
+
+register() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+Register the local service with the DiscoveryClient
+
+register() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
+
+
+
+register(R) - Method in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry
+
+Register the registration.
+
+registerDestructionCallback(String, Runnable) - Method in class org.springframework.cloud.context.scope.GenericScope
+
+registerManagement() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+Register the local management service with the DiscoveryClient
+
+registerManagement() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
+
+
+
+registerThrowable(RetryContext, Throwable) - Method in class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
+
+registerThrowable(LoadBalancedRetryContext, Throwable) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicy
+
+Called when the execution fails.
+
+Registration - Interface in org.springframework.cloud.client.serviceregistry
+
+
+
+RemoteResource - Interface in org.springframework.cloud.client.hypermedia
+
+A REST resource that can be discovered and can be either gone or available.
+
+RemoteResourceRefresher - Class in org.springframework.cloud.client.hypermedia
+
+A
ScheduledTaskRegistrar that verifies all
DiscoveredResource instances in the system based
+ on the given timing configuration.
+
+RemoteResourceRefresher() - Constructor for class org.springframework.cloud.client.hypermedia.RemoteResourceRefresher
+
+remove(String) - Method in class org.springframework.cloud.context.scope.GenericScope
+
+remove(String) - Method in interface org.springframework.cloud.context.scope.ScopeCache
+
+Remove the object with this name from the cache.
+
+remove(String) - Method in class org.springframework.cloud.context.scope.StandardScopeCache
+
+remove(String) - Method in class org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache
+
+reset() - Method in class org.springframework.cloud.context.environment.EnvironmentManager
+
+reset() - Method in class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
+
+resolveContextualObject(String) - Method in class org.springframework.cloud.context.scope.GenericScope
+
+restart() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
+
+restartEndpoint() - Method in class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RestartEndpointWithIntegration
+
+restartEndpoint() - Method in class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RestartEndpointWithoutIntegration
+
+RestartEndpoint - Class in org.springframework.cloud.context.restart
+
+An endpoint that restarts the application context.
+
+RestartEndpoint() - Constructor for class org.springframework.cloud.context.restart.RestartEndpoint
+
+RestartEndpoint.PauseEndpoint - Class in org.springframework.cloud.context.restart
+
+RestartEndpoint.ResumeEndpoint - Class in org.springframework.cloud.context.restart
+
+RestartEndpointWithIntegration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RestartEndpointWithIntegration
+
+RestartEndpointWithoutIntegration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RestartEndpointWithoutIntegration
+
+RestartListener - Class in org.springframework.cloud.context.restart
+
+A listener that stores enough information about an application as it starts, to be able
+ to restart it later if needed.
+
+RestartListener() - Constructor for class org.springframework.cloud.context.restart.RestartListener
+
+restartMvcEndpoint() - Method in class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
+
+RestartMvcEndpoint - Class in org.springframework.cloud.context.restart
+
+MVC endpoint to allow an application to be restarted on a POST (to /restart by
+ default).
+
+RestartMvcEndpoint(RestartEndpoint) - Constructor for class org.springframework.cloud.context.restart.RestartMvcEndpoint
+
+RestTemplateCustomizer - Interface in org.springframework.cloud.client.loadbalancer
+
+resume() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
+
+resumeEndpoint(RestartEndpoint) - Method in class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration
+
+ResumeEndpoint() - Constructor for class org.springframework.cloud.context.restart.RestartEndpoint.ResumeEndpoint
+
+resumeMvcEndpoint(RestartEndpoint.ResumeEndpoint) - Method in class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
+
+RetryLoadBalancerInterceptor - Class in org.springframework.cloud.client.loadbalancer
+
+RetryLoadBalancerInterceptor(LoadBalancerClient, RetryTemplate, LoadBalancerRetryProperties, LoadBalancedRetryPolicyFactory, LoadBalancerRequestFactory) - Constructor for class org.springframework.cloud.client.loadbalancer.RetryLoadBalancerInterceptor
+
+RetryLoadBalancerInterceptor(LoadBalancerClient, RetryTemplate, LoadBalancerRetryProperties, LoadBalancedRetryPolicyFactory) - Constructor for class org.springframework.cloud.client.loadbalancer.RetryLoadBalancerInterceptor
+
+Rsa() - Constructor for class org.springframework.cloud.bootstrap.encrypt.KeyProperties.Rsa
+
+RsaEncryptionConfiguration() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.RsaEncryptionConfiguration
+
+
+
+
+
+
S
+
+ScopeCache - Interface in org.springframework.cloud.context.scope
+
+A special purpose cache interface specifically for the
GenericScope to use to manage cached bean instances.
+
+SCOPED_TARGET_PREFIX - Static variable in class org.springframework.cloud.context.scope.GenericScope
+
+selectImports(AnnotationMetadata) - Method in class org.springframework.cloud.client.discovery.EnableDiscoveryClientImportSelector
+
+selectImports(AnnotationMetadata) - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
+
+ServiceInstance - Interface in org.springframework.cloud.client
+
+Represents an instance of a Service in a Discovery System
+
+ServiceInstanceChooser - Interface in org.springframework.cloud.client.loadbalancer
+
+Implemented by classes which use a load balancer to choose a server to
+ send a request to.
+
+ServiceInstanceProvider - Interface in org.springframework.cloud.client.hypermedia
+
+A component that will provide a
ServiceInstance or can express the absence of one by returning
+ null.
+
+ServiceRegistry <R extends Registration > - Interface in org.springframework.cloud.client.serviceregistry
+
+Contract to register and deregister instances with a Service Registry.
+
+ServiceRegistryAutoConfiguration - Class in org.springframework.cloud.client.serviceregistry
+
+ServiceRegistryAutoConfiguration() - Constructor for class org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration
+
+ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration - Class in org.springframework.cloud.client.serviceregistry
+
+ServiceRegistryEndpoint - Class in org.springframework.cloud.client.serviceregistry.endpoint
+
+Endpoint to display and set the service instance status using the service registry.
+
+ServiceRegistryEndpoint(ServiceRegistry<?>) - Constructor for class org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint
+
+serviceRegistryEndpoint(ServiceRegistry) - Method in class org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration
+
+ServiceRegistryEndpointConfiguration() - Constructor for class org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration
+
+ServiceRequestWrapper - Class in org.springframework.cloud.client.loadbalancer
+
+ServiceRequestWrapper(HttpRequest, ServiceInstance, LoadBalancerClient) - Constructor for class org.springframework.cloud.client.loadbalancer.ServiceRequestWrapper
+
+setAlgorithm(RsaAlgorithm) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.Rsa
+
+setAlias(String) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
+
+setAllowOverride(boolean) - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
+
+setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration
+
+setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.client.actuator.FeaturesEndpoint
+
+setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.context.named.NamedContextFactory
+
+setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesBeans
+
+setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
+
+setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
+
+setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.cloud.context.environment.EnvironmentManager
+
+setBeanClassLoader(ClassLoader) - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
+
+setBeanLifecycleManager(BeanLifecycleDecorator<?>) - Method in class org.springframework.cloud.context.scope.GenericScope
+
+Helper to manage the creation and destruction of beans.
+
+setBeanMetaDataStore(ConfigurationBeanFactoryMetaData) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesBeans
+
+setConfigurations(List<C>) - Method in class org.springframework.cloud.context.named.NamedContextFactory
+
+setConfiguredPort(int) - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+setEager(boolean) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
+
+Flag to determine whether all beans in refresh scope should be instantiated eagerly
+ on startup.
+
+setEnabled(boolean) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerRetryProperties
+
+Sets whether the load balancer should retry failed request.
+
+setEnvironment(Environment) - Method in class org.springframework.cloud.commons.util.SpringFactoryImportSelector
+
+setEnvironment(Environment) - Method in class org.springframework.cloud.logging.LoggingRebinder
+
+setEnvironmentManager(EnvironmentManager) - Method in class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
+
+setFailFast(boolean) - Method in class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties
+
+setFailOnError(boolean) - Method in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
+
+Strategy to determine how to handle exceptions during decryption.
+
+setFailOnError(boolean) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
+
+setId(String) - Method in class org.springframework.cloud.context.scope.GenericScope
+
+Manual override for the serialization id that will be used to identify the bean
+ factory.
+
+setInstances(Map<String, List<SimpleDiscoveryProperties.SimpleServiceInstance>>) - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties
+
+setIntegrationMBeanExporter(Object) - Method in class org.springframework.cloud.context.restart.RestartEndpoint
+
+setKey(String) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
+
+setKeyStore(KeyProperties.KeyStore) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
+
+setLocation(Resource) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
+
+setLogLevels(LoggingSystem, Environment) - Method in class org.springframework.cloud.logging.LoggingRebinder
+
+setName(String) - Method in class org.springframework.cloud.context.scope.GenericScope
+
+The name of this scope.
+
+setOrder(int) - Method in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
+
+setOrder(int) - Method in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
+
+setOrder(int) - Method in class org.springframework.cloud.bootstrap.LoggingSystemShutdownListener
+
+setOrder(int) - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
+
+setOrder(int) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
+
+setOverrideNone(boolean) - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
+
+setOverrideSystemProperties(boolean) - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
+
+setPassword(String) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
+
+setProperty(String, String) - Method in class org.springframework.cloud.context.environment.EnvironmentManager
+
+setPropertySourceLocators(Collection<PropertySourceLocator>) - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
+
+setProxyTargetClass(boolean) - Method in class org.springframework.cloud.context.scope.GenericScope
+
+Flag to indicate that proxies should be created for the concrete type, not just the
+ interfaces, of the scoped beans.
+
+setRegistration(Registration) - Method in class org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint
+
+setRequest(HttpRequest) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryContext
+
+Sets the request that is being load baalnced.
+
+setRestOperations(RestOperations) - Method in class org.springframework.cloud.client.hypermedia.DiscoveredResource
+
+Configures the RestOperations to use to execute the traversal and verifying HEAD calls.
+
+setSalt(String) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.Rsa
+
+setScopeCache(ScopeCache) - Method in class org.springframework.cloud.context.scope.GenericScope
+
+The cache implementation to use for bean instances in this scope.
+
+setSecret(String) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
+
+setServiceInstance(ServiceInstance) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryContext
+
+Sets the service instance to use during the retry.
+
+setStatus(String) - Method in class org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint
+
+setStatus(R, String) - Method in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry
+
+Sets the status of the registration.
+
+setStrong(boolean) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.Rsa
+
+setTimeout(long) - Method in class org.springframework.cloud.context.restart.RestartEndpoint
+
+setUri(String) - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
+
+shouldRegisterManagement() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+SimpleDiscoveryClient - Class in org.springframework.cloud.client.discovery.simple
+
+A
DiscoveryClient that will use the
+ properties file as a source of service instances
+
+SimpleDiscoveryClient(SimpleDiscoveryProperties) - Constructor for class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClient
+
+simpleDiscoveryClient() - Method in class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration
+
+SimpleDiscoveryClientAutoConfiguration - Class in org.springframework.cloud.client.discovery.simple
+
+Spring Boot Auto-Configuration for Simple Properties based Discovery Client
+
+SimpleDiscoveryClientAutoConfiguration() - Constructor for class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration
+
+SimpleDiscoveryProperties - Class in org.springframework.cloud.client.discovery.simple
+
+Properties to hold the details of a
+
DiscoveryClient service instances
+ for a given service
+
+SimpleDiscoveryProperties() - Constructor for class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties
+
+SimpleDiscoveryProperties.SimpleServiceInstance - Class in org.springframework.cloud.client.discovery.simple
+
+SimpleServiceInstance() - Constructor for class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
+
+SimpleServiceInstance(String) - Constructor for class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
+
+SpringCloudApplication - Annotation Type in org.springframework.cloud.client
+
+SpringFactoryImportSelector <T > - Class in org.springframework.cloud.commons.util
+
+Selects configurations to load defined by the generic type T.
+
+SpringFactoryImportSelector() - Constructor for class org.springframework.cloud.commons.util.SpringFactoryImportSelector
+
+StandardBeanLifecycleDecorator - Class in org.springframework.cloud.context.config
+
+A
BeanLifecycleDecorator that tries to protect against concurrent access to a bean during its own destruction.
+
+StandardBeanLifecycleDecorator(boolean) - Constructor for class org.springframework.cloud.context.config.StandardBeanLifecycleDecorator
+
+StandardScopeCache - Class in org.springframework.cloud.context.scope
+
+A simple cache implementation backed by a concurrent map.
+
+StandardScopeCache() - Constructor for class org.springframework.cloud.context.scope.StandardScopeCache
+
+start() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+start(ContextRefreshedEvent) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
+
+StaticServiceInstanceProvider - Class in org.springframework.cloud.client.hypermedia
+
+
+
+StaticServiceInstanceProvider() - Constructor for class org.springframework.cloud.client.hypermedia.StaticServiceInstanceProvider
+
+stop(Runnable) - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+stop() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+Deprecated.
+
+stop() - Method in class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
+
+supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.cloud.context.restart.RestartListener
+
+supportsSourceType(Class<?>) - Method in class org.springframework.cloud.context.restart.RestartListener
+
+
+
+
+
+
T
+
+textEncryptor() - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.RsaEncryptionConfiguration
+
+textEncryptor() - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration
+
+ThreadLocalScopeCache - Class in org.springframework.cloud.context.scope.thread
+
+ThreadLocalScopeCache() - Constructor for class org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache
+
+ThreadScope - Class in org.springframework.cloud.context.scope.thread
+
+ThreadScope() - Constructor for class org.springframework.cloud.context.scope.thread.ThreadScope
+
+Create a scope instance and give it the default name: "thread".
+
+transformRequest(HttpRequest, ServiceInstance) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerRequestTransformer
+
+TraversalDefinition - Interface in org.springframework.cloud.client.hypermedia
+
+Callback to define the traversal to a resource.
+
+
+
+
+
+
U
+
+update(Object) - Method in class org.springframework.cloud.client.discovery.event.HeartbeatMonitor
+
+UtilAutoConfiguration - Class in org.springframework.cloud.commons.util
+
+UtilAutoConfiguration() - Constructor for class org.springframework.cloud.commons.util.UtilAutoConfiguration
+
+
+
+
+
+
V
+
+value(Map<String, String>) - Method in class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
+
+valueOf(String) - Static method in enum org.springframework.cloud.client.discovery.ManagementServerPortUtils.ManagementServerPort
+
+Returns the enum constant of this type with the specified name.
+
+values() - Static method in enum org.springframework.cloud.client.discovery.ManagementServerPortUtils.ManagementServerPort
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+VanillaEncryptionConfiguration() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration
+
+verifyOrDiscover() - Method in class org.springframework.cloud.client.hypermedia.DiscoveredResource
+
+Verifies the link to the current
+
+verifyOrDiscover() - Method in interface org.springframework.cloud.client.hypermedia.RemoteResource
+
+Discovers the the resource in case it hasn't been yet or became unavailable.
+
+
+
A B C D E F G H I K L M N O P R S T U V
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/index.html b/target/apidocs/index.html
new file mode 100644
index 00000000..bc1bb233
--- /dev/null
+++ b/target/apidocs/index.html
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+Frame Alert
+This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to Non-frame version .
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/ConfigurationPropertiesRebinderAutoConfiguration.html b/target/apidocs/org/springframework/cloud/autoconfigure/ConfigurationPropertiesRebinderAutoConfiguration.html
new file mode 100644
index 00000000..ebe0fdc9
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/ConfigurationPropertiesRebinderAutoConfiguration.html
@@ -0,0 +1,333 @@
+
+
+
+
+
+
+ConfigurationPropertiesRebinderAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.springframework.beans.factory.Aware, org.springframework.beans.factory.SmartInitializingSingleton, org.springframework.context.ApplicationContextAware
+
+
+
+@Configuration
+ @ConditionalOnBean(value=org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.class)
+public class ConfigurationPropertiesRebinderAutoConfiguration
+extends Object
+implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.SmartInitializingSingleton
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/LifecycleMvcEndpointAutoConfiguration.html b/target/apidocs/org/springframework/cloud/autoconfigure/LifecycleMvcEndpointAutoConfiguration.html
new file mode 100644
index 00000000..bbced78e
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/LifecycleMvcEndpointAutoConfiguration.html
@@ -0,0 +1,349 @@
+
+
+
+
+
+
+LifecycleMvcEndpointAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
+
+
+
+
+
+
+
+
+@Configuration
+ @ConditionalOnClass(value=org.springframework.boot.actuate.endpoint.EnvironmentEndpoint.class)
+ @ConditionalOnWebApplication
+ @ConditionalOnBean(value=RestartEndpoint.class )
+public class LifecycleMvcEndpointAutoConfiguration
+extends Object
+Autoconfiguration for some MVC endpoints governing the application context lifecycle.
+ Provides restart, pause, resume, refresh (environment) and environment update
+ endpoints.
+
+Author:
+Dave Syer
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+environmentManagerEndpoint
+@Bean
+ @ConditionalOnBean(value=org.springframework.boot.actuate.endpoint.EnvironmentEndpoint.class)
+ @ConditionalOnProperty(value="endpoints.env.post.enabled",
+ matchIfMissing=true)
+public EnvironmentManagerMvcEndpoint environmentManagerEndpoint(org.springframework.boot.actuate.endpoint.EnvironmentEndpoint delegate,
+ EnvironmentManager environment)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/RefreshAutoConfiguration.RefreshScopeConfiguration.html b/target/apidocs/org/springframework/cloud/autoconfigure/RefreshAutoConfiguration.RefreshScopeConfiguration.html
new file mode 100644
index 00000000..4de59e1f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/RefreshAutoConfiguration.RefreshScopeConfiguration.html
@@ -0,0 +1,313 @@
+
+
+
+
+
+
+RefreshAutoConfiguration.RefreshScopeConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshScopeConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/RefreshAutoConfiguration.html b/target/apidocs/org/springframework/cloud/autoconfigure/RefreshAutoConfiguration.html
new file mode 100644
index 00000000..4ca1cb39
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/RefreshAutoConfiguration.html
@@ -0,0 +1,348 @@
+
+
+
+
+
+
+RefreshAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
+
+
+
+
+
+
+
+
+@Configuration
+ @ConditionalOnClass(value=RefreshScope.class )
+public class RefreshAutoConfiguration
+extends Object
+Autoconfiguration for the refresh scope and associated features to do with changes in
+ the Environment (e.g. rebinding logger levels).
+
+Author:
+Dave Syer, Venil Noronha
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration.html b/target/apidocs/org/springframework/cloud/autoconfigure/RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration.html
new file mode 100644
index 00000000..9762a229
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration.html
@@ -0,0 +1,285 @@
+
+
+
+
+
+
+RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/RefreshEndpointAutoConfiguration.RestartEndpointWithIntegration.html b/target/apidocs/org/springframework/cloud/autoconfigure/RefreshEndpointAutoConfiguration.RestartEndpointWithIntegration.html
new file mode 100644
index 00000000..b711810a
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/RefreshEndpointAutoConfiguration.RestartEndpointWithIntegration.html
@@ -0,0 +1,282 @@
+
+
+
+
+
+
+RefreshEndpointAutoConfiguration.RestartEndpointWithIntegration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RestartEndpointWithIntegration
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/RefreshEndpointAutoConfiguration.RestartEndpointWithoutIntegration.html b/target/apidocs/org/springframework/cloud/autoconfigure/RefreshEndpointAutoConfiguration.RestartEndpointWithoutIntegration.html
new file mode 100644
index 00000000..7fb40ab1
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/RefreshEndpointAutoConfiguration.RestartEndpointWithoutIntegration.html
@@ -0,0 +1,282 @@
+
+
+
+
+
+
+RefreshEndpointAutoConfiguration.RestartEndpointWithoutIntegration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RestartEndpointWithoutIntegration
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/RefreshEndpointAutoConfiguration.html b/target/apidocs/org/springframework/cloud/autoconfigure/RefreshEndpointAutoConfiguration.html
new file mode 100644
index 00000000..d7817246
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/RefreshEndpointAutoConfiguration.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+RefreshEndpointAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/class-use/ConfigurationPropertiesRebinderAutoConfiguration.html b/target/apidocs/org/springframework/cloud/autoconfigure/class-use/ConfigurationPropertiesRebinderAutoConfiguration.html
new file mode 100644
index 00000000..aca43eb7
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/class-use/ConfigurationPropertiesRebinderAutoConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/class-use/LifecycleMvcEndpointAutoConfiguration.html b/target/apidocs/org/springframework/cloud/autoconfigure/class-use/LifecycleMvcEndpointAutoConfiguration.html
new file mode 100644
index 00000000..fad27742
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/class-use/LifecycleMvcEndpointAutoConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshAutoConfiguration.RefreshScopeConfiguration.html b/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshAutoConfiguration.RefreshScopeConfiguration.html
new file mode 100644
index 00000000..40cfaa0e
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshAutoConfiguration.RefreshScopeConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshScopeConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshScopeConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshAutoConfiguration.html b/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshAutoConfiguration.html
new file mode 100644
index 00000000..8b3e48b8
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshAutoConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration.html b/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration.html
new file mode 100644
index 00000000..5b17d31e
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshEndpointAutoConfiguration.RestartEndpointWithIntegration.html b/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshEndpointAutoConfiguration.RestartEndpointWithIntegration.html
new file mode 100644
index 00000000..2a754c17
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshEndpointAutoConfiguration.RestartEndpointWithIntegration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RestartEndpointWithIntegration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RestartEndpointWithIntegration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshEndpointAutoConfiguration.RestartEndpointWithoutIntegration.html b/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshEndpointAutoConfiguration.RestartEndpointWithoutIntegration.html
new file mode 100644
index 00000000..8373e80e
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshEndpointAutoConfiguration.RestartEndpointWithoutIntegration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RestartEndpointWithoutIntegration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RestartEndpointWithoutIntegration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshEndpointAutoConfiguration.html b/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshEndpointAutoConfiguration.html
new file mode 100644
index 00000000..71551587
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/class-use/RefreshEndpointAutoConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/package-frame.html b/target/apidocs/org/springframework/cloud/autoconfigure/package-frame.html
new file mode 100644
index 00000000..0af49535
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/package-frame.html
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+org.springframework.cloud.autoconfigure (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/package-summary.html b/target/apidocs/org/springframework/cloud/autoconfigure/package-summary.html
new file mode 100644
index 00000000..72953176
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/package-summary.html
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+org.springframework.cloud.autoconfigure (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/package-tree.html b/target/apidocs/org/springframework/cloud/autoconfigure/package-tree.html
new file mode 100644
index 00000000..0083a4d7
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/package-tree.html
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+org.springframework.cloud.autoconfigure Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/autoconfigure/package-use.html b/target/apidocs/org/springframework/cloud/autoconfigure/package-use.html
new file mode 100644
index 00000000..403a16ce
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/autoconfigure/package-use.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.autoconfigure (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.autoconfigure
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/BootstrapApplicationListener.html b/target/apidocs/org/springframework/cloud/bootstrap/BootstrapApplicationListener.html
new file mode 100644
index 00000000..09710436
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/BootstrapApplicationListener.html
@@ -0,0 +1,403 @@
+
+
+
+
+
+
+BootstrapApplicationListener (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.bootstrap.BootstrapApplicationListener
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+
+Fields inherited from interface org.springframework.core.Ordered
+HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+getOrder
+public int getOrder()
+
+Specified by:
+getOrder in interface org.springframework.core.Ordered
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/BootstrapConfiguration.html b/target/apidocs/org/springframework/cloud/bootstrap/BootstrapConfiguration.html
new file mode 100644
index 00000000..e8e9227b
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/BootstrapConfiguration.html
@@ -0,0 +1,229 @@
+
+
+
+
+
+
+BootstrapConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Field |
+Required |
+Optional
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+@Target (value =TYPE )
+ @Retention (value =RUNTIME )
+ @Documented
+public @interface BootstrapConfiguration
+A marker interface used as a key in META-INF/spring.factories. Entries in
+ the factories file are used to create the bootstrap application context.
+
+Author:
+Dave Syer
+
+
+
+
+
+
+
+
+
+
+
+
+Optional Element Summary
+
+Optional Elements
+
+Modifier and Type
+Optional Element and Description
+
+
+Class <?>[]
+exclude
+Exclude specific auto-configuration classes such that they will never be applied.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Element Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Field |
+Required |
+Optional
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/LoggingSystemShutdownListener.html b/target/apidocs/org/springframework/cloud/bootstrap/LoggingSystemShutdownListener.html
new file mode 100644
index 00000000..1ea245fe
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/LoggingSystemShutdownListener.html
@@ -0,0 +1,367 @@
+
+
+
+
+
+
+LoggingSystemShutdownListener (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.bootstrap.LoggingSystemShutdownListener
+
+
+
+
+
+
+
+All Implemented Interfaces:
+EventListener , org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>, org.springframework.core.Ordered
+
+
+
+public class LoggingSystemShutdownListener
+extends Object
+implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>, org.springframework.core.Ordered
+Cleans up the logging system immediately after the bootstrap context is created on
+ startup. Logging will go dark until the ConfigFileApplicationListener fires, but this
+ is the price we pay for that listener being able to adjust the log levels according to
+ what it finds in its own configuration.
+
+Author:
+Dave Syer
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static int
+DEFAULT_ORDER
+
+
+
+
+
+
+Fields inherited from interface org.springframework.core.Ordered
+HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Detail
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+getOrder
+public int getOrder()
+
+Specified by:
+getOrder in interface org.springframework.core.Ordered
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/class-use/BootstrapApplicationListener.html b/target/apidocs/org/springframework/cloud/bootstrap/class-use/BootstrapApplicationListener.html
new file mode 100644
index 00000000..8d27d2ec
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/class-use/BootstrapApplicationListener.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.bootstrap.BootstrapApplicationListener (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.bootstrap.BootstrapApplicationListener
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/class-use/BootstrapConfiguration.html b/target/apidocs/org/springframework/cloud/bootstrap/class-use/BootstrapConfiguration.html
new file mode 100644
index 00000000..6c70695e
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/class-use/BootstrapConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.bootstrap.BootstrapConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.bootstrap.BootstrapConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/class-use/LoggingSystemShutdownListener.html b/target/apidocs/org/springframework/cloud/bootstrap/class-use/LoggingSystemShutdownListener.html
new file mode 100644
index 00000000..b1d49cae
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/class-use/LoggingSystemShutdownListener.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.bootstrap.LoggingSystemShutdownListener (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.bootstrap.LoggingSystemShutdownListener
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/config/PropertySourceBootstrapConfiguration.html b/target/apidocs/org/springframework/cloud/bootstrap/config/PropertySourceBootstrapConfiguration.html
new file mode 100644
index 00000000..5d719c65
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/config/PropertySourceBootstrapConfiguration.html
@@ -0,0 +1,365 @@
+
+
+
+
+
+
+PropertySourceBootstrapConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>, org.springframework.core.Ordered
+
+
+
+@Configuration
+ @EnableConfigurationProperties(value=PropertySourceBootstrapProperties.class )
+public class PropertySourceBootstrapConfiguration
+extends Object
+implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>, org.springframework.core.Ordered
+
+Author:
+Dave Syer
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+
+Fields inherited from interface org.springframework.core.Ordered
+HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Detail
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getOrder
+public int getOrder()
+
+Specified by:
+getOrder in interface org.springframework.core.Ordered
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/config/PropertySourceBootstrapProperties.html b/target/apidocs/org/springframework/cloud/bootstrap/config/PropertySourceBootstrapProperties.html
new file mode 100644
index 00000000..9f8cf30e
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/config/PropertySourceBootstrapProperties.html
@@ -0,0 +1,339 @@
+
+
+
+
+
+
+PropertySourceBootstrapProperties (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/config/PropertySourceLocator.html b/target/apidocs/org/springframework/cloud/bootstrap/config/PropertySourceLocator.html
new file mode 100644
index 00000000..624f4b6c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/config/PropertySourceLocator.html
@@ -0,0 +1,238 @@
+
+
+
+
+
+
+PropertySourceLocator (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+public interface PropertySourceLocator
+Strategy for locating (possibly remote) property sources for the Environment.
+ Implementations should not fail unless they intend to prevent the application from
+ starting.
+
+Author:
+Dave Syer
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Abstract Methods
+
+Modifier and Type
+Method and Description
+
+
+org.springframework.core.env.PropertySource<?>
+locate (org.springframework.core.env.Environment environment)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/config/class-use/PropertySourceBootstrapConfiguration.html b/target/apidocs/org/springframework/cloud/bootstrap/config/class-use/PropertySourceBootstrapConfiguration.html
new file mode 100644
index 00000000..de3f4c8f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/config/class-use/PropertySourceBootstrapConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/config/class-use/PropertySourceBootstrapProperties.html b/target/apidocs/org/springframework/cloud/bootstrap/config/class-use/PropertySourceBootstrapProperties.html
new file mode 100644
index 00000000..d1aaf28c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/config/class-use/PropertySourceBootstrapProperties.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/config/class-use/PropertySourceLocator.html b/target/apidocs/org/springframework/cloud/bootstrap/config/class-use/PropertySourceLocator.html
new file mode 100644
index 00000000..184a1a72
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/config/class-use/PropertySourceLocator.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.bootstrap.config.PropertySourceLocator (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/config/package-frame.html b/target/apidocs/org/springframework/cloud/bootstrap/config/package-frame.html
new file mode 100644
index 00000000..3b663447
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/config/package-frame.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+org.springframework.cloud.bootstrap.config (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
Interfaces
+
+
Classes
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/config/package-summary.html b/target/apidocs/org/springframework/cloud/bootstrap/config/package-summary.html
new file mode 100644
index 00000000..88a27db1
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/config/package-summary.html
@@ -0,0 +1,165 @@
+
+
+
+
+
+
+org.springframework.cloud.bootstrap.config (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Interface Summary
+
+Interface
+Description
+
+
+
+PropertySourceLocator
+
+Strategy for locating (possibly remote) property sources for the Environment.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/config/package-tree.html b/target/apidocs/org/springframework/cloud/bootstrap/config/package-tree.html
new file mode 100644
index 00000000..5d7506df
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/config/package-tree.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+org.springframework.cloud.bootstrap.config Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+
Interface Hierarchy
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/config/package-use.html b/target/apidocs/org/springframework/cloud/bootstrap/config/package-use.html
new file mode 100644
index 00000000..b8a273c0
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/config/package-use.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.bootstrap.config (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfiguration.FailsafeTextEncryptor.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfiguration.FailsafeTextEncryptor.html
new file mode 100644
index 00000000..2e84dba0
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfiguration.FailsafeTextEncryptor.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+EncryptionBootstrapConfiguration.FailsafeTextEncryptor (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.FailsafeTextEncryptor
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.springframework.security.crypto.encrypt.TextEncryptor
+
+
+Enclosing class:
+EncryptionBootstrapConfiguration
+
+
+
+protected static class EncryptionBootstrapConfiguration.FailsafeTextEncryptor
+extends Object
+implements org.springframework.security.crypto.encrypt.TextEncryptor
+TextEncryptor that just fails, so that users don't get a false sense of security
+ adding ciphers to config files and not getting them decrypted.
+
+Author:
+Dave Syer
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfiguration.KeyCondition.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfiguration.KeyCondition.html
new file mode 100644
index 00000000..fe2c85d7
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfiguration.KeyCondition.html
@@ -0,0 +1,299 @@
+
+
+
+
+
+
+EncryptionBootstrapConfiguration.KeyCondition (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.boot.autoconfigure.condition.SpringBootCondition
+
+
+org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.KeyCondition
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+KeyCondition ()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Concrete Methods
+
+Modifier and Type
+Method and Description
+
+
+org.springframework.boot.autoconfigure.condition.ConditionOutcome
+getMatchOutcome (org.springframework.context.annotation.ConditionContext context,
+ org.springframework.core.type.AnnotatedTypeMetadata metadata)
+
+
+
+
+
+
+Methods inherited from class org.springframework.boot.autoconfigure.condition.SpringBootCondition
+anyMatches, logOutcome, matches, matches
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+KeyCondition
+public KeyCondition()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfiguration.RsaEncryptionConfiguration.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfiguration.RsaEncryptionConfiguration.html
new file mode 100644
index 00000000..32725173
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfiguration.RsaEncryptionConfiguration.html
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+EncryptionBootstrapConfiguration.RsaEncryptionConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.RsaEncryptionConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration.html
new file mode 100644
index 00000000..77c1309f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration.html
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfiguration.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfiguration.html
new file mode 100644
index 00000000..ca4e1f83
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EncryptionBootstrapConfiguration.html
@@ -0,0 +1,315 @@
+
+
+
+
+
+
+EncryptionBootstrapConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EnvironmentDecryptApplicationInitializer.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EnvironmentDecryptApplicationInitializer.html
new file mode 100644
index 00000000..b8040b65
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/EnvironmentDecryptApplicationInitializer.html
@@ -0,0 +1,415 @@
+
+
+
+
+
+
+EnvironmentDecryptApplicationInitializer (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>, org.springframework.core.Ordered
+
+
+
+public class EnvironmentDecryptApplicationInitializer
+extends Object
+implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>, org.springframework.core.Ordered
+Decrypt properties from the environment and insert them with high priority so they
+ override the encrypted values.
+
+Author:
+Dave Syer
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+
+Fields inherited from interface org.springframework.core.Ordered
+HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+getOrder
+public int getOrder()
+
+Specified by:
+getOrder in interface org.springframework.core.Ordered
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/KeyProperties.KeyStore.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/KeyProperties.KeyStore.html
new file mode 100644
index 00000000..5e4fe182
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/KeyProperties.KeyStore.html
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+KeyProperties.KeyStore (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+KeyStore ()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+KeyStore
+public KeyStore()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/KeyProperties.Rsa.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/KeyProperties.Rsa.html
new file mode 100644
index 00000000..da2b2938
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/KeyProperties.Rsa.html
@@ -0,0 +1,342 @@
+
+
+
+
+
+
+KeyProperties.Rsa (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.bootstrap.encrypt.KeyProperties.Rsa
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+Rsa ()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/KeyProperties.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/KeyProperties.html
new file mode 100644
index 00000000..efbb507f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/KeyProperties.html
@@ -0,0 +1,375 @@
+
+
+
+
+
+
+KeyProperties (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.bootstrap.encrypt.KeyProperties
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+KeyProperties ()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+KeyProperties
+public KeyProperties()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EncryptionBootstrapConfiguration.FailsafeTextEncryptor.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EncryptionBootstrapConfiguration.FailsafeTextEncryptor.html
new file mode 100644
index 00000000..3ff10196
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EncryptionBootstrapConfiguration.FailsafeTextEncryptor.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.FailsafeTextEncryptor (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.FailsafeTextEncryptor
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EncryptionBootstrapConfiguration.KeyCondition.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EncryptionBootstrapConfiguration.KeyCondition.html
new file mode 100644
index 00000000..4bb8ca0d
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EncryptionBootstrapConfiguration.KeyCondition.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.KeyCondition (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.KeyCondition
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EncryptionBootstrapConfiguration.RsaEncryptionConfiguration.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EncryptionBootstrapConfiguration.RsaEncryptionConfiguration.html
new file mode 100644
index 00000000..d4f2c747
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EncryptionBootstrapConfiguration.RsaEncryptionConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.RsaEncryptionConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.RsaEncryptionConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration.html
new file mode 100644
index 00000000..73638317
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EncryptionBootstrapConfiguration.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EncryptionBootstrapConfiguration.html
new file mode 100644
index 00000000..ee5e298c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EncryptionBootstrapConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EnvironmentDecryptApplicationInitializer.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EnvironmentDecryptApplicationInitializer.html
new file mode 100644
index 00000000..c28ac75e
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/EnvironmentDecryptApplicationInitializer.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/KeyProperties.KeyStore.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/KeyProperties.KeyStore.html
new file mode 100644
index 00000000..a5e6b893
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/KeyProperties.KeyStore.html
@@ -0,0 +1,179 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/KeyProperties.Rsa.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/KeyProperties.Rsa.html
new file mode 100644
index 00000000..23b0c17f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/KeyProperties.Rsa.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.bootstrap.encrypt.KeyProperties.Rsa (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/KeyProperties.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/KeyProperties.html
new file mode 100644
index 00000000..a96bdbb5
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/class-use/KeyProperties.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.bootstrap.encrypt.KeyProperties (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.bootstrap.encrypt.KeyProperties
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/package-frame.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/package-frame.html
new file mode 100644
index 00000000..c0e120b2
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/package-frame.html
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+org.springframework.cloud.bootstrap.encrypt (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/package-summary.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/package-summary.html
new file mode 100644
index 00000000..14c01c9d
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/package-summary.html
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+org.springframework.cloud.bootstrap.encrypt (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/package-tree.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/package-tree.html
new file mode 100644
index 00000000..c63915d1
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/package-tree.html
@@ -0,0 +1,151 @@
+
+
+
+
+
+
+org.springframework.cloud.bootstrap.encrypt Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/encrypt/package-use.html b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/package-use.html
new file mode 100644
index 00000000..5422c2c4
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/encrypt/package-use.html
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.bootstrap.encrypt (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/package-frame.html b/target/apidocs/org/springframework/cloud/bootstrap/package-frame.html
new file mode 100644
index 00000000..177392e2
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/package-frame.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+org.springframework.cloud.bootstrap (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
Classes
+
+
Annotation Types
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/package-summary.html b/target/apidocs/org/springframework/cloud/bootstrap/package-summary.html
new file mode 100644
index 00000000..fca4a3f8
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/package-summary.html
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+org.springframework.cloud.bootstrap (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Annotation Types Summary
+
+Annotation Type
+Description
+
+
+
+BootstrapConfiguration
+
+A marker interface used as a key in META-INF/spring.factories.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/package-tree.html b/target/apidocs/org/springframework/cloud/bootstrap/package-tree.html
new file mode 100644
index 00000000..d7ed92ab
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/package-tree.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+org.springframework.cloud.bootstrap Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.springframework.cloud.bootstrap.BootstrapApplicationListener (implements org.springframework.context.ApplicationListener<E>, org.springframework.core.Ordered)
+org.springframework.cloud.bootstrap.LoggingSystemShutdownListener (implements org.springframework.context.ApplicationListener<E>, org.springframework.core.Ordered)
+
+
+
+
Annotation Type Hierarchy
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/bootstrap/package-use.html b/target/apidocs/org/springframework/cloud/bootstrap/package-use.html
new file mode 100644
index 00000000..f477d480
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/bootstrap/package-use.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.bootstrap (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.bootstrap
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/CommonsClientAutoConfiguration.ActuatorConfiguration.html b/target/apidocs/org/springframework/cloud/client/CommonsClientAutoConfiguration.ActuatorConfiguration.html
new file mode 100644
index 00000000..ddd8d215
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/CommonsClientAutoConfiguration.ActuatorConfiguration.html
@@ -0,0 +1,284 @@
+
+
+
+
+
+
+CommonsClientAutoConfiguration.ActuatorConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.CommonsClientAutoConfiguration.ActuatorConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration.html b/target/apidocs/org/springframework/cloud/client/CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration.html
new file mode 100644
index 00000000..6151e21e
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration.html
@@ -0,0 +1,320 @@
+
+
+
+
+
+
+CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration
+
+
+
+
+
+
+
+Enclosing class:
+CommonsClientAutoConfiguration
+
+
+
+@Configuration
+ @ConditionalOnClass(value=org.springframework.boot.actuate.health.HealthIndicator.class)
+ @ConditionalOnBean(value=DiscoveryClient.class )
+ @ConditionalOnProperty(value="spring.cloud.discovery.enabled",
+ matchIfMissing=true)
+protected static class CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration
+extends Object
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/CommonsClientAutoConfiguration.html b/target/apidocs/org/springframework/cloud/client/CommonsClientAutoConfiguration.html
new file mode 100644
index 00000000..f5b319ce
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/CommonsClientAutoConfiguration.html
@@ -0,0 +1,268 @@
+
+
+
+
+
+
+CommonsClientAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.CommonsClientAutoConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/DefaultServiceInstance.html b/target/apidocs/org/springframework/cloud/client/DefaultServiceInstance.html
new file mode 100644
index 00000000..722bfa10
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/DefaultServiceInstance.html
@@ -0,0 +1,343 @@
+
+
+
+
+
+
+DefaultServiceInstance (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.DefaultServiceInstance
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/HostInfoEnvironmentPostProcessor.html b/target/apidocs/org/springframework/cloud/client/HostInfoEnvironmentPostProcessor.html
new file mode 100644
index 00000000..e26ae1fb
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/HostInfoEnvironmentPostProcessor.html
@@ -0,0 +1,320 @@
+
+
+
+
+
+
+HostInfoEnvironmentPostProcessor (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.HostInfoEnvironmentPostProcessor
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+Fields inherited from interface org.springframework.core.Ordered
+HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getOrder
+public int getOrder()
+
+Specified by:
+getOrder in interface org.springframework.core.Ordered
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/ServiceInstance.html b/target/apidocs/org/springframework/cloud/client/ServiceInstance.html
new file mode 100644
index 00000000..4a51ddae
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/ServiceInstance.html
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+ServiceInstance (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getServiceId
+String getServiceId()
+
+Returns:
+the service id as register by the DiscoveryClient
+
+
+
+
+
+
+
+
+getHost
+String getHost()
+
+Returns:
+the hostname of the registered ServiceInstance
+
+
+
+
+
+
+
+
+getPort
+int getPort()
+
+Returns:
+the port of the registered ServiceInstance
+
+
+
+
+
+
+
+
+isSecure
+boolean isSecure()
+
+Returns:
+if the port of the registered ServiceInstance is https or not
+
+
+
+
+
+
+
+
+getUri
+URI getUri()
+
+Returns:
+the service uri address
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/SpringCloudApplication.html b/target/apidocs/org/springframework/cloud/client/SpringCloudApplication.html
new file mode 100644
index 00000000..f9bd82bb
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/SpringCloudApplication.html
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+SpringCloudApplication (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Field |
+Required |
+Optional
+
+
+Detail:
+Field |
+Element
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Field |
+Required |
+Optional
+
+
+Detail:
+Field |
+Element
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/actuator/FeaturesEndpoint.html b/target/apidocs/org/springframework/cloud/client/actuator/FeaturesEndpoint.html
new file mode 100644
index 00000000..4dcb1b85
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/actuator/FeaturesEndpoint.html
@@ -0,0 +1,320 @@
+
+
+
+
+
+
+FeaturesEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.boot.actuate.endpoint.AbstractEndpoint<org.springframework.cloud.client.actuator.FeaturesEndpoint.Features>
+
+
+org.springframework.cloud.client.actuator.FeaturesEndpoint
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.springframework.beans.factory.Aware, org.springframework.boot.actuate.endpoint.Endpoint<org.springframework.cloud.client.actuator.FeaturesEndpoint.Features>, org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware
+
+
+
+@ConfigurationProperties(prefix="endpoints.features",
+ ignoreUnknownFields=false)
+public class FeaturesEndpoint
+extends org.springframework.boot.actuate.endpoint.AbstractEndpoint<org.springframework.cloud.client.actuator.FeaturesEndpoint.Features>
+implements org.springframework.context.ApplicationContextAware
+
+Author:
+Spencer Gibb
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.boot.actuate.endpoint.AbstractEndpoint
+getEnvironment, getId, isEnabled, isSensitive, setEnabled, setEnvironment, setId, setSensitive
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/actuator/HasFeatures.html b/target/apidocs/org/springframework/cloud/client/actuator/HasFeatures.html
new file mode 100644
index 00000000..58f21ce1
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/actuator/HasFeatures.html
@@ -0,0 +1,352 @@
+
+
+
+
+
+
+HasFeatures (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.actuator.HasFeatures
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/actuator/NamedFeature.html b/target/apidocs/org/springframework/cloud/client/actuator/NamedFeature.html
new file mode 100644
index 00000000..7e369c5a
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/actuator/NamedFeature.html
@@ -0,0 +1,243 @@
+
+
+
+
+
+
+NamedFeature (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.actuator.NamedFeature
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+NamedFeature ()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+NamedFeature
+public NamedFeature()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/actuator/class-use/FeaturesEndpoint.html b/target/apidocs/org/springframework/cloud/client/actuator/class-use/FeaturesEndpoint.html
new file mode 100644
index 00000000..51d1a5da
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/actuator/class-use/FeaturesEndpoint.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.actuator.FeaturesEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/actuator/class-use/HasFeatures.html b/target/apidocs/org/springframework/cloud/client/actuator/class-use/HasFeatures.html
new file mode 100644
index 00000000..bd7a88d2
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/actuator/class-use/HasFeatures.html
@@ -0,0 +1,215 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.actuator.HasFeatures (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/actuator/class-use/NamedFeature.html b/target/apidocs/org/springframework/cloud/client/actuator/class-use/NamedFeature.html
new file mode 100644
index 00000000..c11cb7ee
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/actuator/class-use/NamedFeature.html
@@ -0,0 +1,191 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.actuator.NamedFeature (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/actuator/package-frame.html b/target/apidocs/org/springframework/cloud/client/actuator/package-frame.html
new file mode 100644
index 00000000..edc7c7a2
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/actuator/package-frame.html
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+org.springframework.cloud.client.actuator (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/actuator/package-summary.html b/target/apidocs/org/springframework/cloud/client/actuator/package-summary.html
new file mode 100644
index 00000000..f9c139bc
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/actuator/package-summary.html
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+org.springframework.cloud.client.actuator (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/actuator/package-tree.html b/target/apidocs/org/springframework/cloud/client/actuator/package-tree.html
new file mode 100644
index 00000000..b4cafb68
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/actuator/package-tree.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+org.springframework.cloud.client.actuator Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.springframework.boot.actuate.endpoint.AbstractEndpoint<T> (implements org.springframework.boot.actuate.endpoint.Endpoint<T>, org.springframework.context.EnvironmentAware)
+
+org.springframework.cloud.client.actuator.FeaturesEndpoint (implements org.springframework.context.ApplicationContextAware)
+
+
+org.springframework.cloud.client.actuator.HasFeatures
+org.springframework.cloud.client.actuator.NamedFeature
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/actuator/package-use.html b/target/apidocs/org/springframework/cloud/client/actuator/package-use.html
new file mode 100644
index 00000000..a19fc992
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/actuator/package-use.html
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.client.actuator (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/circuitbreaker/EnableCircuitBreaker.html b/target/apidocs/org/springframework/cloud/client/circuitbreaker/EnableCircuitBreaker.html
new file mode 100644
index 00000000..5bad901f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/circuitbreaker/EnableCircuitBreaker.html
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+EnableCircuitBreaker (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Field |
+Required |
+Optional
+
+
+Detail:
+Field |
+Element
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Field |
+Required |
+Optional
+
+
+Detail:
+Field |
+Element
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/circuitbreaker/EnableCircuitBreakerImportSelector.html b/target/apidocs/org/springframework/cloud/client/circuitbreaker/EnableCircuitBreakerImportSelector.html
new file mode 100644
index 00000000..4904b659
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/circuitbreaker/EnableCircuitBreakerImportSelector.html
@@ -0,0 +1,299 @@
+
+
+
+
+
+
+EnableCircuitBreakerImportSelector (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/circuitbreaker/class-use/EnableCircuitBreaker.html b/target/apidocs/org/springframework/cloud/client/circuitbreaker/class-use/EnableCircuitBreaker.html
new file mode 100644
index 00000000..19b44717
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/circuitbreaker/class-use/EnableCircuitBreaker.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.circuitbreaker.EnableCircuitBreaker (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/circuitbreaker/class-use/EnableCircuitBreakerImportSelector.html b/target/apidocs/org/springframework/cloud/client/circuitbreaker/class-use/EnableCircuitBreakerImportSelector.html
new file mode 100644
index 00000000..5b6ad7a0
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/circuitbreaker/class-use/EnableCircuitBreakerImportSelector.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.circuitbreaker.EnableCircuitBreakerImportSelector (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.circuitbreaker.EnableCircuitBreakerImportSelector
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/circuitbreaker/package-frame.html b/target/apidocs/org/springframework/cloud/client/circuitbreaker/package-frame.html
new file mode 100644
index 00000000..7acc914a
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/circuitbreaker/package-frame.html
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+org.springframework.cloud.client.circuitbreaker (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
Classes
+
+
Annotation Types
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/circuitbreaker/package-summary.html b/target/apidocs/org/springframework/cloud/client/circuitbreaker/package-summary.html
new file mode 100644
index 00000000..ee24aab3
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/circuitbreaker/package-summary.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+org.springframework.cloud.client.circuitbreaker (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Annotation Types Summary
+
+Annotation Type
+Description
+
+
+
+EnableCircuitBreaker
+
+Annotation to enable a CircuitBreaker implementation.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/circuitbreaker/package-tree.html b/target/apidocs/org/springframework/cloud/client/circuitbreaker/package-tree.html
new file mode 100644
index 00000000..ebf43321
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/circuitbreaker/package-tree.html
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+org.springframework.cloud.client.circuitbreaker Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.springframework.cloud.commons.util.SpringFactoryImportSelector <T> (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.annotation.DeferredImportSelector, org.springframework.context.EnvironmentAware)
+
+
+
+
+
+
Annotation Type Hierarchy
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/circuitbreaker/package-use.html b/target/apidocs/org/springframework/cloud/client/circuitbreaker/package-use.html
new file mode 100644
index 00000000..6ce528e7
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/circuitbreaker/package-use.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.client.circuitbreaker (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/class-use/CommonsClientAutoConfiguration.ActuatorConfiguration.html b/target/apidocs/org/springframework/cloud/client/class-use/CommonsClientAutoConfiguration.ActuatorConfiguration.html
new file mode 100644
index 00000000..4ebb440e
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/class-use/CommonsClientAutoConfiguration.ActuatorConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.CommonsClientAutoConfiguration.ActuatorConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.CommonsClientAutoConfiguration.ActuatorConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/class-use/CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration.html b/target/apidocs/org/springframework/cloud/client/class-use/CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration.html
new file mode 100644
index 00000000..7987b5d5
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/class-use/CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/class-use/CommonsClientAutoConfiguration.html b/target/apidocs/org/springframework/cloud/client/class-use/CommonsClientAutoConfiguration.html
new file mode 100644
index 00000000..7c1746bd
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/class-use/CommonsClientAutoConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.CommonsClientAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.CommonsClientAutoConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/class-use/DefaultServiceInstance.html b/target/apidocs/org/springframework/cloud/client/class-use/DefaultServiceInstance.html
new file mode 100644
index 00000000..75cfac4d
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/class-use/DefaultServiceInstance.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.DefaultServiceInstance (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.DefaultServiceInstance
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/class-use/HostInfoEnvironmentPostProcessor.html b/target/apidocs/org/springframework/cloud/client/class-use/HostInfoEnvironmentPostProcessor.html
new file mode 100644
index 00000000..9a5cc800
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/class-use/HostInfoEnvironmentPostProcessor.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.HostInfoEnvironmentPostProcessor (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.HostInfoEnvironmentPostProcessor
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/class-use/ServiceInstance.html b/target/apidocs/org/springframework/cloud/client/class-use/ServiceInstance.html
new file mode 100644
index 00000000..4f4bffde
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/class-use/ServiceInstance.html
@@ -0,0 +1,439 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.ServiceInstance (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/class-use/SpringCloudApplication.html b/target/apidocs/org/springframework/cloud/client/class-use/SpringCloudApplication.html
new file mode 100644
index 00000000..d3655606
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/class-use/SpringCloudApplication.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.SpringCloudApplication (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.SpringCloudApplication
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/AbstractDiscoveryLifecycle.html b/target/apidocs/org/springframework/cloud/client/discovery/AbstractDiscoveryLifecycle.html
new file mode 100644
index 00000000..a84bd0a0
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/AbstractDiscoveryLifecycle.html
@@ -0,0 +1,814 @@
+
+
+
+
+
+
+AbstractDiscoveryLifecycle (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+
+
+
+
+
+
+
+All Implemented Interfaces:
+EventListener , org.springframework.beans.factory.Aware, DiscoveryLifecycle , org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent>, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle, org.springframework.core.Ordered
+
+
+Direct Known Subclasses:
+AbstractAutoServiceRegistration
+
+
+
+
+@Deprecated
+public abstract class AbstractDiscoveryLifecycle
+extends Object
+implements DiscoveryLifecycle , org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent>
+Lifecycle methods that may be useful and common to various DiscoveryClient implementations.
+
+Author:
+Spencer Gibb
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+Fields inherited from interface org.springframework.core.Ordered
+HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+start
+public void start()
+Deprecated.
+
+Specified by:
+start in interface org.springframework.context.Lifecycle
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+stop
+public void stop()
+Deprecated.
+
+Specified by:
+stop in interface org.springframework.context.Lifecycle
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getOrder
+public int getOrder()
+Deprecated.
+
+Specified by:
+getOrder in interface org.springframework.core.Ordered
+
+
+
+
+
+
+
+
+getPhase
+public int getPhase()
+Deprecated.
+
+Specified by:
+getPhase in interface org.springframework.context.Phased
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/DiscoveryClient.html b/target/apidocs/org/springframework/cloud/client/discovery/DiscoveryClient.html
new file mode 100644
index 00000000..8b81ca4d
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/DiscoveryClient.html
@@ -0,0 +1,302 @@
+
+
+
+
+
+
+DiscoveryClient (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/DiscoveryLifecycle.html b/target/apidocs/org/springframework/cloud/client/discovery/DiscoveryLifecycle.html
new file mode 100644
index 00000000..3de92b9c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/DiscoveryLifecycle.html
@@ -0,0 +1,243 @@
+
+
+
+
+
+
+DiscoveryLifecycle (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+Fields inherited from interface org.springframework.core.Ordered
+HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+Methods inherited from interface org.springframework.context.SmartLifecycle
+isAutoStartup, stop
+
+
+
+
+
+Methods inherited from interface org.springframework.context.Lifecycle
+isRunning, start, stop
+
+
+
+
+
+Methods inherited from interface org.springframework.context.Phased
+getPhase
+
+
+
+
+
+Methods inherited from interface org.springframework.core.Ordered
+getOrder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/EnableDiscoveryClient.html b/target/apidocs/org/springframework/cloud/client/discovery/EnableDiscoveryClient.html
new file mode 100644
index 00000000..3476e636
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/EnableDiscoveryClient.html
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+EnableDiscoveryClient (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Field |
+Required |
+Optional
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Optional Element Summary
+
+Optional Elements
+
+Modifier and Type
+Optional Element and Description
+
+
+boolean
+autoRegister
+If true, the ServiceRegistry will automatically register the local server.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Element Detail
+
+
+
+
+
+autoRegister
+public abstract boolean autoRegister
+If true, the ServiceRegistry will automatically register the local server.
+
+Default:
+true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Field |
+Required |
+Optional
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/EnableDiscoveryClientImportSelector.html b/target/apidocs/org/springframework/cloud/client/discovery/EnableDiscoveryClientImportSelector.html
new file mode 100644
index 00000000..047c0f16
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/EnableDiscoveryClientImportSelector.html
@@ -0,0 +1,334 @@
+
+
+
+
+
+
+EnableDiscoveryClientImportSelector (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/ManagementServerPortUtils.ManagementServerPort.html b/target/apidocs/org/springframework/cloud/client/discovery/ManagementServerPortUtils.ManagementServerPort.html
new file mode 100644
index 00000000..2011f3a8
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/ManagementServerPortUtils.ManagementServerPort.html
@@ -0,0 +1,372 @@
+
+
+
+
+
+
+ManagementServerPortUtils.ManagementServerPort (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+valueOf
+public static ManagementServerPortUtils.ManagementServerPort valueOf(String name)
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+Parameters:
+name - the name of the enum constant to be returned.
+Returns:
+the enum constant with the specified name
+Throws:
+IllegalArgumentException - if this enum type has no constant with the specified name
+NullPointerException - if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/ManagementServerPortUtils.html b/target/apidocs/org/springframework/cloud/client/discovery/ManagementServerPortUtils.html
new file mode 100644
index 00000000..8f207a33
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/ManagementServerPortUtils.html
@@ -0,0 +1,348 @@
+
+
+
+
+
+
+ManagementServerPortUtils (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.discovery.ManagementServerPortUtils
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/class-use/AbstractDiscoveryLifecycle.html b/target/apidocs/org/springframework/cloud/client/discovery/class-use/AbstractDiscoveryLifecycle.html
new file mode 100644
index 00000000..a6c6f1bf
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/class-use/AbstractDiscoveryLifecycle.html
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/class-use/DiscoveryClient.html b/target/apidocs/org/springframework/cloud/client/discovery/class-use/DiscoveryClient.html
new file mode 100644
index 00000000..5351b6cd
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/class-use/DiscoveryClient.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.discovery.DiscoveryClient (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/class-use/DiscoveryLifecycle.html b/target/apidocs/org/springframework/cloud/client/discovery/class-use/DiscoveryLifecycle.html
new file mode 100644
index 00000000..7e8c5179
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/class-use/DiscoveryLifecycle.html
@@ -0,0 +1,194 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.discovery.DiscoveryLifecycle (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/class-use/EnableDiscoveryClient.html b/target/apidocs/org/springframework/cloud/client/discovery/class-use/EnableDiscoveryClient.html
new file mode 100644
index 00000000..c4c8d93e
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/class-use/EnableDiscoveryClient.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.EnableDiscoveryClient (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/class-use/EnableDiscoveryClientImportSelector.html b/target/apidocs/org/springframework/cloud/client/discovery/class-use/EnableDiscoveryClientImportSelector.html
new file mode 100644
index 00000000..97f0474f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/class-use/EnableDiscoveryClientImportSelector.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.EnableDiscoveryClientImportSelector (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.discovery.EnableDiscoveryClientImportSelector
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/class-use/ManagementServerPortUtils.ManagementServerPort.html b/target/apidocs/org/springframework/cloud/client/discovery/class-use/ManagementServerPortUtils.ManagementServerPort.html
new file mode 100644
index 00000000..162fe995
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/class-use/ManagementServerPortUtils.ManagementServerPort.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.ManagementServerPortUtils.ManagementServerPort (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/class-use/ManagementServerPortUtils.html b/target/apidocs/org/springframework/cloud/client/discovery/class-use/ManagementServerPortUtils.html
new file mode 100644
index 00000000..4fe110ad
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/class-use/ManagementServerPortUtils.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.ManagementServerPortUtils (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.discovery.ManagementServerPortUtils
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/event/HeartbeatEvent.html b/target/apidocs/org/springframework/cloud/client/discovery/event/HeartbeatEvent.html
new file mode 100644
index 00000000..69cc7cb0
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/event/HeartbeatEvent.html
@@ -0,0 +1,347 @@
+
+
+
+
+
+
+HeartbeatEvent (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+Serializable
+
+
+
+public class HeartbeatEvent
+extends org.springframework.context.ApplicationEvent
+Event DiscoveryClient implementation can broadcast if they support heartbeat's from the
+ discovery server. Provides listeners with a basic indication of a state change in the
+ service catalog.
+
+Author:
+Spencer Gibb, Dave Syer
+See Also:
+Serialized Form
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+HeartbeatEvent (Object source,
+ Object state)
+Create a new event with a source (for example a discovery client) and a value.
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.context.ApplicationEvent
+getTimestamp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+HeartbeatEvent
+public HeartbeatEvent(Object source,
+ Object state)
+Create a new event with a source (for example a discovery client) and a value.
+ Neither parameter should be relied on to have specific content or format.
+
+Parameters:
+source - the source of the event
+state - the value indicating state of the catalog
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getValue
+public Object getValue()
+A value representing the state of the service catalog. The only requirement is that
+ it changes when the catalog is updated, so it can be as simple as a version
+ conuter, or a hash. Implementations can provide information to help users visualize
+ what is going on in the catalog, but users should not rely on the content (since
+ the implementation of the underlying discovery might change).
+
+Returns:
+A value representing state of the service catalog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/event/HeartbeatMonitor.html b/target/apidocs/org/springframework/cloud/client/discovery/event/HeartbeatMonitor.html
new file mode 100644
index 00000000..52a995e3
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/event/HeartbeatMonitor.html
@@ -0,0 +1,285 @@
+
+
+
+
+
+
+HeartbeatMonitor (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.discovery.event.HeartbeatMonitor
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/event/InstanceRegisteredEvent.html b/target/apidocs/org/springframework/cloud/client/discovery/event/InstanceRegisteredEvent.html
new file mode 100644
index 00000000..cd995f7e
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/event/InstanceRegisteredEvent.html
@@ -0,0 +1,336 @@
+
+
+
+
+
+
+InstanceRegisteredEvent (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+java.util.EventObject
+
+
+org.springframework.context.ApplicationEvent
+
+
+org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent<T>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.context.ApplicationEvent
+getTimestamp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getConfig
+public T getConfig()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/event/ParentHeartbeatEvent.html b/target/apidocs/org/springframework/cloud/client/discovery/event/ParentHeartbeatEvent.html
new file mode 100644
index 00000000..a22472fa
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/event/ParentHeartbeatEvent.html
@@ -0,0 +1,328 @@
+
+
+
+
+
+
+ParentHeartbeatEvent (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.context.ApplicationEvent
+getTimestamp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getValue
+public Object getValue()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/event/class-use/HeartbeatEvent.html b/target/apidocs/org/springframework/cloud/client/discovery/event/class-use/HeartbeatEvent.html
new file mode 100644
index 00000000..27fcc3c1
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/event/class-use/HeartbeatEvent.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.event.HeartbeatEvent (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.discovery.event.HeartbeatEvent
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/event/class-use/HeartbeatMonitor.html b/target/apidocs/org/springframework/cloud/client/discovery/event/class-use/HeartbeatMonitor.html
new file mode 100644
index 00000000..423cb98f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/event/class-use/HeartbeatMonitor.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.event.HeartbeatMonitor (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.discovery.event.HeartbeatMonitor
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/event/class-use/InstanceRegisteredEvent.html b/target/apidocs/org/springframework/cloud/client/discovery/event/class-use/InstanceRegisteredEvent.html
new file mode 100644
index 00000000..0fd50012
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/event/class-use/InstanceRegisteredEvent.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/event/class-use/ParentHeartbeatEvent.html b/target/apidocs/org/springframework/cloud/client/discovery/event/class-use/ParentHeartbeatEvent.html
new file mode 100644
index 00000000..b6e219e0
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/event/class-use/ParentHeartbeatEvent.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.event.ParentHeartbeatEvent (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.discovery.event.ParentHeartbeatEvent
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/event/package-frame.html b/target/apidocs/org/springframework/cloud/client/discovery/event/package-frame.html
new file mode 100644
index 00000000..3bbd20a3
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/event/package-frame.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+org.springframework.cloud.client.discovery.event (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/event/package-summary.html b/target/apidocs/org/springframework/cloud/client/discovery/event/package-summary.html
new file mode 100644
index 00000000..c431e257
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/event/package-summary.html
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+org.springframework.cloud.client.discovery.event (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Class Summary
+
+Class
+Description
+
+
+
+HeartbeatEvent
+
+Event DiscoveryClient implementation can broadcast if they support heartbeat's from the
+ discovery server.
+
+
+
+HeartbeatMonitor
+
+Helper class for listeners to the
HeartbeatEvent providing a convenient way to
+ determine if there has been a change in state.
+
+
+
+InstanceRegisteredEvent <T>
+
+Event to be published after the local service instance registers itself with a
+ discovery service.
+
+
+
+ParentHeartbeatEvent
+
+Heartbeat Event that a Parent ApplicationContext can send to a child Context.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/event/package-tree.html b/target/apidocs/org/springframework/cloud/client/discovery/event/package-tree.html
new file mode 100644
index 00000000..aa38c0fd
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/event/package-tree.html
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+org.springframework.cloud.client.discovery.event Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/event/package-use.html b/target/apidocs/org/springframework/cloud/client/discovery/event/package-use.html
new file mode 100644
index 00000000..0c7d8e3f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/event/package-use.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.client.discovery.event (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/health/DiscoveryClientHealthIndicator.html b/target/apidocs/org/springframework/cloud/client/discovery/health/DiscoveryClientHealthIndicator.html
new file mode 100644
index 00000000..097600ab
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/health/DiscoveryClientHealthIndicator.html
@@ -0,0 +1,367 @@
+
+
+
+
+
+
+DiscoveryClientHealthIndicator (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+Fields inherited from interface org.springframework.core.Ordered
+HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getOrder
+public int getOrder()
+
+Specified by:
+getOrder in interface org.springframework.core.Ordered
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/health/DiscoveryCompositeHealthIndicator.Holder.html b/target/apidocs/org/springframework/cloud/client/discovery/health/DiscoveryCompositeHealthIndicator.Holder.html
new file mode 100644
index 00000000..4bd39e39
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/health/DiscoveryCompositeHealthIndicator.Holder.html
@@ -0,0 +1,299 @@
+
+
+
+
+
+
+DiscoveryCompositeHealthIndicator.Holder (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator.Holder
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/health/DiscoveryCompositeHealthIndicator.html b/target/apidocs/org/springframework/cloud/client/discovery/health/DiscoveryCompositeHealthIndicator.html
new file mode 100644
index 00000000..58ef109c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/health/DiscoveryCompositeHealthIndicator.html
@@ -0,0 +1,317 @@
+
+
+
+
+
+
+DiscoveryCompositeHealthIndicator (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.boot.actuate.health.CompositeHealthIndicator
+
+
+org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.springframework.boot.actuate.health.HealthIndicator
+
+
+
+public class DiscoveryCompositeHealthIndicator
+extends org.springframework.boot.actuate.health.CompositeHealthIndicator
+Gathers all DiscoveryHealthIndicator's from a DiscoveryClient implementation
+ and aggregates the statuses.
+
+Author:
+Spencer Gibb
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.boot.actuate.health.CompositeHealthIndicator
+addHealthIndicator, health
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/health/DiscoveryHealthIndicator.html b/target/apidocs/org/springframework/cloud/client/discovery/health/DiscoveryHealthIndicator.html
new file mode 100644
index 00000000..3ab0e872
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/health/DiscoveryHealthIndicator.html
@@ -0,0 +1,249 @@
+
+
+
+
+
+
+DiscoveryHealthIndicator (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/health/class-use/DiscoveryClientHealthIndicator.html b/target/apidocs/org/springframework/cloud/client/discovery/health/class-use/DiscoveryClientHealthIndicator.html
new file mode 100644
index 00000000..f39459e0
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/health/class-use/DiscoveryClientHealthIndicator.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/health/class-use/DiscoveryCompositeHealthIndicator.Holder.html b/target/apidocs/org/springframework/cloud/client/discovery/health/class-use/DiscoveryCompositeHealthIndicator.Holder.html
new file mode 100644
index 00000000..8a5cea01
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/health/class-use/DiscoveryCompositeHealthIndicator.Holder.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator.Holder (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/health/class-use/DiscoveryCompositeHealthIndicator.html b/target/apidocs/org/springframework/cloud/client/discovery/health/class-use/DiscoveryCompositeHealthIndicator.html
new file mode 100644
index 00000000..9170ad4b
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/health/class-use/DiscoveryCompositeHealthIndicator.html
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/health/class-use/DiscoveryHealthIndicator.html b/target/apidocs/org/springframework/cloud/client/discovery/health/class-use/DiscoveryHealthIndicator.html
new file mode 100644
index 00000000..9b2fa9c6
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/health/class-use/DiscoveryHealthIndicator.html
@@ -0,0 +1,225 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/health/package-frame.html b/target/apidocs/org/springframework/cloud/client/discovery/health/package-frame.html
new file mode 100644
index 00000000..550cc64c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/health/package-frame.html
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+org.springframework.cloud.client.discovery.health (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
Interfaces
+
+
Classes
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/health/package-summary.html b/target/apidocs/org/springframework/cloud/client/discovery/health/package-summary.html
new file mode 100644
index 00000000..1f3f9443
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/health/package-summary.html
@@ -0,0 +1,172 @@
+
+
+
+
+
+
+org.springframework.cloud.client.discovery.health (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Interface Summary
+
+Interface
+Description
+
+
+
+DiscoveryHealthIndicator
+
+A health indicator interface specific for a DiscoveryClient implementation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/health/package-tree.html b/target/apidocs/org/springframework/cloud/client/discovery/health/package-tree.html
new file mode 100644
index 00000000..d3af96f6
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/health/package-tree.html
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+org.springframework.cloud.client.discovery.health Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.springframework.boot.actuate.health.CompositeHealthIndicator (implements org.springframework.boot.actuate.health.HealthIndicator)
+
+
+org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator (implements org.springframework.context.ApplicationListener<E>, org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator , org.springframework.core.Ordered)
+org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator.Holder (implements org.springframework.boot.actuate.health.HealthIndicator)
+
+
+
+
Interface Hierarchy
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/health/package-use.html b/target/apidocs/org/springframework/cloud/client/discovery/health/package-use.html
new file mode 100644
index 00000000..51ef60f1
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/health/package-use.html
@@ -0,0 +1,194 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.client.discovery.health (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/noop/NoopDiscoveryClient.html b/target/apidocs/org/springframework/cloud/client/discovery/noop/NoopDiscoveryClient.html
new file mode 100644
index 00000000..cc760162
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/noop/NoopDiscoveryClient.html
@@ -0,0 +1,373 @@
+
+
+
+
+
+
+NoopDiscoveryClient (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+description
+public String description()
+Deprecated.
+
+A human readable description of the implementation, used in HealthIndicator
+
+Specified by:
+description in interface DiscoveryClient
+Returns:
+the description
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/noop/NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration.html b/target/apidocs/org/springframework/cloud/client/discovery/noop/NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration.html
new file mode 100644
index 00000000..4c00ea59
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/noop/NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration.html
@@ -0,0 +1,282 @@
+
+
+
+
+
+
+NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Concrete Methods
+
+Modifier and Type
+Method and Description
+
+
+org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration.PortFinder
+portFinder (org.springframework.context.ApplicationContext context)
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/noop/NoopDiscoveryClientAutoConfiguration.html b/target/apidocs/org/springframework/cloud/client/discovery/noop/NoopDiscoveryClientAutoConfiguration.html
new file mode 100644
index 00000000..387f46d5
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/noop/NoopDiscoveryClientAutoConfiguration.html
@@ -0,0 +1,355 @@
+
+
+
+
+
+
+NoopDiscoveryClientAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/noop/class-use/NoopDiscoveryClient.html b/target/apidocs/org/springframework/cloud/client/discovery/noop/class-use/NoopDiscoveryClient.html
new file mode 100644
index 00000000..31d793c7
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/noop/class-use/NoopDiscoveryClient.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/noop/class-use/NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration.html b/target/apidocs/org/springframework/cloud/client/discovery/noop/class-use/NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration.html
new file mode 100644
index 00000000..c948ae6e
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/noop/class-use/NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/noop/class-use/NoopDiscoveryClientAutoConfiguration.html b/target/apidocs/org/springframework/cloud/client/discovery/noop/class-use/NoopDiscoveryClientAutoConfiguration.html
new file mode 100644
index 00000000..8ddac58f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/noop/class-use/NoopDiscoveryClientAutoConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/noop/package-frame.html b/target/apidocs/org/springframework/cloud/client/discovery/noop/package-frame.html
new file mode 100644
index 00000000..7a57b39d
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/noop/package-frame.html
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+org.springframework.cloud.client.discovery.noop (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/noop/package-summary.html b/target/apidocs/org/springframework/cloud/client/discovery/noop/package-summary.html
new file mode 100644
index 00000000..3a183805
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/noop/package-summary.html
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+org.springframework.cloud.client.discovery.noop (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/noop/package-tree.html b/target/apidocs/org/springframework/cloud/client/discovery/noop/package-tree.html
new file mode 100644
index 00000000..01711023
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/noop/package-tree.html
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+org.springframework.cloud.client.discovery.noop Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/noop/package-use.html b/target/apidocs/org/springframework/cloud/client/discovery/noop/package-use.html
new file mode 100644
index 00000000..043045c1
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/noop/package-use.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.client.discovery.noop (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.discovery.noop
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/package-frame.html b/target/apidocs/org/springframework/cloud/client/discovery/package-frame.html
new file mode 100644
index 00000000..23c1eac9
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/package-frame.html
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+org.springframework.cloud.client.discovery (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
Interfaces
+
+
Classes
+
+
Enums
+
+
Annotation Types
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/package-summary.html b/target/apidocs/org/springframework/cloud/client/discovery/package-summary.html
new file mode 100644
index 00000000..f9dbed7e
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/package-summary.html
@@ -0,0 +1,210 @@
+
+
+
+
+
+
+org.springframework.cloud.client.discovery (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Interface Summary
+
+Interface
+Description
+
+
+
+DiscoveryClient
+
+DiscoveryClient represents read operations commonly available to Discovery service such as
+ Netflix Eureka or consul.io
+
+
+
+DiscoveryLifecycle
+Deprecated
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Annotation Types Summary
+
+Annotation Type
+Description
+
+
+
+EnableDiscoveryClient
+
+Annotation to enable a DiscoveryClient implementation.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/package-tree.html b/target/apidocs/org/springframework/cloud/client/discovery/package-tree.html
new file mode 100644
index 00000000..7e179206
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/package-tree.html
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+org.springframework.cloud.client.discovery Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle (implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<E>, org.springframework.cloud.client.discovery.DiscoveryLifecycle )
+org.springframework.cloud.client.discovery.ManagementServerPortUtils
+org.springframework.cloud.commons.util.SpringFactoryImportSelector <T> (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.annotation.DeferredImportSelector, org.springframework.context.EnvironmentAware)
+
+
+
+
+
+
Interface Hierarchy
+
+org.springframework.cloud.client.discovery.DiscoveryClient
+org.springframework.context.Lifecycle
+
+org.springframework.context.SmartLifecycle (also extends org.springframework.context.Phased)
+
+org.springframework.cloud.client.discovery.DiscoveryLifecycle (also extends org.springframework.core.Ordered)
+
+
+
+
+org.springframework.core.Ordered
+
+org.springframework.cloud.client.discovery.DiscoveryLifecycle (also extends org.springframework.context.SmartLifecycle)
+
+
+org.springframework.context.Phased
+
+org.springframework.context.SmartLifecycle (also extends org.springframework.context.Lifecycle)
+
+org.springframework.cloud.client.discovery.DiscoveryLifecycle (also extends org.springframework.core.Ordered)
+
+
+
+
+
+
Annotation Type Hierarchy
+
+
Enum Hierarchy
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/package-use.html b/target/apidocs/org/springframework/cloud/client/discovery/package-use.html
new file mode 100644
index 00000000..ce51135a
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/package-use.html
@@ -0,0 +1,289 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.client.discovery (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryClient.html b/target/apidocs/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryClient.html
new file mode 100644
index 00000000..348280cb
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryClient.html
@@ -0,0 +1,357 @@
+
+
+
+
+
+
+SimpleDiscoveryClient (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClient
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+description
+public String description()
+
+A human readable description of the implementation, used in HealthIndicator
+
+Specified by:
+description in interface DiscoveryClient
+Returns:
+the description
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryClientAutoConfiguration.html b/target/apidocs/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryClientAutoConfiguration.html
new file mode 100644
index 00000000..3fc3458d
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryClientAutoConfiguration.html
@@ -0,0 +1,282 @@
+
+
+
+
+
+
+SimpleDiscoveryClientAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration
+
+
+
+
+
+
+
+
+@Configuration
+ @ConditionalOnMissingBean(value=DiscoveryClient.class )
+ @EnableConfigurationProperties(value=SimpleDiscoveryProperties.class )
+public class SimpleDiscoveryClientAutoConfiguration
+extends Object
+Spring Boot Auto-Configuration for Simple Properties based Discovery Client
+
+Author:
+Biju Kunjummen
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryProperties.SimpleServiceInstance.html b/target/apidocs/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryProperties.SimpleServiceInstance.html
new file mode 100644
index 00000000..fe80016a
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryProperties.SimpleServiceInstance.html
@@ -0,0 +1,408 @@
+
+
+
+
+
+
+SimpleDiscoveryProperties.SimpleServiceInstance (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+getHost
+public String getHost()
+
+Specified by:
+getHost in interface ServiceInstance
+Returns:
+the hostname of the registered ServiceInstance
+
+
+
+
+
+
+
+
+getPort
+public int getPort()
+
+Specified by:
+getPort in interface ServiceInstance
+Returns:
+the port of the registered ServiceInstance
+
+
+
+
+
+
+
+
+
+
+
+
+getUri
+public URI getUri()
+
+Specified by:
+getUri in interface ServiceInstance
+Returns:
+the service uri address
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryProperties.html b/target/apidocs/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryProperties.html
new file mode 100644
index 00000000..d4a652a0
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryProperties.html
@@ -0,0 +1,313 @@
+
+
+
+
+
+
+SimpleDiscoveryProperties (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/simple/class-use/SimpleDiscoveryClient.html b/target/apidocs/org/springframework/cloud/client/discovery/simple/class-use/SimpleDiscoveryClient.html
new file mode 100644
index 00000000..ffc71fc5
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/simple/class-use/SimpleDiscoveryClient.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClient (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClient
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/simple/class-use/SimpleDiscoveryClientAutoConfiguration.html b/target/apidocs/org/springframework/cloud/client/discovery/simple/class-use/SimpleDiscoveryClientAutoConfiguration.html
new file mode 100644
index 00000000..fc66375c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/simple/class-use/SimpleDiscoveryClientAutoConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/simple/class-use/SimpleDiscoveryProperties.SimpleServiceInstance.html b/target/apidocs/org/springframework/cloud/client/discovery/simple/class-use/SimpleDiscoveryProperties.SimpleServiceInstance.html
new file mode 100644
index 00000000..f5a6da8a
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/simple/class-use/SimpleDiscoveryProperties.SimpleServiceInstance.html
@@ -0,0 +1,179 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/simple/class-use/SimpleDiscoveryProperties.html b/target/apidocs/org/springframework/cloud/client/discovery/simple/class-use/SimpleDiscoveryProperties.html
new file mode 100644
index 00000000..623fc861
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/simple/class-use/SimpleDiscoveryProperties.html
@@ -0,0 +1,164 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/simple/package-frame.html b/target/apidocs/org/springframework/cloud/client/discovery/simple/package-frame.html
new file mode 100644
index 00000000..a8a84cde
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/simple/package-frame.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+org.springframework.cloud.client.discovery.simple (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/simple/package-summary.html b/target/apidocs/org/springframework/cloud/client/discovery/simple/package-summary.html
new file mode 100644
index 00000000..9f6078a0
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/simple/package-summary.html
@@ -0,0 +1,165 @@
+
+
+
+
+
+
+org.springframework.cloud.client.discovery.simple (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/simple/package-tree.html b/target/apidocs/org/springframework/cloud/client/discovery/simple/package-tree.html
new file mode 100644
index 00000000..13691e29
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/simple/package-tree.html
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+org.springframework.cloud.client.discovery.simple Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/discovery/simple/package-use.html b/target/apidocs/org/springframework/cloud/client/discovery/simple/package-use.html
new file mode 100644
index 00000000..56f425a4
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/discovery/simple/package-use.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.client.discovery.simple (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh.html b/target/apidocs/org/springframework/cloud/client/hypermedia/CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh.html
new file mode 100644
index 00000000..165b4c0b
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh.html
@@ -0,0 +1,243 @@
+
+
+
+
+
+
+CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+Refresh ()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+Refresh
+public Refresh()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/CloudHypermediaAutoConfiguration.CloudHypermediaProperties.html b/target/apidocs/org/springframework/cloud/client/hypermedia/CloudHypermediaAutoConfiguration.CloudHypermediaProperties.html
new file mode 100644
index 00000000..4d97b952
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/CloudHypermediaAutoConfiguration.CloudHypermediaProperties.html
@@ -0,0 +1,263 @@
+
+
+
+
+
+
+CloudHypermediaAutoConfiguration.CloudHypermediaProperties (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/CloudHypermediaAutoConfiguration.html b/target/apidocs/org/springframework/cloud/client/hypermedia/CloudHypermediaAutoConfiguration.html
new file mode 100644
index 00000000..2ebcfb8c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/CloudHypermediaAutoConfiguration.html
@@ -0,0 +1,303 @@
+
+
+
+
+
+
+CloudHypermediaAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/DiscoveredResource.html b/target/apidocs/org/springframework/cloud/client/hypermedia/DiscoveredResource.html
new file mode 100644
index 00000000..7a11351d
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/DiscoveredResource.html
@@ -0,0 +1,317 @@
+
+
+
+
+
+
+DiscoveredResource (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.hypermedia.DiscoveredResource
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Concrete Methods
+
+Modifier and Type
+Method and Description
+
+
+void
+setRestOperations (org.springframework.web.client.RestOperations restOperations)
+Configures the RestOperations to use to execute the traversal and verifying HEAD calls.
+
+
+
+void
+verifyOrDiscover ()
+Verifies the link to the current
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/DynamicServiceInstanceProvider.html b/target/apidocs/org/springframework/cloud/client/hypermedia/DynamicServiceInstanceProvider.html
new file mode 100644
index 00000000..a44117a0
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/DynamicServiceInstanceProvider.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+DynamicServiceInstanceProvider (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.hypermedia.DynamicServiceInstanceProvider
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/RemoteResource.html b/target/apidocs/org/springframework/cloud/client/hypermedia/RemoteResource.html
new file mode 100644
index 00000000..17af279f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/RemoteResource.html
@@ -0,0 +1,255 @@
+
+
+
+
+
+
+RemoteResource (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Abstract Methods
+
+Modifier and Type
+Method and Description
+
+
+org.springframework.hateoas.Link
+getLink ()
+Returns the Link to the resource in case it is available or null
+ in case it's gone, i.e.
+
+
+
+void
+verifyOrDiscover ()
+Discovers the the resource in case it hasn't been yet or became unavailable.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getLink
+org.springframework.hateoas.Link getLink()
+Returns the Link to the resource in case it is available or null
+ in case it's gone, i.e. either generally unavailable or can't be discovered.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/RemoteResourceRefresher.html b/target/apidocs/org/springframework/cloud/client/hypermedia/RemoteResourceRefresher.html
new file mode 100644
index 00000000..e739bf21
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/RemoteResourceRefresher.html
@@ -0,0 +1,313 @@
+
+
+
+
+
+
+RemoteResourceRefresher (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.scheduling.config.ScheduledTaskRegistrar
+
+
+org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
+
+
+org.springframework.cloud.client.hypermedia.RemoteResourceRefresher
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
+afterSingletonsInstantiated
+
+
+
+
+
+Methods inherited from class org.springframework.scheduling.config.ScheduledTaskRegistrar
+addCronTask, addCronTask, addFixedDelayTask, addFixedDelayTask, addFixedRateTask, addFixedRateTask, addTriggerTask, addTriggerTask, destroy, getCronTaskList, getFixedDelayTaskList, getFixedRateTaskList, getScheduler, getTriggerTaskList, hasTasks, scheduleCronTask, scheduleFixedDelayTask, scheduleFixedRateTask, scheduleTasks, scheduleTriggerTask, setCronTasks, setCronTasksList, setFixedDelayTasks, setFixedDelayTasksList, setFixedRateTasks, setFixedRateTasksList, setScheduler, setTaskScheduler, setTriggerTasks, setTriggerTasksList
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/ServiceInstanceProvider.html b/target/apidocs/org/springframework/cloud/client/hypermedia/ServiceInstanceProvider.html
new file mode 100644
index 00000000..20bb3b4b
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/ServiceInstanceProvider.html
@@ -0,0 +1,240 @@
+
+
+
+
+
+
+ServiceInstanceProvider (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/StaticServiceInstanceProvider.html b/target/apidocs/org/springframework/cloud/client/hypermedia/StaticServiceInstanceProvider.html
new file mode 100644
index 00000000..0b0a58e2
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/StaticServiceInstanceProvider.html
@@ -0,0 +1,293 @@
+
+
+
+
+
+
+StaticServiceInstanceProvider (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.hypermedia.StaticServiceInstanceProvider
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/TraversalDefinition.html b/target/apidocs/org/springframework/cloud/client/hypermedia/TraversalDefinition.html
new file mode 100644
index 00000000..a91e4d8d
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/TraversalDefinition.html
@@ -0,0 +1,232 @@
+
+
+
+
+
+
+TraversalDefinition (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Abstract Methods
+
+Modifier and Type
+Method and Description
+
+
+org.springframework.hateoas.client.Traverson.TraversalBuilder
+buildTraversal (org.springframework.hateoas.client.Traverson traverson)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh.html b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh.html
new file mode 100644
index 00000000..37423a0d
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/CloudHypermediaAutoConfiguration.CloudHypermediaProperties.html b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/CloudHypermediaAutoConfiguration.CloudHypermediaProperties.html
new file mode 100644
index 00000000..bd0330f1
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/CloudHypermediaAutoConfiguration.CloudHypermediaProperties.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/CloudHypermediaAutoConfiguration.html b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/CloudHypermediaAutoConfiguration.html
new file mode 100644
index 00000000..373e18b3
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/CloudHypermediaAutoConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/DiscoveredResource.html b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/DiscoveredResource.html
new file mode 100644
index 00000000..3beb29a6
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/DiscoveredResource.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.hypermedia.DiscoveredResource (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.hypermedia.DiscoveredResource
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/DynamicServiceInstanceProvider.html b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/DynamicServiceInstanceProvider.html
new file mode 100644
index 00000000..3269c313
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/DynamicServiceInstanceProvider.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.hypermedia.DynamicServiceInstanceProvider (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.hypermedia.DynamicServiceInstanceProvider
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/RemoteResource.html b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/RemoteResource.html
new file mode 100644
index 00000000..9188df99
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/RemoteResource.html
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.hypermedia.RemoteResource (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/RemoteResourceRefresher.html b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/RemoteResourceRefresher.html
new file mode 100644
index 00000000..f62a553d
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/RemoteResourceRefresher.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.hypermedia.RemoteResourceRefresher (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/ServiceInstanceProvider.html b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/ServiceInstanceProvider.html
new file mode 100644
index 00000000..cab4fcad
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/ServiceInstanceProvider.html
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.hypermedia.ServiceInstanceProvider (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/StaticServiceInstanceProvider.html b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/StaticServiceInstanceProvider.html
new file mode 100644
index 00000000..e00e4196
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/StaticServiceInstanceProvider.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.hypermedia.StaticServiceInstanceProvider (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.hypermedia.StaticServiceInstanceProvider
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/TraversalDefinition.html b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/TraversalDefinition.html
new file mode 100644
index 00000000..e85c15eb
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/class-use/TraversalDefinition.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.hypermedia.TraversalDefinition (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.hypermedia.TraversalDefinition
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/package-frame.html b/target/apidocs/org/springframework/cloud/client/hypermedia/package-frame.html
new file mode 100644
index 00000000..4585ed81
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/package-frame.html
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+org.springframework.cloud.client.hypermedia (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
Interfaces
+
+
Classes
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/package-summary.html b/target/apidocs/org/springframework/cloud/client/hypermedia/package-summary.html
new file mode 100644
index 00000000..b0e9e9d5
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/package-summary.html
@@ -0,0 +1,210 @@
+
+
+
+
+
+
+org.springframework.cloud.client.hypermedia (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Interface Summary
+
+Interface
+Description
+
+
+
+RemoteResource
+
+A REST resource that can be discovered and can be either gone or available.
+
+
+
+ServiceInstanceProvider
+
+A component that will provide a
ServiceInstance or can express the absence of one by returning
+ null.
+
+
+
+TraversalDefinition
+
+Callback to define the traversal to a resource.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/package-tree.html b/target/apidocs/org/springframework/cloud/client/hypermedia/package-tree.html
new file mode 100644
index 00000000..dbea1590
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/package-tree.html
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+org.springframework.cloud.client.hypermedia Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+
Interface Hierarchy
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/hypermedia/package-use.html b/target/apidocs/org/springframework/cloud/client/hypermedia/package-use.html
new file mode 100644
index 00000000..490c9311
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/hypermedia/package-use.html
@@ -0,0 +1,173 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.client.hypermedia (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/AsyncLoadBalancerAutoConfiguration.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/AsyncLoadBalancerAutoConfiguration.html
new file mode 100644
index 00000000..7e6b35b2
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/AsyncLoadBalancerAutoConfiguration.html
@@ -0,0 +1,246 @@
+
+
+
+
+
+
+AsyncLoadBalancerAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.loadbalancer.AsyncLoadBalancerAutoConfiguration
+
+
+
+
+
+
+
+
+@Configuration
+ @ConditionalOnClass(value=org.springframework.web.client.AsyncRestTemplate.class)
+public class AsyncLoadBalancerAutoConfiguration
+extends Object
+Auto configuration for Ribbon (client side load balancing).
+
+Author:
+Rob Worsnop
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/AsyncLoadBalancerInterceptor.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/AsyncLoadBalancerInterceptor.html
new file mode 100644
index 00000000..cf0154fe
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/AsyncLoadBalancerInterceptor.html
@@ -0,0 +1,293 @@
+
+
+
+
+
+
+AsyncLoadBalancerInterceptor (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.loadbalancer.AsyncLoadBalancerInterceptor
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Concrete Methods
+
+Modifier and Type
+Method and Description
+
+
+org.springframework.util.concurrent.ListenableFuture<org.springframework.http.client.ClientHttpResponse>
+intercept (org.springframework.http.HttpRequest request,
+ byte[] body,
+ org.springframework.http.client.AsyncClientHttpRequestExecution execution)
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+intercept
+public org.springframework.util.concurrent.ListenableFuture<org.springframework.http.client.ClientHttpResponse> intercept(org.springframework.http.HttpRequest request,
+ byte[] body,
+ org.springframework.http.client.AsyncClientHttpRequestExecution execution)
+ throws IOException
+
+Specified by:
+intercept in interface org.springframework.http.client.AsyncClientHttpRequestInterceptor
+Throws:
+IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/AsyncRestTemplateCustomizer.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/AsyncRestTemplateCustomizer.html
new file mode 100644
index 00000000..82d641be
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/AsyncRestTemplateCustomizer.html
@@ -0,0 +1,227 @@
+
+
+
+
+
+
+AsyncRestTemplateCustomizer (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/InterceptorRetryPolicy.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/InterceptorRetryPolicy.html
new file mode 100644
index 00000000..c540df14
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/InterceptorRetryPolicy.html
@@ -0,0 +1,392 @@
+
+
+
+
+
+
+InterceptorRetryPolicy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Concrete Methods
+
+Modifier and Type
+Method and Description
+
+
+boolean
+canRetry (org.springframework.retry.RetryContext context)
+
+
+void
+close (org.springframework.retry.RetryContext context)
+
+
+boolean
+equals (Object o)
+
+
+int
+hashCode ()
+
+
+org.springframework.retry.RetryContext
+open (org.springframework.retry.RetryContext parent)
+
+
+void
+registerThrowable (org.springframework.retry.RetryContext context,
+ Throwable throwable)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+InterceptorRetryPolicy
+public InterceptorRetryPolicy(org.springframework.http.HttpRequest request,
+ LoadBalancedRetryPolicy policy,
+ ServiceInstanceChooser serviceInstanceChooser,
+ String serviceName)
+Creates a new retry policy.
+
+Parameters:
+request - the request that will be retried
+policy - the retry policy from the load balancer
+serviceInstanceChooser - the load balancer client
+serviceName - the name of the service
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalanced.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalanced.html
new file mode 100644
index 00000000..3e16b179
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalanced.html
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+LoadBalanced (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Field |
+Required |
+Optional
+
+
+Detail:
+Field |
+Element
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Field |
+Required |
+Optional
+
+
+Detail:
+Field |
+Element
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancedRetryContext.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancedRetryContext.html
new file mode 100644
index 00000000..043957a2
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancedRetryContext.html
@@ -0,0 +1,407 @@
+
+
+
+
+
+
+LoadBalancedRetryContext (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.core.AttributeAccessorSupport
+
+
+org.springframework.retry.context.RetryContextSupport
+
+
+org.springframework.cloud.client.loadbalancer.LoadBalancedRetryContext
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+Fields inherited from interface org.springframework.retry.RetryContext
+CLOSED, EXHAUSTED, NAME, RECOVERED, STATE_KEY
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+LoadBalancedRetryContext (org.springframework.retry.RetryContext parent,
+ org.springframework.http.HttpRequest request)
+Creates a new load balanced context.
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.retry.context.RetryContextSupport
+getLastThrowable, getParent, getRetryCount, isExhaustedOnly, registerThrowable, setExhaustedOnly, toString
+
+
+
+
+
+Methods inherited from class org.springframework.core.AttributeAccessorSupport
+attributeNames, copyAttributesFrom, equals, getAttribute, hasAttribute, hashCode, removeAttribute, setAttribute
+
+
+
+
+
+
+Methods inherited from interface org.springframework.core.AttributeAccessor
+attributeNames, getAttribute, hasAttribute, removeAttribute, setAttribute
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+LoadBalancedRetryContext
+public LoadBalancedRetryContext(org.springframework.retry.RetryContext parent,
+ org.springframework.http.HttpRequest request)
+Creates a new load balanced context.
+
+Parameters:
+parent - the parent context
+request - the request that is being load balanced
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancedRetryPolicy.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancedRetryPolicy.html
new file mode 100644
index 00000000..7c102259
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancedRetryPolicy.html
@@ -0,0 +1,304 @@
+
+
+
+
+
+
+LoadBalancedRetryPolicy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+canRetryNextServer
+boolean canRetryNextServer(LoadBalancedRetryContext context)
+Return true to retry the failed request on the next server from the load balancer.
+ This method may be called more than once when executing a single operation.
+
+Parameters:
+context - the context for the retry operation
+Returns:
+true to retry the failed request on the next server from the load balancer, false otherwise
+
+
+
+
+
+
+
+
+
+
+
+
+registerThrowable
+void registerThrowable(LoadBalancedRetryContext context,
+ Throwable throwable)
+Called when the execution fails.
+
+Parameters:
+context - the context for the retry operation
+throwable - the throwable from the failed execution.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancedRetryPolicyFactory.NeverRetryFactory.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancedRetryPolicyFactory.NeverRetryFactory.html
new file mode 100644
index 00000000..00bf1214
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancedRetryPolicyFactory.NeverRetryFactory.html
@@ -0,0 +1,312 @@
+
+
+
+
+
+
+LoadBalancedRetryPolicyFactory.NeverRetryFactory (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicyFactory.NeverRetryFactory
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancedRetryPolicyFactory.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancedRetryPolicyFactory.html
new file mode 100644
index 00000000..e7bfb344
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancedRetryPolicyFactory.html
@@ -0,0 +1,263 @@
+
+
+
+
+
+
+LoadBalancedRetryPolicyFactory (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerAutoConfiguration.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerAutoConfiguration.html
new file mode 100644
index 00000000..0998da49
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerAutoConfiguration.html
@@ -0,0 +1,298 @@
+
+
+
+
+
+
+LoadBalancerAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration
+
+
+
+
+
+
+
+
+@Configuration
+ @ConditionalOnClass(value=org.springframework.web.client.RestTemplate.class)
+ @ConditionalOnBean(value=LoadBalancerClient.class )
+ @EnableConfigurationProperties(value=LoadBalancerRetryProperties.class )
+public class LoadBalancerAutoConfiguration
+extends Object
+Auto configuration for Ribbon (client side load balancing).
+
+Author:
+Spencer Gibb, Dave Syer, Will Tran
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerClient.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerClient.html
new file mode 100644
index 00000000..abb55aaf
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerClient.html
@@ -0,0 +1,322 @@
+
+
+
+
+
+
+LoadBalancerClient (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+execute
+<T> T execute(String serviceId,
+ LoadBalancerRequest <T> request)
+ throws IOException
+execute request using a ServiceInstance from the LoadBalancer for the specified
+ service
+
+Parameters:
+serviceId - the service id to look up the LoadBalancer
+request - allows implementations to execute pre and post actions such as
+ incrementing metrics
+Returns:
+the result of the LoadBalancerRequest callback on the selected
+ ServiceInstance
+Throws:
+IOException
+
+
+
+
+
+
+
+
+execute
+<T> T execute(String serviceId,
+ ServiceInstance serviceInstance,
+ LoadBalancerRequest <T> request)
+ throws IOException
+execute request using a ServiceInstance from the LoadBalancer for the specified
+ service
+
+Parameters:
+serviceId - the service id to look up the LoadBalancer
+serviceInstance - the service to execute the request to
+request - allows implementations to execute pre and post actions such as
+ incrementing metrics
+Returns:
+the result of the LoadBalancerRequest callback on the selected
+ ServiceInstance
+Throws:
+IOException
+
+
+
+
+
+
+
+
+reconstructURI
+URI reconstructURI(ServiceInstance instance,
+ URI original)
+Create a proper URI with a real host and port for systems to utilize.
+ Some systems use a URI with the logical serivce name as the host,
+ such as http://myservice/path/to/service. This will replace the
+ service name with the host:port from the ServiceInstance.
+
+Parameters:
+instance -
+original - a URI with the host as a logical service name
+Returns:
+a reconstructed URI
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerInterceptor.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerInterceptor.html
new file mode 100644
index 00000000..7258fd9f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerInterceptor.html
@@ -0,0 +1,307 @@
+
+
+
+
+
+
+LoadBalancerInterceptor (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Concrete Methods
+
+Modifier and Type
+Method and Description
+
+
+org.springframework.http.client.ClientHttpResponse
+intercept (org.springframework.http.HttpRequest request,
+ byte[] body,
+ org.springframework.http.client.ClientHttpRequestExecution execution)
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+intercept
+public org.springframework.http.client.ClientHttpResponse intercept(org.springframework.http.HttpRequest request,
+ byte[] body,
+ org.springframework.http.client.ClientHttpRequestExecution execution)
+ throws IOException
+
+Specified by:
+intercept in interface org.springframework.http.client.ClientHttpRequestInterceptor
+Throws:
+IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerRequest.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerRequest.html
new file mode 100644
index 00000000..24b1c064
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerRequest.html
@@ -0,0 +1,234 @@
+
+
+
+
+
+
+LoadBalancerRequest (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerRequestFactory.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerRequestFactory.html
new file mode 100644
index 00000000..6ff8b8e9
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerRequestFactory.html
@@ -0,0 +1,299 @@
+
+
+
+
+
+
+LoadBalancerRequestFactory (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.loadbalancer.LoadBalancerRequestFactory
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Concrete Methods
+
+Modifier and Type
+Method and Description
+
+
+LoadBalancerRequest <org.springframework.http.client.ClientHttpResponse>
+createRequest (org.springframework.http.HttpRequest request,
+ byte[] body,
+ org.springframework.http.client.ClientHttpRequestExecution execution)
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+createRequest
+public LoadBalancerRequest <org.springframework.http.client.ClientHttpResponse> createRequest(org.springframework.http.HttpRequest request,
+ byte[] body,
+ org.springframework.http.client.ClientHttpRequestExecution execution)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerRequestTransformer.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerRequestTransformer.html
new file mode 100644
index 00000000..b2639dd4
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerRequestTransformer.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+LoadBalancerRequestTransformer (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static int
+DEFAULT_ORDER
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerRetryProperties.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerRetryProperties.html
new file mode 100644
index 00000000..0c67bf29
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/LoadBalancerRetryProperties.html
@@ -0,0 +1,306 @@
+
+
+
+
+
+
+LoadBalancerRetryProperties (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.loadbalancer.LoadBalancerRetryProperties
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Concrete Methods
+
+Modifier and Type
+Method and Description
+
+
+boolean
+isEnabled ()
+Returns true if the load balancer should retry failed requests.
+
+
+
+void
+setEnabled (boolean enabled)
+Sets whether the load balancer should retry failed request.
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/RestTemplateCustomizer.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/RestTemplateCustomizer.html
new file mode 100644
index 00000000..0f164152
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/RestTemplateCustomizer.html
@@ -0,0 +1,227 @@
+
+
+
+
+
+
+RestTemplateCustomizer (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/RetryLoadBalancerInterceptor.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/RetryLoadBalancerInterceptor.html
new file mode 100644
index 00000000..a13bf918
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/RetryLoadBalancerInterceptor.html
@@ -0,0 +1,319 @@
+
+
+
+
+
+
+RetryLoadBalancerInterceptor (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.loadbalancer.RetryLoadBalancerInterceptor
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Concrete Methods
+
+Modifier and Type
+Method and Description
+
+
+org.springframework.http.client.ClientHttpResponse
+intercept (org.springframework.http.HttpRequest request,
+ byte[] body,
+ org.springframework.http.client.ClientHttpRequestExecution execution)
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+intercept
+public org.springframework.http.client.ClientHttpResponse intercept(org.springframework.http.HttpRequest request,
+ byte[] body,
+ org.springframework.http.client.ClientHttpRequestExecution execution)
+ throws IOException
+
+Specified by:
+intercept in interface org.springframework.http.client.ClientHttpRequestInterceptor
+Throws:
+IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/ServiceInstanceChooser.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/ServiceInstanceChooser.html
new file mode 100644
index 00000000..b224df8b
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/ServiceInstanceChooser.html
@@ -0,0 +1,242 @@
+
+
+
+
+
+
+ServiceInstanceChooser (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/ServiceRequestWrapper.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/ServiceRequestWrapper.html
new file mode 100644
index 00000000..c2bc68ed
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/ServiceRequestWrapper.html
@@ -0,0 +1,303 @@
+
+
+
+
+
+
+ServiceRequestWrapper (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.http.client.support.HttpRequestWrapper
+
+
+org.springframework.cloud.client.loadbalancer.ServiceRequestWrapper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.http.client.support.HttpRequestWrapper
+getHeaders, getMethod, getRequest
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getURI
+public URI getURI()
+
+Specified by:
+getURI in interface org.springframework.http.HttpRequest
+Overrides:
+getURI in class org.springframework.http.client.support.HttpRequestWrapper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/AsyncLoadBalancerAutoConfiguration.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/AsyncLoadBalancerAutoConfiguration.html
new file mode 100644
index 00000000..4d9dd283
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/AsyncLoadBalancerAutoConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.loadbalancer.AsyncLoadBalancerAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.loadbalancer.AsyncLoadBalancerAutoConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/AsyncLoadBalancerInterceptor.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/AsyncLoadBalancerInterceptor.html
new file mode 100644
index 00000000..85985230
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/AsyncLoadBalancerInterceptor.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.loadbalancer.AsyncLoadBalancerInterceptor (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.loadbalancer.AsyncLoadBalancerInterceptor
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/AsyncRestTemplateCustomizer.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/AsyncRestTemplateCustomizer.html
new file mode 100644
index 00000000..bff2ca40
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/AsyncRestTemplateCustomizer.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.loadbalancer.AsyncRestTemplateCustomizer (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.loadbalancer.AsyncRestTemplateCustomizer
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/InterceptorRetryPolicy.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/InterceptorRetryPolicy.html
new file mode 100644
index 00000000..390c9255
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/InterceptorRetryPolicy.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalanced.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalanced.html
new file mode 100644
index 00000000..68ebc843
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalanced.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.loadbalancer.LoadBalanced (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.loadbalancer.LoadBalanced
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancedRetryContext.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancedRetryContext.html
new file mode 100644
index 00000000..418baf02
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancedRetryContext.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryContext (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancedRetryPolicy.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancedRetryPolicy.html
new file mode 100644
index 00000000..cd1b59e2
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancedRetryPolicy.html
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancedRetryPolicyFactory.NeverRetryFactory.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancedRetryPolicyFactory.NeverRetryFactory.html
new file mode 100644
index 00000000..a20017dd
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancedRetryPolicyFactory.NeverRetryFactory.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicyFactory.NeverRetryFactory (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicyFactory.NeverRetryFactory
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancedRetryPolicyFactory.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancedRetryPolicyFactory.html
new file mode 100644
index 00000000..94391e50
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancedRetryPolicyFactory.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicyFactory (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerAutoConfiguration.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerAutoConfiguration.html
new file mode 100644
index 00000000..f623e83e
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerAutoConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerClient.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerClient.html
new file mode 100644
index 00000000..df91b771
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerClient.html
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.loadbalancer.LoadBalancerClient (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructors in org.springframework.cloud.client.loadbalancer with parameters of type LoadBalancerClient
+
+Constructor and Description
+
+
+
+AsyncLoadBalancerInterceptor (LoadBalancerClient loadBalancer)
+
+
+LoadBalancerInterceptor (LoadBalancerClient loadBalancer)
+
+
+LoadBalancerInterceptor (LoadBalancerClient loadBalancer,
+ LoadBalancerRequestFactory requestFactory)
+
+
+LoadBalancerRequestFactory (LoadBalancerClient loadBalancer)
+
+
+LoadBalancerRequestFactory (LoadBalancerClient loadBalancer,
+ List <LoadBalancerRequestTransformer > transformers)
+
+
+RetryLoadBalancerInterceptor (LoadBalancerClient loadBalancer,
+ org.springframework.retry.support.RetryTemplate retryTemplate,
+ LoadBalancerRetryProperties lbProperties,
+ LoadBalancedRetryPolicyFactory lbRetryPolicyFactory)
+
+
+RetryLoadBalancerInterceptor (LoadBalancerClient loadBalancer,
+ org.springframework.retry.support.RetryTemplate retryTemplate,
+ LoadBalancerRetryProperties lbProperties,
+ LoadBalancedRetryPolicyFactory lbRetryPolicyFactory,
+ LoadBalancerRequestFactory requestFactory)
+
+
+ServiceRequestWrapper (org.springframework.http.HttpRequest request,
+ ServiceInstance instance,
+ LoadBalancerClient loadBalancer)
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerInterceptor.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerInterceptor.html
new file mode 100644
index 00000000..fdbfe970
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerInterceptor.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerRequest.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerRequest.html
new file mode 100644
index 00000000..0c3bc5d1
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerRequest.html
@@ -0,0 +1,194 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.loadbalancer.LoadBalancerRequest (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerRequestFactory.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerRequestFactory.html
new file mode 100644
index 00000000..9124c238
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerRequestFactory.html
@@ -0,0 +1,185 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.loadbalancer.LoadBalancerRequestFactory (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerRequestTransformer.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerRequestTransformer.html
new file mode 100644
index 00000000..92efeecf
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerRequestTransformer.html
@@ -0,0 +1,165 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.loadbalancer.LoadBalancerRequestTransformer (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerRetryProperties.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerRetryProperties.html
new file mode 100644
index 00000000..6854ff2f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/LoadBalancerRetryProperties.html
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.loadbalancer.LoadBalancerRetryProperties (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/RestTemplateCustomizer.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/RestTemplateCustomizer.html
new file mode 100644
index 00000000..0e30f9eb
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/RestTemplateCustomizer.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.loadbalancer.RestTemplateCustomizer (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/RetryLoadBalancerInterceptor.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/RetryLoadBalancerInterceptor.html
new file mode 100644
index 00000000..83eca74a
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/RetryLoadBalancerInterceptor.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.loadbalancer.RetryLoadBalancerInterceptor (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.loadbalancer.RetryLoadBalancerInterceptor
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/ServiceInstanceChooser.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/ServiceInstanceChooser.html
new file mode 100644
index 00000000..cc7cdf58
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/ServiceInstanceChooser.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.loadbalancer.ServiceInstanceChooser (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/ServiceRequestWrapper.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/ServiceRequestWrapper.html
new file mode 100644
index 00000000..6f44cb0a
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/class-use/ServiceRequestWrapper.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.loadbalancer.ServiceRequestWrapper (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.loadbalancer.ServiceRequestWrapper
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/package-frame.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/package-frame.html
new file mode 100644
index 00000000..c901661b
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/package-frame.html
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+org.springframework.cloud.client.loadbalancer (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
Interfaces
+
+
Classes
+
+
Annotation Types
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/package-summary.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/package-summary.html
new file mode 100644
index 00000000..51968b19
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/package-summary.html
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+org.springframework.cloud.client.loadbalancer (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Annotation Types Summary
+
+Annotation Type
+Description
+
+
+
+LoadBalanced
+
+Annotation to mark a RestTemplate bean to be configured to use a LoadBalancerClient
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/package-tree.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/package-tree.html
new file mode 100644
index 00000000..556bba53
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/package-tree.html
@@ -0,0 +1,179 @@
+
+
+
+
+
+
+org.springframework.cloud.client.loadbalancer Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+
Interface Hierarchy
+
+
Annotation Type Hierarchy
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/loadbalancer/package-use.html b/target/apidocs/org/springframework/cloud/client/loadbalancer/package-use.html
new file mode 100644
index 00000000..fe265b42
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/loadbalancer/package-use.html
@@ -0,0 +1,208 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.client.loadbalancer (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/package-frame.html b/target/apidocs/org/springframework/cloud/client/package-frame.html
new file mode 100644
index 00000000..17379de7
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/package-frame.html
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+org.springframework.cloud.client (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
Interfaces
+
+
Classes
+
+
Annotation Types
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/package-summary.html b/target/apidocs/org/springframework/cloud/client/package-summary.html
new file mode 100644
index 00000000..5c5b2f48
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/package-summary.html
@@ -0,0 +1,196 @@
+
+
+
+
+
+
+org.springframework.cloud.client (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Interface Summary
+
+Interface
+Description
+
+
+
+ServiceInstance
+
+Represents an instance of a Service in a Discovery System
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/package-tree.html b/target/apidocs/org/springframework/cloud/client/package-tree.html
new file mode 100644
index 00000000..7a4f3bad
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/package-tree.html
@@ -0,0 +1,151 @@
+
+
+
+
+
+
+org.springframework.cloud.client Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+
Interface Hierarchy
+
+
Annotation Type Hierarchy
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/package-use.html b/target/apidocs/org/springframework/cloud/client/package-use.html
new file mode 100644
index 00000000..94713b22
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/package-use.html
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.client (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/AbstractAutoServiceRegistration.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/AbstractAutoServiceRegistration.html
new file mode 100644
index 00000000..f861ec9c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/AbstractAutoServiceRegistration.html
@@ -0,0 +1,443 @@
+
+
+
+
+
+
+AbstractAutoServiceRegistration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+Fields inherited from interface org.springframework.core.Ordered
+HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+destroy , getAppName , getConfiguration , getConfiguredPort , getContext , getEnvironment , getManagementPort , getManagementServiceId , getManagementServiceName , getOrder , getPhase , getPort , getRunning , isAutoStartup , isEnabled , isRunning , onApplicationEvent , setApplicationContext , setConfiguredPort , shouldRegisterManagement , start , stop
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/AutoServiceRegistration.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/AutoServiceRegistration.html
new file mode 100644
index 00000000..c6402899
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/AutoServiceRegistration.html
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+AutoServiceRegistration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/AutoServiceRegistrationAutoConfiguration.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/AutoServiceRegistrationAutoConfiguration.html
new file mode 100644
index 00000000..f5a4a107
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/AutoServiceRegistrationAutoConfiguration.html
@@ -0,0 +1,280 @@
+
+
+
+
+
+
+AutoServiceRegistrationAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationAutoConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/AutoServiceRegistrationConfiguration.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/AutoServiceRegistrationConfiguration.html
new file mode 100644
index 00000000..ecce0270
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/AutoServiceRegistrationConfiguration.html
@@ -0,0 +1,245 @@
+
+
+
+
+
+
+AutoServiceRegistrationConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/AutoServiceRegistrationProperties.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/AutoServiceRegistrationProperties.html
new file mode 100644
index 00000000..e9615cc1
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/AutoServiceRegistrationProperties.html
@@ -0,0 +1,291 @@
+
+
+
+
+
+
+AutoServiceRegistrationProperties (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/Registration.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/Registration.html
new file mode 100644
index 00000000..0e1a1791
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/Registration.html
@@ -0,0 +1,234 @@
+
+
+
+
+
+
+Registration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getServiceId
+String getServiceId()
+
+Returns:
+the serviceId associated with this registration
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/ServiceRegistry.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/ServiceRegistry.html
new file mode 100644
index 00000000..7a75a4f6
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/ServiceRegistry.html
@@ -0,0 +1,334 @@
+
+
+
+
+
+
+ServiceRegistry (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Abstract Methods
+
+Modifier and Type
+Method and Description
+
+
+void
+close ()
+Close the ServiceRegistry.
+
+
+
+void
+deregister (R registration)
+Deregister the registration.
+
+
+
+<T> T
+getStatus (R registration)
+Gets the status of a particular registration.
+
+
+
+void
+register (R registration)
+Register the registration.
+
+
+
+void
+setStatus (R registration,
+ String status)
+Sets the status of the registration.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+setStatus
+void setStatus(R registration,
+ String status)
+Sets the status of the registration. The status values are determined
+ by the individual implementations.
+
+Parameters:
+registration - the registration to update
+status - the status to set
+See Also:
+ServiceRegistryEndpoint
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration.html
new file mode 100644
index 00000000..8082b0a0
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration.html
@@ -0,0 +1,282 @@
+
+
+
+
+
+
+ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/ServiceRegistryAutoConfiguration.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/ServiceRegistryAutoConfiguration.html
new file mode 100644
index 00000000..8d8f83e6
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/ServiceRegistryAutoConfiguration.html
@@ -0,0 +1,263 @@
+
+
+
+
+
+
+ServiceRegistryAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/AbstractAutoServiceRegistration.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/AbstractAutoServiceRegistration.html
new file mode 100644
index 00000000..9ea0aa63
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/AbstractAutoServiceRegistration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/AutoServiceRegistration.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/AutoServiceRegistration.html
new file mode 100644
index 00000000..33606cbb
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/AutoServiceRegistration.html
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.serviceregistry.AutoServiceRegistration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/AutoServiceRegistrationAutoConfiguration.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/AutoServiceRegistrationAutoConfiguration.html
new file mode 100644
index 00000000..452de4ea
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/AutoServiceRegistrationAutoConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationAutoConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/AutoServiceRegistrationConfiguration.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/AutoServiceRegistrationConfiguration.html
new file mode 100644
index 00000000..14f7901c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/AutoServiceRegistrationConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/AutoServiceRegistrationProperties.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/AutoServiceRegistrationProperties.html
new file mode 100644
index 00000000..3bf4024b
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/AutoServiceRegistrationProperties.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/Registration.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/Registration.html
new file mode 100644
index 00000000..27cad91d
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/Registration.html
@@ -0,0 +1,196 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.serviceregistry.Registration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/ServiceRegistry.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/ServiceRegistry.html
new file mode 100644
index 00000000..5fd2f2cb
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/ServiceRegistry.html
@@ -0,0 +1,210 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.client.serviceregistry.ServiceRegistry (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration.html
new file mode 100644
index 00000000..6b6b1571
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/ServiceRegistryAutoConfiguration.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/ServiceRegistryAutoConfiguration.html
new file mode 100644
index 00000000..62b15550
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/class-use/ServiceRegistryAutoConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/ServiceRegistryEndpoint.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/ServiceRegistryEndpoint.html
new file mode 100644
index 00000000..e3bbbd80
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/ServiceRegistryEndpoint.html
@@ -0,0 +1,385 @@
+
+
+
+
+
+
+ServiceRegistryEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Prev Class
+Next Class
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
+
+
+
+@ManagedResource(description="Can be used to display and set the service instance status using the service registry")
+public class ServiceRegistryEndpoint
+extends Object
+implements org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
+Endpoint to display and set the service instance status using the service registry.
+
+Author:
+Spencer Gibb
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+Fields inherited from interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
+DISABLED_RESPONSE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getPath
+public String getPath()
+
+Specified by:
+getPath in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Prev Class
+Next Class
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/class-use/ServiceRegistryEndpoint.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/class-use/ServiceRegistryEndpoint.html
new file mode 100644
index 00000000..53218e63
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/class-use/ServiceRegistryEndpoint.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/package-frame.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/package-frame.html
new file mode 100644
index 00000000..c8eefbaa
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/package-frame.html
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+org.springframework.cloud.client.serviceregistry.endpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/package-summary.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/package-summary.html
new file mode 100644
index 00000000..58a830eb
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/package-summary.html
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+org.springframework.cloud.client.serviceregistry.endpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Class Summary
+
+Class
+Description
+
+
+
+ServiceRegistryEndpoint
+
+Endpoint to display and set the service instance status using the service registry.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/package-tree.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/package-tree.html
new file mode 100644
index 00000000..dad16161
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/package-tree.html
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+org.springframework.cloud.client.serviceregistry.endpoint Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint (implements org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint)
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/package-use.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/package-use.html
new file mode 100644
index 00000000..32d32514
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/endpoint/package-use.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.client.serviceregistry.endpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/package-frame.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/package-frame.html
new file mode 100644
index 00000000..d9d430ba
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/package-frame.html
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+org.springframework.cloud.client.serviceregistry (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
Interfaces
+
+
Classes
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/package-summary.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/package-summary.html
new file mode 100644
index 00000000..2cbba09e
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/package-summary.html
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+org.springframework.cloud.client.serviceregistry (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/package-tree.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/package-tree.html
new file mode 100644
index 00000000..5635983d
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/package-tree.html
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+org.springframework.cloud.client.serviceregistry Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+
Interface Hierarchy
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/client/serviceregistry/package-use.html b/target/apidocs/org/springframework/cloud/client/serviceregistry/package-use.html
new file mode 100644
index 00000000..62bd7bde
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/client/serviceregistry/package-use.html
@@ -0,0 +1,195 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.client.serviceregistry (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/commons/util/IdUtils.html b/target/apidocs/org/springframework/cloud/commons/util/IdUtils.html
new file mode 100644
index 00000000..f70c71bb
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/commons/util/IdUtils.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+IdUtils (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+IdUtils ()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+IdUtils
+public IdUtils()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/commons/util/InetUtils.HostInfo.html b/target/apidocs/org/springframework/cloud/commons/util/InetUtils.HostInfo.html
new file mode 100644
index 00000000..765194ba
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/commons/util/InetUtils.HostInfo.html
@@ -0,0 +1,325 @@
+
+
+
+
+
+
+InetUtils.HostInfo (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.commons.util.InetUtils.HostInfo
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+boolean
+override
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Detail
+
+
+
+
+
+override
+public boolean override
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+HostInfo
+public HostInfo()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/commons/util/InetUtils.html b/target/apidocs/org/springframework/cloud/commons/util/InetUtils.html
new file mode 100644
index 00000000..fdc8c0ae
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/commons/util/InetUtils.html
@@ -0,0 +1,400 @@
+
+
+
+
+
+
+InetUtils (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested Classes
+
+Modifier and Type
+Class and Description
+
+
+static class
+InetUtils.HostInfo
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getFirstNonLoopbackHostInfo
+@Deprecated
+public static InetUtils.HostInfo getFirstNonLoopbackHostInfo()
+Deprecated.
+Find the first non-loopback host info. If there were errors return a host info with
+ 'localhost' and '127.0.0.1' for hostname and ipAddress respectively.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/commons/util/InetUtilsProperties.html b/target/apidocs/org/springframework/cloud/commons/util/InetUtilsProperties.html
new file mode 100644
index 00000000..19a31398
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/commons/util/InetUtilsProperties.html
@@ -0,0 +1,284 @@
+
+
+
+
+
+
+InetUtilsProperties (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.commons.util.InetUtilsProperties
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static String
+PREFIX
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Detail
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/commons/util/SpringFactoryImportSelector.html b/target/apidocs/org/springframework/cloud/commons/util/SpringFactoryImportSelector.html
new file mode 100644
index 00000000..e0185941
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/commons/util/SpringFactoryImportSelector.html
@@ -0,0 +1,393 @@
+
+
+
+
+
+
+SpringFactoryImportSelector (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.commons.util.SpringFactoryImportSelector<T>
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.annotation.DeferredImportSelector, org.springframework.context.annotation.ImportSelector, org.springframework.context.EnvironmentAware
+
+
+Direct Known Subclasses:
+EnableCircuitBreakerImportSelector , EnableDiscoveryClientImportSelector
+
+
+
+public abstract class SpringFactoryImportSelector<T>
+extends Object
+implements org.springframework.context.annotation.DeferredImportSelector, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.EnvironmentAware
+Selects configurations to load defined by the generic type T. Loads implementations
+ using SpringFactoriesLoader.
+
+Author:
+Spencer Gibb, Dave Syer
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/commons/util/UtilAutoConfiguration.html b/target/apidocs/org/springframework/cloud/commons/util/UtilAutoConfiguration.html
new file mode 100644
index 00000000..2c82de02
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/commons/util/UtilAutoConfiguration.html
@@ -0,0 +1,297 @@
+
+
+
+
+
+
+UtilAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.commons.util.UtilAutoConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/commons/util/class-use/IdUtils.html b/target/apidocs/org/springframework/cloud/commons/util/class-use/IdUtils.html
new file mode 100644
index 00000000..4b09920f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/commons/util/class-use/IdUtils.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.commons.util.IdUtils (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.commons.util.IdUtils
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/commons/util/class-use/InetUtils.HostInfo.html b/target/apidocs/org/springframework/cloud/commons/util/class-use/InetUtils.HostInfo.html
new file mode 100644
index 00000000..c8dfdc6a
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/commons/util/class-use/InetUtils.HostInfo.html
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.commons.util.InetUtils.HostInfo (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/commons/util/class-use/InetUtils.html b/target/apidocs/org/springframework/cloud/commons/util/class-use/InetUtils.html
new file mode 100644
index 00000000..65cf19d3
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/commons/util/class-use/InetUtils.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.commons.util.InetUtils (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/commons/util/class-use/InetUtilsProperties.html b/target/apidocs/org/springframework/cloud/commons/util/class-use/InetUtilsProperties.html
new file mode 100644
index 00000000..f946f0bd
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/commons/util/class-use/InetUtilsProperties.html
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.commons.util.InetUtilsProperties (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/commons/util/class-use/SpringFactoryImportSelector.html b/target/apidocs/org/springframework/cloud/commons/util/class-use/SpringFactoryImportSelector.html
new file mode 100644
index 00000000..22f00688
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/commons/util/class-use/SpringFactoryImportSelector.html
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.commons.util.SpringFactoryImportSelector (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/commons/util/class-use/UtilAutoConfiguration.html b/target/apidocs/org/springframework/cloud/commons/util/class-use/UtilAutoConfiguration.html
new file mode 100644
index 00000000..5f416663
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/commons/util/class-use/UtilAutoConfiguration.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.commons.util.UtilAutoConfiguration (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.commons.util.UtilAutoConfiguration
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/commons/util/package-frame.html b/target/apidocs/org/springframework/cloud/commons/util/package-frame.html
new file mode 100644
index 00000000..69335a51
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/commons/util/package-frame.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+org.springframework.cloud.commons.util (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/commons/util/package-summary.html b/target/apidocs/org/springframework/cloud/commons/util/package-summary.html
new file mode 100644
index 00000000..0f21cd41
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/commons/util/package-summary.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+org.springframework.cloud.commons.util (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/commons/util/package-tree.html b/target/apidocs/org/springframework/cloud/commons/util/package-tree.html
new file mode 100644
index 00000000..f6b54685
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/commons/util/package-tree.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+org.springframework.cloud.commons.util Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.springframework.cloud.commons.util.IdUtils
+org.springframework.cloud.commons.util.InetUtils (implements java.io.Closeable )
+org.springframework.cloud.commons.util.InetUtils.HostInfo
+org.springframework.cloud.commons.util.InetUtilsProperties
+org.springframework.cloud.commons.util.SpringFactoryImportSelector <T> (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.annotation.DeferredImportSelector, org.springframework.context.EnvironmentAware)
+org.springframework.cloud.commons.util.UtilAutoConfiguration
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/commons/util/package-use.html b/target/apidocs/org/springframework/cloud/commons/util/package-use.html
new file mode 100644
index 00000000..9eb7dd63
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/commons/util/package-use.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.commons.util (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/config/BeanLifecycleDecorator.Context.html b/target/apidocs/org/springframework/cloud/context/config/BeanLifecycleDecorator.Context.html
new file mode 100644
index 00000000..66b02a93
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/config/BeanLifecycleDecorator.Context.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+BeanLifecycleDecorator.Context (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.context.config.BeanLifecycleDecorator.Context<T>
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+Context (Runnable callback,
+ T auxiliary)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+getAuxiliary
+public T getAuxiliary()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/config/BeanLifecycleDecorator.html b/target/apidocs/org/springframework/cloud/context/config/BeanLifecycleDecorator.html
new file mode 100644
index 00000000..eef053d0
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/config/BeanLifecycleDecorator.html
@@ -0,0 +1,301 @@
+
+
+
+
+
+
+BeanLifecycleDecorator (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+Type Parameters:
+T - the type of auxiliary context object that can be passed between
+ methods. Implementations can choose what type of data to supply as
+ it is passed around unchanged by the caller.
+
+
+All Known Implementing Classes:
+StandardBeanLifecycleDecorator
+
+
+
+public interface BeanLifecycleDecorator<T>
+A helper interface providing optional decoration of bean instances and their
+ destruction callbacks. Users can supply custom implementations of this
+ strategy if they want tighter control over method invocation on the bean or
+ its destruction callback.
+
+Author:
+Dave Syer
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/config/StandardBeanLifecycleDecorator.html b/target/apidocs/org/springframework/cloud/context/config/StandardBeanLifecycleDecorator.html
new file mode 100644
index 00000000..7f95d327
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/config/StandardBeanLifecycleDecorator.html
@@ -0,0 +1,349 @@
+
+
+
+
+
+
+StandardBeanLifecycleDecorator (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.context.config.StandardBeanLifecycleDecorator
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/config/annotation/RefreshScope.html b/target/apidocs/org/springframework/cloud/context/config/annotation/RefreshScope.html
new file mode 100644
index 00000000..b9115de1
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/config/annotation/RefreshScope.html
@@ -0,0 +1,234 @@
+
+
+
+
+
+
+RefreshScope (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Prev Class
+Next Class
+
+
+
+
+
+
+
+
+Summary:
+Field |
+Required |
+Optional
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Optional Element Summary
+
+Optional Elements
+
+Modifier and Type
+Optional Element and Description
+
+
+org.springframework.context.annotation.ScopedProxyMode
+proxyMode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Element Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Prev Class
+Next Class
+
+
+
+
+
+
+
+
+Summary:
+Field |
+Required |
+Optional
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/config/annotation/class-use/RefreshScope.html b/target/apidocs/org/springframework/cloud/context/config/annotation/class-use/RefreshScope.html
new file mode 100644
index 00000000..bd4abcc6
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/config/annotation/class-use/RefreshScope.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.config.annotation.RefreshScope (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.context.config.annotation.RefreshScope
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/config/annotation/package-frame.html b/target/apidocs/org/springframework/cloud/context/config/annotation/package-frame.html
new file mode 100644
index 00000000..bfdd6dc3
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/config/annotation/package-frame.html
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+org.springframework.cloud.context.config.annotation (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/config/annotation/package-summary.html b/target/apidocs/org/springframework/cloud/context/config/annotation/package-summary.html
new file mode 100644
index 00000000..3766b658
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/config/annotation/package-summary.html
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+org.springframework.cloud.context.config.annotation (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Annotation Types Summary
+
+Annotation Type
+Description
+
+
+
+RefreshScope
+
+Convenience annotation to put a
@Bean definition in
+
refresh scope.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/config/annotation/package-tree.html b/target/apidocs/org/springframework/cloud/context/config/annotation/package-tree.html
new file mode 100644
index 00000000..744ea9d7
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/config/annotation/package-tree.html
@@ -0,0 +1,135 @@
+
+
+
+
+
+
+org.springframework.cloud.context.config.annotation Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Annotation Type Hierarchy
+
+org.springframework.cloud.context.config.annotation.RefreshScope (implements java.lang.annotation.Annotation )
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/config/annotation/package-use.html b/target/apidocs/org/springframework/cloud/context/config/annotation/package-use.html
new file mode 100644
index 00000000..8854568b
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/config/annotation/package-use.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.context.config.annotation (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.context.config.annotation
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/config/class-use/BeanLifecycleDecorator.Context.html b/target/apidocs/org/springframework/cloud/context/config/class-use/BeanLifecycleDecorator.Context.html
new file mode 100644
index 00000000..320663d3
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/config/class-use/BeanLifecycleDecorator.Context.html
@@ -0,0 +1,196 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.config.BeanLifecycleDecorator.Context (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/config/class-use/BeanLifecycleDecorator.html b/target/apidocs/org/springframework/cloud/context/config/class-use/BeanLifecycleDecorator.html
new file mode 100644
index 00000000..fdccb536
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/config/class-use/BeanLifecycleDecorator.html
@@ -0,0 +1,192 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.context.config.BeanLifecycleDecorator (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/config/class-use/StandardBeanLifecycleDecorator.html b/target/apidocs/org/springframework/cloud/context/config/class-use/StandardBeanLifecycleDecorator.html
new file mode 100644
index 00000000..effdd5df
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/config/class-use/StandardBeanLifecycleDecorator.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.config.StandardBeanLifecycleDecorator (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.context.config.StandardBeanLifecycleDecorator
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/config/package-frame.html b/target/apidocs/org/springframework/cloud/context/config/package-frame.html
new file mode 100644
index 00000000..c0db032c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/config/package-frame.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+org.springframework.cloud.context.config (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
Interfaces
+
+
Classes
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/config/package-summary.html b/target/apidocs/org/springframework/cloud/context/config/package-summary.html
new file mode 100644
index 00000000..516a58f3
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/config/package-summary.html
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+org.springframework.cloud.context.config (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Interface Summary
+
+Interface
+Description
+
+
+
+BeanLifecycleDecorator <T>
+
+A helper interface providing optional decoration of bean instances and their
+ destruction callbacks.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/config/package-tree.html b/target/apidocs/org/springframework/cloud/context/config/package-tree.html
new file mode 100644
index 00000000..0b3c37fe
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/config/package-tree.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+org.springframework.cloud.context.config Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+
Interface Hierarchy
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/config/package-use.html b/target/apidocs/org/springframework/cloud/context/config/package-use.html
new file mode 100644
index 00000000..e5df3387
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/config/package-use.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.context.config (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/encrypt/EncryptorFactory.html b/target/apidocs/org/springframework/cloud/context/encrypt/EncryptorFactory.html
new file mode 100644
index 00000000..09d04e0f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/encrypt/EncryptorFactory.html
@@ -0,0 +1,277 @@
+
+
+
+
+
+
+EncryptorFactory (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.context.encrypt.EncryptorFactory
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/encrypt/KeyFormatException.html b/target/apidocs/org/springframework/cloud/context/encrypt/KeyFormatException.html
new file mode 100644
index 00000000..bc0124c8
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/encrypt/KeyFormatException.html
@@ -0,0 +1,269 @@
+
+
+
+
+
+
+KeyFormatException (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+Methods inherited from class java.lang.Throwable
+addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/encrypt/class-use/EncryptorFactory.html b/target/apidocs/org/springframework/cloud/context/encrypt/class-use/EncryptorFactory.html
new file mode 100644
index 00000000..0878cbb2
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/encrypt/class-use/EncryptorFactory.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.encrypt.EncryptorFactory (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.context.encrypt.EncryptorFactory
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/encrypt/class-use/KeyFormatException.html b/target/apidocs/org/springframework/cloud/context/encrypt/class-use/KeyFormatException.html
new file mode 100644
index 00000000..f4570118
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/encrypt/class-use/KeyFormatException.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.encrypt.KeyFormatException (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.context.encrypt.KeyFormatException
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/encrypt/package-frame.html b/target/apidocs/org/springframework/cloud/context/encrypt/package-frame.html
new file mode 100644
index 00000000..f8eda3f4
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/encrypt/package-frame.html
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+org.springframework.cloud.context.encrypt (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
Classes
+
+
Exceptions
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/encrypt/package-summary.html b/target/apidocs/org/springframework/cloud/context/encrypt/package-summary.html
new file mode 100644
index 00000000..19ac2fd2
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/encrypt/package-summary.html
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+org.springframework.cloud.context.encrypt (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/encrypt/package-tree.html b/target/apidocs/org/springframework/cloud/context/encrypt/package-tree.html
new file mode 100644
index 00000000..919d8bfd
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/encrypt/package-tree.html
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+org.springframework.cloud.context.encrypt Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/encrypt/package-use.html b/target/apidocs/org/springframework/cloud/context/encrypt/package-use.html
new file mode 100644
index 00000000..b3e248e1
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/encrypt/package-use.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.context.encrypt (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.context.encrypt
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/environment/EnvironmentChangeEvent.html b/target/apidocs/org/springframework/cloud/context/environment/EnvironmentChangeEvent.html
new file mode 100644
index 00000000..dbaf7570
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/environment/EnvironmentChangeEvent.html
@@ -0,0 +1,327 @@
+
+
+
+
+
+
+EnvironmentChangeEvent (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.context.ApplicationEvent
+getTimestamp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/environment/EnvironmentManager.html b/target/apidocs/org/springframework/cloud/context/environment/EnvironmentManager.html
new file mode 100644
index 00000000..22ce2a79
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/environment/EnvironmentManager.html
@@ -0,0 +1,335 @@
+
+
+
+
+
+
+EnvironmentManager (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.context.environment.EnvironmentManager
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.springframework.beans.factory.Aware, org.springframework.context.ApplicationEventPublisherAware
+
+
+
+@Component
+ @ManagedResource
+public class EnvironmentManager
+extends Object
+implements org.springframework.context.ApplicationEventPublisherAware
+Entry point for making local (but volatile) changes to the Environment of a
+ running application. Allows properties to be added and values changed, simply by adding
+ them to a high priority property source in the existing Environment.
+
+Author:
+Dave Syer
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+EnvironmentManager (org.springframework.core.env.ConfigurableEnvironment environment)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/environment/EnvironmentManagerMvcEndpoint.html b/target/apidocs/org/springframework/cloud/context/environment/EnvironmentManagerMvcEndpoint.html
new file mode 100644
index 00000000..041d93fe
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/environment/EnvironmentManagerMvcEndpoint.html
@@ -0,0 +1,385 @@
+
+
+
+
+
+
+EnvironmentManagerMvcEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+Fields inherited from interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
+DISABLED_RESPONSE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getPath
+public String getPath()
+
+Specified by:
+getPath in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/environment/class-use/EnvironmentChangeEvent.html b/target/apidocs/org/springframework/cloud/context/environment/class-use/EnvironmentChangeEvent.html
new file mode 100644
index 00000000..b7c71bc2
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/environment/class-use/EnvironmentChangeEvent.html
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.environment.EnvironmentChangeEvent (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/environment/class-use/EnvironmentManager.html b/target/apidocs/org/springframework/cloud/context/environment/class-use/EnvironmentManager.html
new file mode 100644
index 00000000..8cc865d3
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/environment/class-use/EnvironmentManager.html
@@ -0,0 +1,214 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.environment.EnvironmentManager (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/environment/class-use/EnvironmentManagerMvcEndpoint.html b/target/apidocs/org/springframework/cloud/context/environment/class-use/EnvironmentManagerMvcEndpoint.html
new file mode 100644
index 00000000..4c4252ab
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/environment/class-use/EnvironmentManagerMvcEndpoint.html
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/environment/package-frame.html b/target/apidocs/org/springframework/cloud/context/environment/package-frame.html
new file mode 100644
index 00000000..6f463a1d
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/environment/package-frame.html
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+org.springframework.cloud.context.environment (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/environment/package-summary.html b/target/apidocs/org/springframework/cloud/context/environment/package-summary.html
new file mode 100644
index 00000000..f6141be4
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/environment/package-summary.html
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+org.springframework.cloud.context.environment (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/environment/package-tree.html b/target/apidocs/org/springframework/cloud/context/environment/package-tree.html
new file mode 100644
index 00000000..ed393135
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/environment/package-tree.html
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+org.springframework.cloud.context.environment Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.springframework.cloud.context.environment.EnvironmentManager (implements org.springframework.context.ApplicationEventPublisherAware)
+org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint (implements org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint)
+java.util.EventObject (implements java.io.Serializable )
+
+org.springframework.context.ApplicationEvent
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/environment/package-use.html b/target/apidocs/org/springframework/cloud/context/environment/package-use.html
new file mode 100644
index 00000000..b4a3591a
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/environment/package-use.html
@@ -0,0 +1,232 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.context.environment (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/named/NamedContextFactory.Specification.html b/target/apidocs/org/springframework/cloud/context/named/NamedContextFactory.Specification.html
new file mode 100644
index 00000000..fd5bd6aa
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/named/NamedContextFactory.Specification.html
@@ -0,0 +1,240 @@
+
+
+
+
+
+
+NamedContextFactory.Specification (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/named/NamedContextFactory.html b/target/apidocs/org/springframework/cloud/context/named/NamedContextFactory.html
new file mode 100644
index 00000000..479207cf
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/named/NamedContextFactory.html
@@ -0,0 +1,415 @@
+
+
+
+
+
+
+NamedContextFactory (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.context.named.NamedContextFactory<C>
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
+
+
+
+public abstract class NamedContextFactory<C extends NamedContextFactory.Specification >
+extends Object
+implements org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
+Creates a set of child contexts that allows a set of Specifications to define the beans
+ in each child context.
+
+ Ported from spring-cloud-netflix FeignClientFactory and SpringClientFactory
+
+Author:
+Spencer Gibb, Dave Syer
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+destroy
+public void destroy()
+
+Specified by:
+destroy in interface org.springframework.beans.factory.DisposableBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/named/class-use/NamedContextFactory.Specification.html b/target/apidocs/org/springframework/cloud/context/named/class-use/NamedContextFactory.Specification.html
new file mode 100644
index 00000000..1857c01d
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/named/class-use/NamedContextFactory.Specification.html
@@ -0,0 +1,169 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.context.named.NamedContextFactory.Specification (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/named/class-use/NamedContextFactory.html b/target/apidocs/org/springframework/cloud/context/named/class-use/NamedContextFactory.html
new file mode 100644
index 00000000..bdd3cbb2
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/named/class-use/NamedContextFactory.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.named.NamedContextFactory (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.context.named.NamedContextFactory
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/named/package-frame.html b/target/apidocs/org/springframework/cloud/context/named/package-frame.html
new file mode 100644
index 00000000..dde8f261
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/named/package-frame.html
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+org.springframework.cloud.context.named (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
Interfaces
+
+
Classes
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/named/package-summary.html b/target/apidocs/org/springframework/cloud/context/named/package-summary.html
new file mode 100644
index 00000000..b13d4963
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/named/package-summary.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+org.springframework.cloud.context.named (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/named/package-tree.html b/target/apidocs/org/springframework/cloud/context/named/package-tree.html
new file mode 100644
index 00000000..d71f3d69
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/named/package-tree.html
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+org.springframework.cloud.context.named Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.springframework.cloud.context.named.NamedContextFactory <C> (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.DisposableBean)
+
+
+
+
Interface Hierarchy
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/named/package-use.html b/target/apidocs/org/springframework/cloud/context/named/package-use.html
new file mode 100644
index 00000000..ac71249b
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/named/package-use.html
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.context.named (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/properties/ConfigurationPropertiesBeans.html b/target/apidocs/org/springframework/cloud/context/properties/ConfigurationPropertiesBeans.html
new file mode 100644
index 00000000..cbaf0a90
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/properties/ConfigurationPropertiesBeans.html
@@ -0,0 +1,366 @@
+
+
+
+
+
+
+ConfigurationPropertiesBeans (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.context.properties.ConfigurationPropertiesBeans
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.springframework.beans.factory.Aware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.ApplicationContextAware
+
+
+
+@Component
+public class ConfigurationPropertiesBeans
+extends Object
+implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.ApplicationContextAware
+Collects references to @ConfigurationProperties beans in the context and
+ its parent.
+
+Author:
+Dave Syer
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinder.html b/target/apidocs/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinder.html
new file mode 100644
index 00000000..d64ea5df
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinder.html
@@ -0,0 +1,378 @@
+
+
+
+
+
+
+ConfigurationPropertiesRebinder (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/properties/class-use/ConfigurationPropertiesBeans.html b/target/apidocs/org/springframework/cloud/context/properties/class-use/ConfigurationPropertiesBeans.html
new file mode 100644
index 00000000..469ede0c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/properties/class-use/ConfigurationPropertiesBeans.html
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.properties.ConfigurationPropertiesBeans (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/properties/class-use/ConfigurationPropertiesRebinder.html b/target/apidocs/org/springframework/cloud/context/properties/class-use/ConfigurationPropertiesRebinder.html
new file mode 100644
index 00000000..e620c4c7
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/properties/class-use/ConfigurationPropertiesRebinder.html
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/properties/package-frame.html b/target/apidocs/org/springframework/cloud/context/properties/package-frame.html
new file mode 100644
index 00000000..11fe48ee
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/properties/package-frame.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+org.springframework.cloud.context.properties (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/properties/package-summary.html b/target/apidocs/org/springframework/cloud/context/properties/package-summary.html
new file mode 100644
index 00000000..aa60dae9
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/properties/package-summary.html
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+org.springframework.cloud.context.properties (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/properties/package-tree.html b/target/apidocs/org/springframework/cloud/context/properties/package-tree.html
new file mode 100644
index 00000000..6daf5f5c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/properties/package-tree.html
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+org.springframework.cloud.context.properties Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.springframework.cloud.context.properties.ConfigurationPropertiesBeans (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.config.BeanPostProcessor)
+org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder (implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<E>)
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/properties/package-use.html b/target/apidocs/org/springframework/cloud/context/properties/package-use.html
new file mode 100644
index 00000000..6413442b
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/properties/package-use.html
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.context.properties (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/refresh/ContextRefresher.Empty.html b/target/apidocs/org/springframework/cloud/context/refresh/ContextRefresher.Empty.html
new file mode 100644
index 00000000..72981ca8
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/refresh/ContextRefresher.Empty.html
@@ -0,0 +1,246 @@
+
+
+
+
+
+
+ContextRefresher.Empty (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.context.refresh.ContextRefresher.Empty
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Modifier
+Constructor and Description
+
+
+protected
+Empty ()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+Empty
+protected Empty()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/refresh/ContextRefresher.html b/target/apidocs/org/springframework/cloud/context/refresh/ContextRefresher.html
new file mode 100644
index 00000000..5630d374
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/refresh/ContextRefresher.html
@@ -0,0 +1,298 @@
+
+
+
+
+
+
+ContextRefresher (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.context.refresh.ContextRefresher
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested Classes
+
+Modifier and Type
+Class and Description
+
+
+protected static class
+ContextRefresher.Empty
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ContextRefresher (org.springframework.context.ConfigurableApplicationContext context,
+ RefreshScope scope)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/refresh/class-use/ContextRefresher.Empty.html b/target/apidocs/org/springframework/cloud/context/refresh/class-use/ContextRefresher.Empty.html
new file mode 100644
index 00000000..682875ae
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/refresh/class-use/ContextRefresher.Empty.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.refresh.ContextRefresher.Empty (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.context.refresh.ContextRefresher.Empty
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/refresh/class-use/ContextRefresher.html b/target/apidocs/org/springframework/cloud/context/refresh/class-use/ContextRefresher.html
new file mode 100644
index 00000000..3876bf85
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/refresh/class-use/ContextRefresher.html
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.refresh.ContextRefresher (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/refresh/package-frame.html b/target/apidocs/org/springframework/cloud/context/refresh/package-frame.html
new file mode 100644
index 00000000..825466c4
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/refresh/package-frame.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+org.springframework.cloud.context.refresh (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/refresh/package-summary.html b/target/apidocs/org/springframework/cloud/context/refresh/package-summary.html
new file mode 100644
index 00000000..d9db7147
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/refresh/package-summary.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+org.springframework.cloud.context.refresh (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/refresh/package-tree.html b/target/apidocs/org/springframework/cloud/context/refresh/package-tree.html
new file mode 100644
index 00000000..f477116b
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/refresh/package-tree.html
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+org.springframework.cloud.context.refresh Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/refresh/package-use.html b/target/apidocs/org/springframework/cloud/context/refresh/package-use.html
new file mode 100644
index 00000000..407b8b65
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/refresh/package-use.html
@@ -0,0 +1,197 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.context.refresh (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/restart/RestartEndpoint.PauseEndpoint.html b/target/apidocs/org/springframework/cloud/context/restart/RestartEndpoint.PauseEndpoint.html
new file mode 100644
index 00000000..0e4cc4c7
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/restart/RestartEndpoint.PauseEndpoint.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+RestartEndpoint.PauseEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.boot.actuate.endpoint.AbstractEndpoint<Boolean >
+
+
+org.springframework.cloud.context.restart.RestartEndpoint.PauseEndpoint
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+PauseEndpoint ()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.boot.actuate.endpoint.AbstractEndpoint
+getEnvironment, getId, isEnabled, isSensitive, setEnabled, setEnvironment, setId, setSensitive
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+PauseEndpoint
+public PauseEndpoint()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+invoke
+public Boolean invoke()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/restart/RestartEndpoint.ResumeEndpoint.html b/target/apidocs/org/springframework/cloud/context/restart/RestartEndpoint.ResumeEndpoint.html
new file mode 100644
index 00000000..b122e28d
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/restart/RestartEndpoint.ResumeEndpoint.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+RestartEndpoint.ResumeEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.boot.actuate.endpoint.AbstractEndpoint<Boolean >
+
+
+org.springframework.cloud.context.restart.RestartEndpoint.ResumeEndpoint
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ResumeEndpoint ()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.boot.actuate.endpoint.AbstractEndpoint
+getEnvironment, getId, isEnabled, isSensitive, setEnabled, setEnvironment, setId, setSensitive
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+ResumeEndpoint
+public ResumeEndpoint()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+invoke
+public Boolean invoke()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/restart/RestartEndpoint.html b/target/apidocs/org/springframework/cloud/context/restart/RestartEndpoint.html
new file mode 100644
index 00000000..6a90df87
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/restart/RestartEndpoint.html
@@ -0,0 +1,466 @@
+
+
+
+
+
+
+RestartEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.boot.actuate.endpoint.AbstractEndpoint<Boolean >
+
+
+org.springframework.cloud.context.restart.RestartEndpoint
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.boot.actuate.endpoint.AbstractEndpoint
+getEnvironment, getId, isEnabled, isSensitive, setEnabled, setEnvironment, setId, setSensitive
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+RestartEndpoint
+public RestartEndpoint()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+invoke
+public Boolean invoke()
+
+Specified by:
+invoke in interface org.springframework.boot.actuate.endpoint.Endpoint<Boolean >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/restart/RestartListener.html b/target/apidocs/org/springframework/cloud/context/restart/RestartListener.html
new file mode 100644
index 00000000..84324c0e
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/restart/RestartListener.html
@@ -0,0 +1,354 @@
+
+
+
+
+
+
+RestartListener (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.context.restart.RestartListener
+
+
+
+
+
+
+
+All Implemented Interfaces:
+EventListener , org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>, org.springframework.context.event.SmartApplicationListener, org.springframework.core.Ordered
+
+
+
+public class RestartListener
+extends Object
+implements org.springframework.context.event.SmartApplicationListener
+A listener that stores enough information about an application as it starts, to be able
+ to restart it later if needed.
+
+Author:
+Dave Syer
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+Fields inherited from interface org.springframework.core.Ordered
+HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+RestartListener
+public RestartListener()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getOrder
+public int getOrder()
+
+Specified by:
+getOrder in interface org.springframework.core.Ordered
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/restart/RestartMvcEndpoint.html b/target/apidocs/org/springframework/cloud/context/restart/RestartMvcEndpoint.html
new file mode 100644
index 00000000..293135d6
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/restart/RestartMvcEndpoint.html
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+RestartMvcEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter<org.springframework.boot.actuate.endpoint.Endpoint<?>>
+
+
+org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
+
+
+org.springframework.cloud.context.restart.RestartMvcEndpoint
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+Fields inherited from interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
+DISABLED_RESPONSE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
+getDelegate, getDisabledResponse, getEndpointType, getName, getPath, isSensitive, setPath
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/restart/class-use/RestartEndpoint.PauseEndpoint.html b/target/apidocs/org/springframework/cloud/context/restart/class-use/RestartEndpoint.PauseEndpoint.html
new file mode 100644
index 00000000..c4a56700
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/restart/class-use/RestartEndpoint.PauseEndpoint.html
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.restart.RestartEndpoint.PauseEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/restart/class-use/RestartEndpoint.ResumeEndpoint.html b/target/apidocs/org/springframework/cloud/context/restart/class-use/RestartEndpoint.ResumeEndpoint.html
new file mode 100644
index 00000000..61fe25e3
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/restart/class-use/RestartEndpoint.ResumeEndpoint.html
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.restart.RestartEndpoint.ResumeEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/restart/class-use/RestartEndpoint.html b/target/apidocs/org/springframework/cloud/context/restart/class-use/RestartEndpoint.html
new file mode 100644
index 00000000..3ecd179c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/restart/class-use/RestartEndpoint.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.restart.RestartEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/restart/class-use/RestartListener.html b/target/apidocs/org/springframework/cloud/context/restart/class-use/RestartListener.html
new file mode 100644
index 00000000..a82009a5
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/restart/class-use/RestartListener.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.restart.RestartListener (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.context.restart.RestartListener
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/restart/class-use/RestartMvcEndpoint.html b/target/apidocs/org/springframework/cloud/context/restart/class-use/RestartMvcEndpoint.html
new file mode 100644
index 00000000..95cc4150
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/restart/class-use/RestartMvcEndpoint.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.restart.RestartMvcEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/restart/package-frame.html b/target/apidocs/org/springframework/cloud/context/restart/package-frame.html
new file mode 100644
index 00000000..e84a2744
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/restart/package-frame.html
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+org.springframework.cloud.context.restart (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/restart/package-summary.html b/target/apidocs/org/springframework/cloud/context/restart/package-summary.html
new file mode 100644
index 00000000..b92c912c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/restart/package-summary.html
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+org.springframework.cloud.context.restart (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Class Summary
+
+Class
+Description
+
+
+
+RestartEndpoint
+
+An endpoint that restarts the application context.
+
+
+
+RestartListener
+
+A listener that stores enough information about an application as it starts, to be able
+ to restart it later if needed.
+
+
+
+RestartMvcEndpoint
+
+MVC endpoint to allow an application to be restarted on a POST (to /restart by
+ default).
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/restart/package-tree.html b/target/apidocs/org/springframework/cloud/context/restart/package-tree.html
new file mode 100644
index 00000000..84c30ffe
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/restart/package-tree.html
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+org.springframework.cloud.context.restart Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.springframework.boot.actuate.endpoint.AbstractEndpoint<T> (implements org.springframework.boot.actuate.endpoint.Endpoint<T>, org.springframework.context.EnvironmentAware)
+
+
+org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter<E> (implements org.springframework.boot.actuate.endpoint.mvc.NamedMvcEndpoint)
+
+org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
+
+
+
+
+org.springframework.cloud.context.restart.RestartListener (implements org.springframework.context.event.SmartApplicationListener)
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/restart/package-use.html b/target/apidocs/org/springframework/cloud/context/restart/package-use.html
new file mode 100644
index 00000000..dca5ddad
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/restart/package-use.html
@@ -0,0 +1,200 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.context.restart (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/GenericScope.html b/target/apidocs/org/springframework/cloud/context/scope/GenericScope.html
new file mode 100644
index 00000000..24766e60
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/GenericScope.html
@@ -0,0 +1,603 @@
+
+
+
+
+
+
+GenericScope (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.context.scope.GenericScope
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.config.Scope, org.springframework.beans.factory.DisposableBean
+
+
+Direct Known Subclasses:
+RefreshScope , ThreadScope
+
+
+
+public class GenericScope
+extends Object
+implements org.springframework.beans.factory.config.Scope, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.DisposableBean
+
+ A generic Scope implementation.
+
+
+Since:
+3.1
+Author:
+Dave Syer
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+GenericScope ()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Detail
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+GenericScope
+public GenericScope()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+setProxyTargetClass
+public void setProxyTargetClass(boolean proxyTargetClass)
+Flag to indicate that proxies should be created for the concrete type, not just the
+ interfaces, of the scoped beans.
+
+Parameters:
+proxyTargetClass - the flag value to set
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+destroy
+public void destroy()
+
+Specified by:
+destroy in interface org.springframework.beans.factory.DisposableBean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/ScopeCache.html b/target/apidocs/org/springframework/cloud/context/scope/ScopeCache.html
new file mode 100644
index 00000000..6fb291ab
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/ScopeCache.html
@@ -0,0 +1,312 @@
+
+
+
+
+
+
+ScopeCache (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+put
+Object put(String name,
+ Object value)
+Put a value in the cache if the key is not already used. If one is already present with the name provided, it is
+ not replaced, but is returned to the caller.
+
+Parameters:
+name - the key
+value - the new candidate value
+Returns:
+the value that is in the cache at the end of the operation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/StandardScopeCache.html b/target/apidocs/org/springframework/cloud/context/scope/StandardScopeCache.html
new file mode 100644
index 00000000..0f280931
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/StandardScopeCache.html
@@ -0,0 +1,372 @@
+
+
+
+
+
+
+StandardScopeCache (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.context.scope.StandardScopeCache
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+put
+public Object put(String name,
+ Object value)
+
+Put a value in the cache if the key is not already used. If one is already present with the name provided, it is
+ not replaced, but is returned to the caller.
+
+Specified by:
+put in interface ScopeCache
+Parameters:
+name - the key
+value - the new candidate value
+Returns:
+the value that is in the cache at the end of the operation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/class-use/GenericScope.html b/target/apidocs/org/springframework/cloud/context/scope/class-use/GenericScope.html
new file mode 100644
index 00000000..3558424f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/class-use/GenericScope.html
@@ -0,0 +1,192 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.scope.GenericScope (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/class-use/ScopeCache.html b/target/apidocs/org/springframework/cloud/context/scope/class-use/ScopeCache.html
new file mode 100644
index 00000000..4122b8be
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/class-use/ScopeCache.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+
+Uses of Interface org.springframework.cloud.context.scope.ScopeCache (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/class-use/StandardScopeCache.html b/target/apidocs/org/springframework/cloud/context/scope/class-use/StandardScopeCache.html
new file mode 100644
index 00000000..40e2db99
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/class-use/StandardScopeCache.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.scope.StandardScopeCache (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.context.scope.StandardScopeCache
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/package-frame.html b/target/apidocs/org/springframework/cloud/context/scope/package-frame.html
new file mode 100644
index 00000000..1074a34b
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/package-frame.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+org.springframework.cloud.context.scope (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
Interfaces
+
+
Classes
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/package-summary.html b/target/apidocs/org/springframework/cloud/context/scope/package-summary.html
new file mode 100644
index 00000000..c79a4a46
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/package-summary.html
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+org.springframework.cloud.context.scope (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Interface Summary
+
+Interface
+Description
+
+
+
+ScopeCache
+
+A special purpose cache interface specifically for the
GenericScope to use to manage cached bean instances.
+
+
+
+
+
+
+
+Class Summary
+
+Class
+Description
+
+
+
+GenericScope
+
+
+ A generic Scope implementation.
+
+
+
+StandardScopeCache
+
+A simple cache implementation backed by a concurrent map.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/package-tree.html b/target/apidocs/org/springframework/cloud/context/scope/package-tree.html
new file mode 100644
index 00000000..63b6c33a
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/package-tree.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+org.springframework.cloud.context.scope Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.springframework.cloud.context.scope.GenericScope (implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.config.Scope)
+org.springframework.cloud.context.scope.StandardScopeCache (implements org.springframework.cloud.context.scope.ScopeCache )
+
+
+
+
Interface Hierarchy
+
+org.springframework.cloud.context.scope.ScopeCache
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/package-use.html b/target/apidocs/org/springframework/cloud/context/scope/package-use.html
new file mode 100644
index 00000000..1b019012
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/package-use.html
@@ -0,0 +1,210 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.context.scope (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/refresh/RefreshScope.html b/target/apidocs/org/springframework/cloud/context/scope/refresh/RefreshScope.html
new file mode 100644
index 00000000..84074c91
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/refresh/RefreshScope.html
@@ -0,0 +1,484 @@
+
+
+
+
+
+
+RefreshScope (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.springframework.beans.factory.Aware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.config.Scope, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.context.ApplicationContextAware, org.springframework.core.Ordered
+
+
+
+@ManagedResource
+public class RefreshScope
+extends GenericScope
+implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.core.Ordered
+
+ A Scope implementation that allows for beans to be refreshed dynamically at runtime
+ (see refresh(String) and refreshAll() ). If a bean is refreshed then
+ the next time the bean is accessed (i.e. a method is executed) a new instance is
+ created. All lifecycle methods are applied to the bean instances, so any destruction
+ callbacks that were registered in the bean factory are called when it is refreshed, and
+ then the initialization callbacks are invoked as normal when the new instance is
+ created. A new bean instance is created from the original bean definition, so any
+ externalized content (property placeholders or expressions in string literals) is
+ re-evaluated when it is created.
+
+
+
+ Note that all beans in this scope are only initialized when first accessed, so
+ the scope forces lazy initialization semantics. The implementation involves creating a
+ proxy for every bean in the scope, so there is a flag
+ proxyTargetClass which controls the proxy
+ creation, defaulting to JDK dynamic proxies and therefore only exposing the interfaces
+ implemented by a bean. If callers need access to other methods then the flag needs to
+ be set (and CGLib present on the classpath). Because this scope automatically proxies
+ all its beans, there is no need to add <aop:auto-proxy/> to any bean
+ definitions.
+
+
+
+ The scoped proxy approach adopted here has a side benefit that bean instances are
+ automatically Serializable , and can be sent across the wire as long as the
+ receiver has an identical application context on the other side. To ensure that the two
+ contexts agree that they are identical they have to have the same serialization id. One
+ will be generated automatically by default from the bean names, so two contexts with
+ the same bean names are by default able to exchange beans by name. If you need to
+ override the default id then provide an explicit id when the
+ Scope is declared.
+
+
+Since:
+3.1
+Author:
+Dave Syer
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+
+Fields inherited from interface org.springframework.core.Ordered
+HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+RefreshScope ()
+Create a scope instance and give it the default name: "refresh".
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.cloud.context.scope.GenericScope
+destroy , destroy , get , getConversationId , getErrors , getName , postProcessBeanFactory , registerDestructionCallback , remove , resolveContextualObject , setBeanLifecycleManager , setId , setName , setProxyTargetClass , setScopeCache
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+Methods inherited from interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
+postProcessBeanFactory
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getOrder
+public int getOrder()
+
+Specified by:
+getOrder in interface org.springframework.core.Ordered
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/refresh/RefreshScopeRefreshedEvent.html b/target/apidocs/org/springframework/cloud/context/scope/refresh/RefreshScopeRefreshedEvent.html
new file mode 100644
index 00000000..025e9dd2
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/refresh/RefreshScopeRefreshedEvent.html
@@ -0,0 +1,366 @@
+
+
+
+
+
+
+RefreshScopeRefreshedEvent (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+java.util.EventObject
+
+
+org.springframework.context.ApplicationEvent
+
+
+org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.context.ApplicationEvent
+getTimestamp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Detail
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getName
+public String getName()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/refresh/class-use/RefreshScope.html b/target/apidocs/org/springframework/cloud/context/scope/refresh/class-use/RefreshScope.html
new file mode 100644
index 00000000..7431df10
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/refresh/class-use/RefreshScope.html
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.scope.refresh.RefreshScope (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/refresh/class-use/RefreshScopeRefreshedEvent.html b/target/apidocs/org/springframework/cloud/context/scope/refresh/class-use/RefreshScopeRefreshedEvent.html
new file mode 100644
index 00000000..8624f608
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/refresh/class-use/RefreshScopeRefreshedEvent.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/refresh/package-frame.html b/target/apidocs/org/springframework/cloud/context/scope/refresh/package-frame.html
new file mode 100644
index 00000000..1394178c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/refresh/package-frame.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+org.springframework.cloud.context.scope.refresh (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/refresh/package-summary.html b/target/apidocs/org/springframework/cloud/context/scope/refresh/package-summary.html
new file mode 100644
index 00000000..2149700c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/refresh/package-summary.html
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+org.springframework.cloud.context.scope.refresh (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/refresh/package-tree.html b/target/apidocs/org/springframework/cloud/context/scope/refresh/package-tree.html
new file mode 100644
index 00000000..48141204
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/refresh/package-tree.html
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+org.springframework.cloud.context.scope.refresh Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+java.util.EventObject (implements java.io.Serializable )
+
+org.springframework.context.ApplicationEvent
+
+
+
+
+org.springframework.cloud.context.scope.GenericScope (implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.config.Scope)
+
+org.springframework.cloud.context.scope.refresh.RefreshScope (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.core.Ordered)
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/refresh/package-use.html b/target/apidocs/org/springframework/cloud/context/scope/refresh/package-use.html
new file mode 100644
index 00000000..5bc46b81
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/refresh/package-use.html
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.context.scope.refresh (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/thread/ThreadLocalScopeCache.html b/target/apidocs/org/springframework/cloud/context/scope/thread/ThreadLocalScopeCache.html
new file mode 100644
index 00000000..83196ac4
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/thread/ThreadLocalScopeCache.html
@@ -0,0 +1,371 @@
+
+
+
+
+
+
+ThreadLocalScopeCache (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+put
+public Object put(String name,
+ Object value)
+
+Put a value in the cache if the key is not already used. If one is already present with the name provided, it is
+ not replaced, but is returned to the caller.
+
+Specified by:
+put in interface ScopeCache
+Parameters:
+name - the key
+value - the new candidate value
+Returns:
+the value that is in the cache at the end of the operation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/thread/ThreadScope.html b/target/apidocs/org/springframework/cloud/context/scope/thread/ThreadScope.html
new file mode 100644
index 00000000..88a3097e
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/thread/ThreadScope.html
@@ -0,0 +1,279 @@
+
+
+
+
+
+
+ThreadScope (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ThreadScope ()
+Create a scope instance and give it the default name: "thread".
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+Methods inherited from class org.springframework.cloud.context.scope.GenericScope
+destroy , destroy , get , getConversationId , getErrors , getName , postProcessBeanFactory , registerDestructionCallback , remove , resolveContextualObject , setBeanLifecycleManager , setId , setName , setProxyTargetClass , setScopeCache
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/thread/class-use/ThreadLocalScopeCache.html b/target/apidocs/org/springframework/cloud/context/scope/thread/class-use/ThreadLocalScopeCache.html
new file mode 100644
index 00000000..060e6b16
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/thread/class-use/ThreadLocalScopeCache.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/thread/class-use/ThreadScope.html b/target/apidocs/org/springframework/cloud/context/scope/thread/class-use/ThreadScope.html
new file mode 100644
index 00000000..8c6745d7
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/thread/class-use/ThreadScope.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.context.scope.thread.ThreadScope (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.context.scope.thread.ThreadScope
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/thread/package-frame.html b/target/apidocs/org/springframework/cloud/context/scope/thread/package-frame.html
new file mode 100644
index 00000000..dcb81e54
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/thread/package-frame.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+org.springframework.cloud.context.scope.thread (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/thread/package-summary.html b/target/apidocs/org/springframework/cloud/context/scope/thread/package-summary.html
new file mode 100644
index 00000000..ef4844c2
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/thread/package-summary.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+org.springframework.cloud.context.scope.thread (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/thread/package-tree.html b/target/apidocs/org/springframework/cloud/context/scope/thread/package-tree.html
new file mode 100644
index 00000000..75bba984
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/thread/package-tree.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+org.springframework.cloud.context.scope.thread Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.springframework.cloud.context.scope.GenericScope (implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.config.Scope)
+
+org.springframework.cloud.context.scope.thread.ThreadScope
+
+
+org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache (implements org.springframework.cloud.context.scope.ScopeCache )
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/context/scope/thread/package-use.html b/target/apidocs/org/springframework/cloud/context/scope/thread/package-use.html
new file mode 100644
index 00000000..5e17e52f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/context/scope/thread/package-use.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.context.scope.thread (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.context.scope.thread
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/endpoint/GenericPostableMvcEndpoint.html b/target/apidocs/org/springframework/cloud/endpoint/GenericPostableMvcEndpoint.html
new file mode 100644
index 00000000..1031ea2a
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/endpoint/GenericPostableMvcEndpoint.html
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+GenericPostableMvcEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter<org.springframework.boot.actuate.endpoint.Endpoint<?>>
+
+
+org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
+
+
+org.springframework.cloud.endpoint.GenericPostableMvcEndpoint
+
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint, org.springframework.boot.actuate.endpoint.mvc.NamedMvcEndpoint
+
+
+
+public class GenericPostableMvcEndpoint
+extends org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
+A convenient base class for MVC endpoints that accept a POST (instead of the default
+ GET).
+
+Author:
+Dave Syer
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+Fields inherited from interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
+DISABLED_RESPONSE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+GenericPostableMvcEndpoint (org.springframework.boot.actuate.endpoint.Endpoint<?> delegate)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
+getDelegate, getDisabledResponse, getEndpointType, getName, getPath, isSensitive, setPath
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/endpoint/RefreshEndpoint.html b/target/apidocs/org/springframework/cloud/endpoint/RefreshEndpoint.html
new file mode 100644
index 00000000..fca5432f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/endpoint/RefreshEndpoint.html
@@ -0,0 +1,310 @@
+
+
+
+
+
+
+RefreshEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.boot.actuate.endpoint.AbstractEndpoint<Collection <String >>
+
+
+org.springframework.cloud.endpoint.RefreshEndpoint
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.boot.actuate.endpoint.AbstractEndpoint
+getEnvironment, getId, isEnabled, isSensitive, setEnabled, setEnvironment, setId, setSensitive
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/endpoint/class-use/GenericPostableMvcEndpoint.html b/target/apidocs/org/springframework/cloud/endpoint/class-use/GenericPostableMvcEndpoint.html
new file mode 100644
index 00000000..7e01c89d
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/endpoint/class-use/GenericPostableMvcEndpoint.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.endpoint.GenericPostableMvcEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.endpoint.GenericPostableMvcEndpoint
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/endpoint/class-use/RefreshEndpoint.html b/target/apidocs/org/springframework/cloud/endpoint/class-use/RefreshEndpoint.html
new file mode 100644
index 00000000..fd198659
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/endpoint/class-use/RefreshEndpoint.html
@@ -0,0 +1,179 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.endpoint.RefreshEndpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/endpoint/event/RefreshEvent.html b/target/apidocs/org/springframework/cloud/endpoint/event/RefreshEvent.html
new file mode 100644
index 00000000..49897a98
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/endpoint/event/RefreshEvent.html
@@ -0,0 +1,340 @@
+
+
+
+
+
+
+RefreshEvent (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.context.ApplicationEvent
+getTimestamp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getEvent
+public Object getEvent()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/endpoint/event/RefreshEventListener.html b/target/apidocs/org/springframework/cloud/endpoint/event/RefreshEventListener.html
new file mode 100644
index 00000000..84beef5f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/endpoint/event/RefreshEventListener.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+RefreshEventListener (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.cloud.endpoint.event.RefreshEventListener
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/endpoint/event/class-use/RefreshEvent.html b/target/apidocs/org/springframework/cloud/endpoint/event/class-use/RefreshEvent.html
new file mode 100644
index 00000000..f703102a
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/endpoint/event/class-use/RefreshEvent.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.endpoint.event.RefreshEvent (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/endpoint/event/class-use/RefreshEventListener.html b/target/apidocs/org/springframework/cloud/endpoint/event/class-use/RefreshEventListener.html
new file mode 100644
index 00000000..0a4b8833
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/endpoint/event/class-use/RefreshEventListener.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.endpoint.event.RefreshEventListener (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/endpoint/event/package-frame.html b/target/apidocs/org/springframework/cloud/endpoint/event/package-frame.html
new file mode 100644
index 00000000..0fe484d2
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/endpoint/event/package-frame.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+org.springframework.cloud.endpoint.event (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/endpoint/event/package-summary.html b/target/apidocs/org/springframework/cloud/endpoint/event/package-summary.html
new file mode 100644
index 00000000..6f663300
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/endpoint/event/package-summary.html
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+org.springframework.cloud.endpoint.event (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/endpoint/event/package-tree.html b/target/apidocs/org/springframework/cloud/endpoint/event/package-tree.html
new file mode 100644
index 00000000..a44c175f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/endpoint/event/package-tree.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+org.springframework.cloud.endpoint.event Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/endpoint/event/package-use.html b/target/apidocs/org/springframework/cloud/endpoint/event/package-use.html
new file mode 100644
index 00000000..72b9ae4c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/endpoint/event/package-use.html
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.endpoint.event (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/endpoint/package-frame.html b/target/apidocs/org/springframework/cloud/endpoint/package-frame.html
new file mode 100644
index 00000000..28c41d31
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/endpoint/package-frame.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+org.springframework.cloud.endpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/endpoint/package-summary.html b/target/apidocs/org/springframework/cloud/endpoint/package-summary.html
new file mode 100644
index 00000000..33cd6655
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/endpoint/package-summary.html
@@ -0,0 +1,151 @@
+
+
+
+
+
+
+org.springframework.cloud.endpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/endpoint/package-tree.html b/target/apidocs/org/springframework/cloud/endpoint/package-tree.html
new file mode 100644
index 00000000..a86ebefc
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/endpoint/package-tree.html
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+org.springframework.cloud.endpoint Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.springframework.boot.actuate.endpoint.AbstractEndpoint<T> (implements org.springframework.boot.actuate.endpoint.Endpoint<T>, org.springframework.context.EnvironmentAware)
+
+
+org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter<E> (implements org.springframework.boot.actuate.endpoint.mvc.NamedMvcEndpoint)
+
+org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/endpoint/package-use.html b/target/apidocs/org/springframework/cloud/endpoint/package-use.html
new file mode 100644
index 00000000..0ddac7c2
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/endpoint/package-use.html
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.endpoint (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/health/RefreshScopeHealthIndicator.html b/target/apidocs/org/springframework/cloud/health/RefreshScopeHealthIndicator.html
new file mode 100644
index 00000000..bc7a9582
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/health/RefreshScopeHealthIndicator.html
@@ -0,0 +1,305 @@
+
+
+
+
+
+
+RefreshScopeHealthIndicator (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Prev Class
+Next Class
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+org.springframework.boot.actuate.health.AbstractHealthIndicator
+
+
+org.springframework.cloud.health.RefreshScopeHealthIndicator
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.springframework.boot.actuate.health.HealthIndicator
+
+
+
+public class RefreshScopeHealthIndicator
+extends org.springframework.boot.actuate.health.AbstractHealthIndicator
+Health indicator for the refresh scope and configuration properties rebinding. If an
+ environment change causes a bean to fail in instantiate or bind this indicator will
+ generally say what the problem was and switch to DOWN.
+
+Author:
+Dave Syer
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class org.springframework.boot.actuate.health.AbstractHealthIndicator
+health
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Prev Class
+Next Class
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/health/class-use/RefreshScopeHealthIndicator.html b/target/apidocs/org/springframework/cloud/health/class-use/RefreshScopeHealthIndicator.html
new file mode 100644
index 00000000..8bb5cddf
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/health/class-use/RefreshScopeHealthIndicator.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.health.RefreshScopeHealthIndicator (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.health.RefreshScopeHealthIndicator
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/health/package-frame.html b/target/apidocs/org/springframework/cloud/health/package-frame.html
new file mode 100644
index 00000000..6bb6794f
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/health/package-frame.html
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+org.springframework.cloud.health (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/health/package-summary.html b/target/apidocs/org/springframework/cloud/health/package-summary.html
new file mode 100644
index 00000000..3cc8077b
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/health/package-summary.html
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+org.springframework.cloud.health (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Class Summary
+
+Class
+Description
+
+
+
+RefreshScopeHealthIndicator
+
+Health indicator for the refresh scope and configuration properties rebinding.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/health/package-tree.html b/target/apidocs/org/springframework/cloud/health/package-tree.html
new file mode 100644
index 00000000..99d19b26
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/health/package-tree.html
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+org.springframework.cloud.health Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.springframework.boot.actuate.health.AbstractHealthIndicator (implements org.springframework.boot.actuate.health.HealthIndicator)
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/health/package-use.html b/target/apidocs/org/springframework/cloud/health/package-use.html
new file mode 100644
index 00000000..aa290e63
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/health/package-use.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.health (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of org.springframework.cloud.health
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/logging/LoggingRebinder.html b/target/apidocs/org/springframework/cloud/logging/LoggingRebinder.html
new file mode 100644
index 00000000..2c33bcc0
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/logging/LoggingRebinder.html
@@ -0,0 +1,320 @@
+
+
+
+
+
+
+LoggingRebinder (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Prev Class
+Next Class
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+LoggingRebinder
+public LoggingRebinder()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Prev Class
+Next Class
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/logging/class-use/LoggingRebinder.html b/target/apidocs/org/springframework/cloud/logging/class-use/LoggingRebinder.html
new file mode 100644
index 00000000..a739e022
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/logging/class-use/LoggingRebinder.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+Uses of Class org.springframework.cloud.logging.LoggingRebinder (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/logging/package-frame.html b/target/apidocs/org/springframework/cloud/logging/package-frame.html
new file mode 100644
index 00000000..271c8278
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/logging/package-frame.html
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+org.springframework.cloud.logging (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/org/springframework/cloud/logging/package-summary.html b/target/apidocs/org/springframework/cloud/logging/package-summary.html
new file mode 100644
index 00000000..8335d09b
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/logging/package-summary.html
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+org.springframework.cloud.logging (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/logging/package-tree.html b/target/apidocs/org/springframework/cloud/logging/package-tree.html
new file mode 100644
index 00000000..5f3c36d8
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/logging/package-tree.html
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+org.springframework.cloud.logging Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.springframework.cloud.logging.LoggingRebinder (implements org.springframework.context.ApplicationListener<E>, org.springframework.context.EnvironmentAware)
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/org/springframework/cloud/logging/package-use.html b/target/apidocs/org/springframework/cloud/logging/package-use.html
new file mode 100644
index 00000000..30eeca1c
--- /dev/null
+++ b/target/apidocs/org/springframework/cloud/logging/package-use.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+Uses of Package org.springframework.cloud.logging (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/overview-frame.html b/target/apidocs/overview-frame.html
new file mode 100644
index 00000000..62e889b4
--- /dev/null
+++ b/target/apidocs/overview-frame.html
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+Overview List (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
diff --git a/target/apidocs/overview-summary.html b/target/apidocs/overview-summary.html
new file mode 100644
index 00000000..dc1efae6
--- /dev/null
+++ b/target/apidocs/overview-summary.html
@@ -0,0 +1,264 @@
+
+
+
+
+
+
+Overview (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/overview-tree.html b/target/apidocs/overview-tree.html
new file mode 100644
index 00000000..e0364700
--- /dev/null
+++ b/target/apidocs/overview-tree.html
@@ -0,0 +1,422 @@
+
+
+
+
+
+
+Class Hierarchy (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle (implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<E>, org.springframework.cloud.client.discovery.DiscoveryLifecycle )
+
+
+org.springframework.boot.actuate.endpoint.AbstractEndpoint<T> (implements org.springframework.boot.actuate.endpoint.Endpoint<T>, org.springframework.context.EnvironmentAware)
+
+
+org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter<E> (implements org.springframework.boot.actuate.endpoint.mvc.NamedMvcEndpoint)
+
+org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
+
+
+
+
+org.springframework.boot.actuate.health.AbstractHealthIndicator (implements org.springframework.boot.actuate.health.HealthIndicator)
+
+
+org.springframework.cloud.client.loadbalancer.AsyncLoadBalancerAutoConfiguration
+org.springframework.cloud.client.loadbalancer.AsyncLoadBalancerInterceptor (implements org.springframework.http.client.AsyncClientHttpRequestInterceptor)
+org.springframework.core.AttributeAccessorSupport (implements org.springframework.core.AttributeAccessor, java.io.Serializable )
+
+org.springframework.retry.context.RetryContextSupport (implements org.springframework.retry.RetryContext)
+
+
+
+
+org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationAutoConfiguration
+org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationConfiguration
+org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties
+org.springframework.cloud.context.config.BeanLifecycleDecorator.Context <T>
+org.springframework.cloud.bootstrap.BootstrapApplicationListener (implements org.springframework.context.ApplicationListener<E>, org.springframework.core.Ordered)
+org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration
+org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties
+org.springframework.cloud.client.hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh
+org.springframework.cloud.client.CommonsClientAutoConfiguration
+org.springframework.cloud.client.CommonsClientAutoConfiguration.ActuatorConfiguration
+org.springframework.cloud.client.CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration
+org.springframework.boot.actuate.health.CompositeHealthIndicator (implements org.springframework.boot.actuate.health.HealthIndicator)
+
+
+org.springframework.cloud.context.properties.ConfigurationPropertiesBeans (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.config.BeanPostProcessor)
+org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder (implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<E>)
+org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.SmartInitializingSingleton)
+org.springframework.cloud.context.refresh.ContextRefresher
+org.springframework.cloud.context.refresh.ContextRefresher.Empty
+org.springframework.cloud.client.DefaultServiceInstance (implements org.springframework.cloud.client.ServiceInstance )
+org.springframework.cloud.client.hypermedia.DiscoveredResource (implements org.springframework.cloud.client.hypermedia.RemoteResource )
+org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator (implements org.springframework.context.ApplicationListener<E>, org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator , org.springframework.core.Ordered)
+org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator.Holder (implements org.springframework.boot.actuate.health.HealthIndicator)
+org.springframework.cloud.client.hypermedia.DynamicServiceInstanceProvider (implements org.springframework.cloud.client.hypermedia.ServiceInstanceProvider )
+org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration
+org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.FailsafeTextEncryptor (implements org.springframework.security.crypto.encrypt.TextEncryptor)
+org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.RsaEncryptionConfiguration
+org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration
+org.springframework.cloud.context.encrypt.EncryptorFactory
+org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer (implements org.springframework.context.ApplicationContextInitializer<C>, org.springframework.core.Ordered)
+org.springframework.cloud.context.environment.EnvironmentManager (implements org.springframework.context.ApplicationEventPublisherAware)
+org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint (implements org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint)
+java.util.EventObject (implements java.io.Serializable )
+
+org.springframework.context.ApplicationEvent
+
+
+
+
+org.springframework.cloud.context.scope.GenericScope (implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.config.Scope)
+
+org.springframework.cloud.context.scope.refresh.RefreshScope (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.core.Ordered)
+org.springframework.cloud.context.scope.thread.ThreadScope
+
+
+org.springframework.cloud.client.actuator.HasFeatures
+org.springframework.cloud.client.discovery.event.HeartbeatMonitor
+org.springframework.cloud.client.HostInfoEnvironmentPostProcessor (implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered)
+org.springframework.http.client.support.HttpRequestWrapper (implements org.springframework.http.HttpRequest)
+
+
+org.springframework.cloud.commons.util.IdUtils
+org.springframework.cloud.commons.util.InetUtils (implements java.io.Closeable )
+org.springframework.cloud.commons.util.InetUtils.HostInfo
+org.springframework.cloud.commons.util.InetUtilsProperties
+org.springframework.cloud.client.loadbalancer.InterceptorRetryPolicy (implements org.springframework.retry.RetryPolicy)
+org.springframework.cloud.bootstrap.encrypt.KeyProperties
+org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
+org.springframework.cloud.bootstrap.encrypt.KeyProperties.Rsa
+org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
+org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicyFactory.NeverRetryFactory (implements org.springframework.cloud.client.loadbalancer.LoadBalancedRetryPolicyFactory )
+org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration
+org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor (implements org.springframework.http.client.ClientHttpRequestInterceptor)
+org.springframework.cloud.client.loadbalancer.LoadBalancerRequestFactory
+org.springframework.cloud.client.loadbalancer.LoadBalancerRetryProperties
+org.springframework.cloud.logging.LoggingRebinder (implements org.springframework.context.ApplicationListener<E>, org.springframework.context.EnvironmentAware)
+org.springframework.cloud.bootstrap.LoggingSystemShutdownListener (implements org.springframework.context.ApplicationListener<E>, org.springframework.core.Ordered)
+org.springframework.cloud.client.discovery.ManagementServerPortUtils
+org.springframework.cloud.context.named.NamedContextFactory <C> (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.DisposableBean)
+org.springframework.cloud.client.actuator.NamedFeature
+org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient (implements org.springframework.cloud.client.discovery.DiscoveryClient )
+org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration (implements org.springframework.context.ApplicationListener<E>)
+org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration.Boot15PortFinderConfiguration
+org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration (implements org.springframework.context.ApplicationContextInitializer<C>, org.springframework.core.Ordered)
+org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
+org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
+org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshScopeConfiguration (implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor)
+org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration
+org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration
+org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RestartEndpointWithIntegration
+org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RestartEndpointWithoutIntegration
+org.springframework.cloud.endpoint.event.RefreshEventListener
+org.springframework.cloud.context.restart.RestartListener (implements org.springframework.context.event.SmartApplicationListener)
+org.springframework.cloud.client.loadbalancer.RetryLoadBalancerInterceptor (implements org.springframework.http.client.ClientHttpRequestInterceptor)
+org.springframework.scheduling.config.ScheduledTaskRegistrar (implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean)
+
+org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar (implements org.springframework.beans.factory.SmartInitializingSingleton)
+
+
+
+
+org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration
+org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration
+org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint (implements org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint)
+org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClient (implements org.springframework.cloud.client.discovery.DiscoveryClient )
+org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration
+org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties
+org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties.SimpleServiceInstance (implements org.springframework.cloud.client.ServiceInstance )
+org.springframework.boot.autoconfigure.condition.SpringBootCondition (implements org.springframework.context.annotation.Condition)
+
+
+org.springframework.cloud.commons.util.SpringFactoryImportSelector <T> (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.annotation.DeferredImportSelector, org.springframework.context.EnvironmentAware)
+
+
+org.springframework.cloud.context.config.StandardBeanLifecycleDecorator (implements org.springframework.cloud.context.config.BeanLifecycleDecorator <T>)
+org.springframework.cloud.context.scope.StandardScopeCache (implements org.springframework.cloud.context.scope.ScopeCache )
+org.springframework.cloud.client.hypermedia.StaticServiceInstanceProvider (implements org.springframework.cloud.client.hypermedia.ServiceInstanceProvider )
+org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache (implements org.springframework.cloud.context.scope.ScopeCache )
+java.lang.Throwable (implements java.io.Serializable )
+
+
+org.springframework.cloud.commons.util.UtilAutoConfiguration
+
+
+
+
Interface Hierarchy
+
+
Annotation Type Hierarchy
+
+
Enum Hierarchy
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/package-list b/target/apidocs/package-list
new file mode 100644
index 00000000..ab95032e
--- /dev/null
+++ b/target/apidocs/package-list
@@ -0,0 +1,32 @@
+org.springframework.cloud.autoconfigure
+org.springframework.cloud.bootstrap
+org.springframework.cloud.bootstrap.config
+org.springframework.cloud.bootstrap.encrypt
+org.springframework.cloud.client
+org.springframework.cloud.client.actuator
+org.springframework.cloud.client.circuitbreaker
+org.springframework.cloud.client.discovery
+org.springframework.cloud.client.discovery.event
+org.springframework.cloud.client.discovery.health
+org.springframework.cloud.client.discovery.noop
+org.springframework.cloud.client.discovery.simple
+org.springframework.cloud.client.hypermedia
+org.springframework.cloud.client.loadbalancer
+org.springframework.cloud.client.serviceregistry
+org.springframework.cloud.client.serviceregistry.endpoint
+org.springframework.cloud.commons.util
+org.springframework.cloud.context.config
+org.springframework.cloud.context.config.annotation
+org.springframework.cloud.context.encrypt
+org.springframework.cloud.context.environment
+org.springframework.cloud.context.named
+org.springframework.cloud.context.properties
+org.springframework.cloud.context.refresh
+org.springframework.cloud.context.restart
+org.springframework.cloud.context.scope
+org.springframework.cloud.context.scope.refresh
+org.springframework.cloud.context.scope.thread
+org.springframework.cloud.endpoint
+org.springframework.cloud.endpoint.event
+org.springframework.cloud.health
+org.springframework.cloud.logging
diff --git a/target/apidocs/script.js b/target/apidocs/script.js
new file mode 100644
index 00000000..b3463569
--- /dev/null
+++ b/target/apidocs/script.js
@@ -0,0 +1,30 @@
+function show(type)
+{
+ count = 0;
+ for (var key in methods) {
+ var row = document.getElementById(key);
+ if ((methods[key] & type) != 0) {
+ row.style.display = '';
+ row.className = (count++ % 2) ? rowColor : altColor;
+ }
+ else
+ row.style.display = 'none';
+ }
+ updateTabs(type);
+}
+
+function updateTabs(type)
+{
+ for (var value in tabs) {
+ var sNode = document.getElementById(tabs[value][0]);
+ var spanNode = sNode.firstChild;
+ if (value == type) {
+ sNode.className = activeTableTab;
+ spanNode.innerHTML = tabs[value][1];
+ }
+ else {
+ sNode.className = tableTab;
+ spanNode.innerHTML = "" + tabs[value][1] + " ";
+ }
+ }
+}
diff --git a/target/apidocs/serialized-form.html b/target/apidocs/serialized-form.html
new file mode 100644
index 00000000..0ce0bbc2
--- /dev/null
+++ b/target/apidocs/serialized-form.html
@@ -0,0 +1,312 @@
+
+
+
+
+
+
+Serialized Form (Spring Cloud Commons Parent 1.2.0.BUILD-SNAPSHOT API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2017 Pivotal Software, Inc. . All rights reserved.
+
+
diff --git a/target/apidocs/stylesheet.css b/target/apidocs/stylesheet.css
new file mode 100644
index 00000000..98055b22
--- /dev/null
+++ b/target/apidocs/stylesheet.css
@@ -0,0 +1,574 @@
+/* Javadoc style sheet */
+/*
+Overall document style
+*/
+
+@import url('resources/fonts/dejavu.css');
+
+body {
+ background-color:#ffffff;
+ color:#353833;
+ font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
+ font-size:14px;
+ margin:0;
+}
+a:link, a:visited {
+ text-decoration:none;
+ color:#4A6782;
+}
+a:hover, a:focus {
+ text-decoration:none;
+ color:#bb7a2a;
+}
+a:active {
+ text-decoration:none;
+ color:#4A6782;
+}
+a[name] {
+ color:#353833;
+}
+a[name]:hover {
+ text-decoration:none;
+ color:#353833;
+}
+pre {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+}
+h1 {
+ font-size:20px;
+}
+h2 {
+ font-size:18px;
+}
+h3 {
+ font-size:16px;
+ font-style:italic;
+}
+h4 {
+ font-size:13px;
+}
+h5 {
+ font-size:12px;
+}
+h6 {
+ font-size:11px;
+}
+ul {
+ list-style-type:disc;
+}
+code, tt {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ padding-top:4px;
+ margin-top:8px;
+ line-height:1.4em;
+}
+dt code {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ padding-top:4px;
+}
+table tr td dt code {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ vertical-align:top;
+ padding-top:4px;
+}
+sup {
+ font-size:8px;
+}
+/*
+Document title and Copyright styles
+*/
+.clear {
+ clear:both;
+ height:0px;
+ overflow:hidden;
+}
+.aboutLanguage {
+ float:right;
+ padding:0px 21px;
+ font-size:11px;
+ z-index:200;
+ margin-top:-9px;
+}
+.legalCopy {
+ margin-left:.5em;
+}
+.bar a, .bar a:link, .bar a:visited, .bar a:active {
+ color:#FFFFFF;
+ text-decoration:none;
+}
+.bar a:hover, .bar a:focus {
+ color:#bb7a2a;
+}
+.tab {
+ background-color:#0066FF;
+ color:#ffffff;
+ padding:8px;
+ width:5em;
+ font-weight:bold;
+}
+/*
+Navigation bar styles
+*/
+.bar {
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ padding:.8em .5em .4em .8em;
+ height:auto;/*height:1.8em;*/
+ font-size:11px;
+ margin:0;
+}
+.topNav {
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ float:left;
+ padding:0;
+ width:100%;
+ clear:right;
+ height:2.8em;
+ padding-top:10px;
+ overflow:hidden;
+ font-size:12px;
+}
+.bottomNav {
+ margin-top:10px;
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ float:left;
+ padding:0;
+ width:100%;
+ clear:right;
+ height:2.8em;
+ padding-top:10px;
+ overflow:hidden;
+ font-size:12px;
+}
+.subNav {
+ background-color:#dee3e9;
+ float:left;
+ width:100%;
+ overflow:hidden;
+ font-size:12px;
+}
+.subNav div {
+ clear:left;
+ float:left;
+ padding:0 0 5px 6px;
+ text-transform:uppercase;
+}
+ul.navList, ul.subNavList {
+ float:left;
+ margin:0 25px 0 0;
+ padding:0;
+}
+ul.navList li{
+ list-style:none;
+ float:left;
+ padding: 5px 6px;
+ text-transform:uppercase;
+}
+ul.subNavList li{
+ list-style:none;
+ float:left;
+}
+.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
+ color:#FFFFFF;
+ text-decoration:none;
+ text-transform:uppercase;
+}
+.topNav a:hover, .bottomNav a:hover {
+ text-decoration:none;
+ color:#bb7a2a;
+ text-transform:uppercase;
+}
+.navBarCell1Rev {
+ background-color:#F8981D;
+ color:#253441;
+ margin: auto 5px;
+}
+.skipNav {
+ position:absolute;
+ top:auto;
+ left:-9999px;
+ overflow:hidden;
+}
+/*
+Page header and footer styles
+*/
+.header, .footer {
+ clear:both;
+ margin:0 20px;
+ padding:5px 0 0 0;
+}
+.indexHeader {
+ margin:10px;
+ position:relative;
+}
+.indexHeader span{
+ margin-right:15px;
+}
+.indexHeader h1 {
+ font-size:13px;
+}
+.title {
+ color:#2c4557;
+ margin:10px 0;
+}
+.subTitle {
+ margin:5px 0 0 0;
+}
+.header ul {
+ margin:0 0 15px 0;
+ padding:0;
+}
+.footer ul {
+ margin:20px 0 5px 0;
+}
+.header ul li, .footer ul li {
+ list-style:none;
+ font-size:13px;
+}
+/*
+Heading styles
+*/
+div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
+ background-color:#dee3e9;
+ border:1px solid #d0d9e0;
+ margin:0 0 6px -8px;
+ padding:7px 5px;
+}
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+ background-color:#dee3e9;
+ border:1px solid #d0d9e0;
+ margin:0 0 6px -8px;
+ padding:7px 5px;
+}
+ul.blockList ul.blockList li.blockList h3 {
+ padding:0;
+ margin:15px 0;
+}
+ul.blockList li.blockList h2 {
+ padding:0px 0 20px 0;
+}
+/*
+Page layout container styles
+*/
+.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
+ clear:both;
+ padding:10px 20px;
+ position:relative;
+}
+.indexContainer {
+ margin:10px;
+ position:relative;
+ font-size:12px;
+}
+.indexContainer h2 {
+ font-size:13px;
+ padding:0 0 3px 0;
+}
+.indexContainer ul {
+ margin:0;
+ padding:0;
+}
+.indexContainer ul li {
+ list-style:none;
+ padding-top:2px;
+}
+.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
+ font-size:12px;
+ font-weight:bold;
+ margin:10px 0 0 0;
+ color:#4E4E4E;
+}
+.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
+ margin:5px 0 10px 0px;
+ font-size:14px;
+ font-family:'DejaVu Sans Mono',monospace;
+}
+.serializedFormContainer dl.nameValue dt {
+ margin-left:1px;
+ font-size:1.1em;
+ display:inline;
+ font-weight:bold;
+}
+.serializedFormContainer dl.nameValue dd {
+ margin:0 0 0 1px;
+ font-size:1.1em;
+ display:inline;
+}
+/*
+List styles
+*/
+ul.horizontal li {
+ display:inline;
+ font-size:0.9em;
+}
+ul.inheritance {
+ margin:0;
+ padding:0;
+}
+ul.inheritance li {
+ display:inline;
+ list-style:none;
+}
+ul.inheritance li ul.inheritance {
+ margin-left:15px;
+ padding-left:15px;
+ padding-top:1px;
+}
+ul.blockList, ul.blockListLast {
+ margin:10px 0 10px 0;
+ padding:0;
+}
+ul.blockList li.blockList, ul.blockListLast li.blockList {
+ list-style:none;
+ margin-bottom:15px;
+ line-height:1.4;
+}
+ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
+ padding:0px 20px 5px 10px;
+ border:1px solid #ededed;
+ background-color:#f8f8f8;
+}
+ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
+ padding:0 0 5px 8px;
+ background-color:#ffffff;
+ border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
+ margin-left:0;
+ padding-left:0;
+ padding-bottom:15px;
+ border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
+ list-style:none;
+ border-bottom:none;
+ padding-bottom:0;
+}
+table tr td dl, table tr td dl dt, table tr td dl dd {
+ margin-top:0;
+ margin-bottom:1px;
+}
+/*
+Table styles
+*/
+.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
+ width:100%;
+ border-left:1px solid #EEE;
+ border-right:1px solid #EEE;
+ border-bottom:1px solid #EEE;
+}
+.overviewSummary, .memberSummary {
+ padding:0px;
+}
+.overviewSummary caption, .memberSummary caption, .typeSummary caption,
+.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
+ position:relative;
+ text-align:left;
+ background-repeat:no-repeat;
+ color:#253441;
+ font-weight:bold;
+ clear:none;
+ overflow:hidden;
+ padding:0px;
+ padding-top:10px;
+ padding-left:1px;
+ margin:0px;
+ white-space:pre;
+}
+.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
+.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
+.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
+.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
+.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
+.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
+.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
+.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
+ color:#FFFFFF;
+}
+.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
+.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ padding-bottom:7px;
+ display:inline-block;
+ float:left;
+ background-color:#F8981D;
+ border: none;
+ height:16px;
+}
+.memberSummary caption span.activeTableTab span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ margin-right:3px;
+ display:inline-block;
+ float:left;
+ background-color:#F8981D;
+ height:16px;
+}
+.memberSummary caption span.tableTab span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ margin-right:3px;
+ display:inline-block;
+ float:left;
+ background-color:#4D7A97;
+ height:16px;
+}
+.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
+ padding-top:0px;
+ padding-left:0px;
+ padding-right:0px;
+ background-image:none;
+ float:none;
+ display:inline;
+}
+.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
+.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
+ display:none;
+ width:5px;
+ position:relative;
+ float:left;
+ background-color:#F8981D;
+}
+.memberSummary .activeTableTab .tabEnd {
+ display:none;
+ width:5px;
+ margin-right:3px;
+ position:relative;
+ float:left;
+ background-color:#F8981D;
+}
+.memberSummary .tableTab .tabEnd {
+ display:none;
+ width:5px;
+ margin-right:3px;
+ position:relative;
+ background-color:#4D7A97;
+ float:left;
+
+}
+.overviewSummary td, .memberSummary td, .typeSummary td,
+.useSummary td, .constantsSummary td, .deprecatedSummary td {
+ text-align:left;
+ padding:0px 0px 12px 10px;
+}
+th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
+td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
+ vertical-align:top;
+ padding-right:0px;
+ padding-top:8px;
+ padding-bottom:3px;
+}
+th.colFirst, th.colLast, th.colOne, .constantsSummary th {
+ background:#dee3e9;
+ text-align:left;
+ padding:8px 3px 3px 7px;
+}
+td.colFirst, th.colFirst {
+ white-space:nowrap;
+ font-size:13px;
+}
+td.colLast, th.colLast {
+ font-size:13px;
+}
+td.colOne, th.colOne {
+ font-size:13px;
+}
+.overviewSummary td.colFirst, .overviewSummary th.colFirst,
+.useSummary td.colFirst, .useSummary th.colFirst,
+.overviewSummary td.colOne, .overviewSummary th.colOne,
+.memberSummary td.colFirst, .memberSummary th.colFirst,
+.memberSummary td.colOne, .memberSummary th.colOne,
+.typeSummary td.colFirst{
+ width:25%;
+ vertical-align:top;
+}
+td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
+ font-weight:bold;
+}
+.tableSubHeadingColor {
+ background-color:#EEEEFF;
+}
+.altColor {
+ background-color:#FFFFFF;
+}
+.rowColor {
+ background-color:#EEEEEF;
+}
+/*
+Content styles
+*/
+.description pre {
+ margin-top:0;
+}
+.deprecatedContent {
+ margin:0;
+ padding:10px 0;
+}
+.docSummary {
+ padding:0;
+}
+
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+ font-style:normal;
+}
+
+div.block {
+ font-size:14px;
+ font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
+}
+
+td.colLast div {
+ padding-top:0px;
+}
+
+
+td.colLast a {
+ padding-bottom:3px;
+}
+/*
+Formatting effect styles
+*/
+.sourceLineNo {
+ color:green;
+ padding:0 30px 0 0;
+}
+h1.hidden {
+ visibility:hidden;
+ overflow:hidden;
+ font-size:10px;
+}
+.block {
+ display:block;
+ margin:3px 10px 2px 0px;
+ color:#474747;
+}
+.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
+.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
+.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
+ font-weight:bold;
+}
+.deprecationComment, .emphasizedPhrase, .interfaceName {
+ font-style:italic;
+}
+
+div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
+div.block div.block span.interfaceName {
+ font-style:normal;
+}
+
+div.contentContainer ul.blockList li.blockList h2{
+ padding-bottom:0px;
+}
diff --git a/target/ghpages.sh b/target/ghpages.sh
new file mode 100755
index 00000000..3c41f8c2
--- /dev/null
+++ b/target/ghpages.sh
@@ -0,0 +1,360 @@
+#!/bin/bash -x
+
+# Usage: (cd ; ghpages.sh -v -b -c)
+
+set -e
+
+# Set default props like MAVEN_PATH, ROOT_FOLDER etc.
+function set_default_props() {
+ # The script should be executed from the root folder
+ ROOT_FOLDER=`pwd`
+ echo "Current folder is ${ROOT_FOLDER}"
+
+ if [[ ! -e "${ROOT_FOLDER}/.git" ]]; then
+ echo "You're not in the root folder of the project!"
+ exit 1
+ fi
+
+ # Prop that will let commit the changes
+ COMMIT_CHANGES="no"
+ MAVEN_PATH=${MAVEN_PATH:-}
+ if [ -e "${ROOT_FOLDER}/mvnw" ]; then
+ MAVEN_EXEC="$ROOT_FOLDER/mvnw"
+ else
+ MAVEN_EXEC="${MAVEN_PATH}mvn"
+ fi
+ echo "Path to Maven is [${MAVEN_EXEC}]"
+ if [ -z $REPO_NAME ]; then
+ REPO_NAME=$(git remote -v | grep origin | head -1 | sed -e 's!.*/!!' -e 's/ .*//' -e 's/\.git.*//')
+ fi
+ echo "Repo name is [${REPO_NAME}]"
+ SPRING_CLOUD_STATIC_REPO=${SPRING_CLOUD_STATIC_REPO:-git@github.com:spring-cloud/spring-cloud-static.git}
+ echo "Spring Cloud Static repo is [${SPRING_CLOUD_STATIC_REPO}"
+}
+
+# Check if gh-pages exists and docs have been built
+function check_if_anything_to_sync() {
+ git remote set-url --push origin `git config remote.origin.url | sed -e 's/^git:/https:/'`
+
+ if ! (git remote set-branches --add origin gh-pages && git fetch -q) && [[ "${RELEASE_TRAIN}" != "yes" ]] ; then
+ echo "No gh-pages, so not syncing"
+ exit 0
+ fi
+
+ if ! [ -d docs/target/generated-docs ] && ! [ "${BUILD}" == "yes" ]; then
+ echo "No gh-pages sources in docs/target/generated-docs, so not syncing"
+ exit 0
+ fi
+}
+
+function retrieve_current_branch() {
+ # Code getting the name of the current branch. For master we want to publish as we did until now
+ # http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch
+ # If there is a branch already passed will reuse it - otherwise will try to find it
+ CURRENT_BRANCH=${BRANCH}
+ if [[ -z "${CURRENT_BRANCH}" ]] ; then
+ CURRENT_BRANCH=$(git symbolic-ref -q HEAD)
+ CURRENT_BRANCH=${CURRENT_BRANCH##refs/heads/}
+ CURRENT_BRANCH=${CURRENT_BRANCH:-HEAD}
+ fi
+ echo "Current branch is [${CURRENT_BRANCH}]"
+ git checkout ${CURRENT_BRANCH} || echo "Failed to check the branch... continuing with the script"
+ PREVIOUS_BRANCH=${CURRENT_BRANCH}
+}
+
+# Switches to the provided value of the release version. We always prefix it with `v`
+function switch_to_tag() {
+ if [[ "${RELEASE_TRAIN}" != "yes" ]] ; then
+ git checkout v${VERSION}
+ fi
+}
+
+# Build the docs if switch is on
+function build_docs_if_applicable() {
+ if [[ "${BUILD}" == "yes" ]] ; then
+ ./mvnw clean install -P docs -pl docs -DskipTests
+ fi
+}
+
+# Get the name of the `docs.main` property
+# Get whitelisted branches - assumes that a `docs` module is available under `docs` profile
+function retrieve_doc_properties() {
+ MAIN_ADOC_VALUE=$("${MAVEN_EXEC}" -q \
+ -Dexec.executable="echo" \
+ -Dexec.args='${docs.main}' \
+ org.codehaus.mojo:exec-maven-plugin:1.3.1:exec \
+ -P docs \
+ -pl docs | tail -1 )
+ echo "Extracted 'main.adoc' from Maven build [${MAIN_ADOC_VALUE}]"
+
+
+ WHITELIST_PROPERTY=${WHITELIST_PROPERTY:-"docs.whitelisted.branches"}
+ WHITELISTED_BRANCHES_VALUE=$("${MAVEN_EXEC}" -q \
+ -Dexec.executable="echo" \
+ -Dexec.args="\${${WHITELIST_PROPERTY}}" \
+ org.codehaus.mojo:exec-maven-plugin:1.3.1:exec \
+ -P docs \
+ -pl docs | tail -1 )
+ echo "Extracted '${WHITELIST_PROPERTY}' from Maven build [${WHITELISTED_BRANCHES_VALUE}]"
+}
+
+# Stash any outstanding changes
+function stash_changes() {
+ git diff-index --quiet HEAD && dirty=$? || (echo "Failed to check if the current repo is dirty. Assuming that it is." && dirty="1")
+ if [ "$dirty" != "0" ]; then git stash; fi
+}
+
+# Switch to gh-pages branch to sync it with current branch
+function add_docs_from_target() {
+ local DESTINATION_REPO_FOLDER
+ if [[ -z "${DESTINATION}" && -z "${CLONE}" ]] ; then
+ DESTINATION_REPO_FOLDER=${ROOT_FOLDER}
+ elif [[ "${CLONE}" == "yes" ]]; then
+ mkdir -p ${ROOT_FOLDER}/target
+ local clonedStatic=${ROOT_FOLDER}/target/spring-cloud-static
+ if [[ ! -e "${clonedStatic}/.git" ]]; then
+ echo "Cloning Spring Cloud Static to target"
+ git clone ${SPRING_CLOUD_STATIC_REPO} ${clonedStatic} && cd ${clonedStatic} && git checkout gh-pages
+ else
+ echo "Spring Cloud Static already cloned - will pull changes"
+ cd ${clonedStatic} && git checkout gh-pages && git pull origin gh-pages
+ fi
+ if [[ -z "${RELEASE_TRAIN}" ]] ; then
+ DESTINATION_REPO_FOLDER=${clonedStatic}/${REPO_NAME}
+ else
+ DESTINATION_REPO_FOLDER=${clonedStatic}
+ fi
+ mkdir -p ${DESTINATION_REPO_FOLDER}
+ else
+ if [[ ! -e "${DESTINATION}/.git" ]]; then
+ echo "[${DESTINATION}] is not a git repository"
+ exit 1
+ fi
+ if [[ -z "${RELEASE_TRAIN}" ]] ; then
+ DESTINATION_REPO_FOLDER=${DESTINATION}/${REPO_NAME}
+ else
+ DESTINATION_REPO_FOLDER=${DESTINATION}
+ fi
+ mkdir -p ${DESTINATION_REPO_FOLDER}
+ echo "Destination was provided [${DESTINATION}]"
+ fi
+ cd ${DESTINATION_REPO_FOLDER}
+ git checkout gh-pages
+ git pull origin gh-pages
+
+ # Add git branches
+ ###################################################################
+ if [[ -z "${VERSION}" && -z "${RELEASE_TRAIN}" ]] ; then
+ copy_docs_for_current_version
+ else
+ copy_docs_for_provided_version
+ fi
+ commit_changes_if_applicable
+}
+
+
+# Copies the docs by using the retrieved properties from Maven build
+function copy_docs_for_current_version() {
+ if [[ "${CURRENT_BRANCH}" == "master" ]] ; then
+ echo -e "Current branch is master - will copy the current docs only to the root folder"
+ for f in docs/target/generated-docs/*; do
+ file=${f#docs/target/generated-docs/*}
+ if ! git ls-files -i -o --exclude-standard --directory | grep -q ^$file$; then
+ # Not ignored...
+ cp -rf $f ${ROOT_FOLDER}/
+ fi
+ done
+ git add -A ${ROOT_FOLDER}
+ COMMIT_CHANGES="yes"
+ else
+ echo -e "Current branch is [${CURRENT_BRANCH}]"
+ # http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin
+ if [[ ",${WHITELISTED_BRANCHES_VALUE}," = *",${CURRENT_BRANCH},"* ]] ; then
+ mkdir -p ${ROOT_FOLDER}/${CURRENT_BRANCH}
+ echo -e "Branch [${CURRENT_BRANCH}] is whitelisted! Will copy the current docs to the [${CURRENT_BRANCH}] folder"
+ for f in docs/target/generated-docs/*; do
+ file=${f#docs/target/generated-docs/*}
+ if ! git ls-files -i -o --exclude-standard --directory | grep -q ^$file$; then
+ # Not ignored...
+ # We want users to access 1.0.0.RELEASE/ instead of 1.0.0.RELEASE/spring-cloud.sleuth.html
+ if [[ "${file}" == "${MAIN_ADOC_VALUE}.html" ]] ; then
+ # We don't want to copy the spring-cloud-sleuth.html
+ # we want it to be converted to index.html
+ cp -rf $f ${ROOT_FOLDER}/${CURRENT_BRANCH}/index.html
+ git add -A ${ROOT_FOLDER}/${CURRENT_BRANCH}/index.html
+ else
+ cp -rf $f ${ROOT_FOLDER}/${CURRENT_BRANCH}
+ git add -A ${ROOT_FOLDER}/${CURRENT_BRANCH}/$file
+ fi
+ fi
+ done
+ COMMIT_CHANGES="yes"
+ else
+ echo -e "Branch [${CURRENT_BRANCH}] is not on the white list! Check out the Maven [${WHITELIST_PROPERTY}] property in
+ [docs] module available under [docs] profile. Won't commit any changes to gh-pages for this branch."
+ fi
+ fi
+}
+
+# Copies the docs by using the explicitly provided version
+function copy_docs_for_provided_version() {
+ local FOLDER=${DESTINATION_REPO_FOLDER}/${VERSION}
+ mkdir -p ${FOLDER}
+ echo -e "Current tag is [v${VERSION}] Will copy the current docs to the [${FOLDER}] folder"
+ for f in ${ROOT_FOLDER}/docs/target/generated-docs/*; do
+ file=${f#${ROOT_FOLDER}/docs/target/generated-docs/*}
+ copy_docs_for_branch ${file} ${FOLDER}
+ done
+ COMMIT_CHANGES="yes"
+ CURRENT_BRANCH="v${VERSION}"
+}
+
+# Copies the docs from target to the provided destination
+# Params:
+# $1 - file from target
+# $2 - destination to which copy the files
+function copy_docs_for_branch() {
+ local file=$1
+ local destination=$2
+ if ! git ls-files -i -o --exclude-standard --directory | grep -q ^${file}$; then
+ # Not ignored...
+ # We want users to access 1.0.0.RELEASE/ instead of 1.0.0.RELEASE/spring-cloud.sleuth.html
+ if [[ ("${file}" == "${MAIN_ADOC_VALUE}.html") || ("${file}" == "${REPO_NAME}.html") ]] ; then
+ # We don't want to copy the spring-cloud-sleuth.html
+ # we want it to be converted to index.html
+ cp -rf $f ${destination}/index.html
+ else
+ cp -rf $f ${destination}
+ fi
+ git add -A ${destination}
+ fi
+}
+
+function commit_changes_if_applicable() {
+ if [[ "${COMMIT_CHANGES}" == "yes" ]] ; then
+ COMMIT_SUCCESSFUL="no"
+ git commit -a -m "Sync docs from ${CURRENT_BRANCH} to gh-pages" && COMMIT_SUCCESSFUL="yes" || echo "Failed to commit changes"
+
+ # Uncomment the following push if you want to auto push to
+ # the gh-pages branch whenever you commit to master locally.
+ # This is a little extreme. Use with care!
+ ###################################################################
+ if [[ "${COMMIT_SUCCESSFUL}" == "yes" ]] ; then
+ git push origin gh-pages
+ fi
+ fi
+}
+
+# Switch back to the previous branch and exit block
+function checkout_previous_branch() {
+ # If -version was provided we need to come back to root project
+ cd ${ROOT_FOLDER}
+ git checkout ${PREVIOUS_BRANCH} || echo "Failed to check the branch... continuing with the script"
+ if [ "$dirty" != "0" ]; then git stash pop; fi
+ exit 0
+}
+
+# Assert if properties have been properly passed
+function assert_properties() {
+echo "VERSION [${VERSION}], RELEASE_TRAIN [${RELEASE_TRAIN}], DESTINATION [${DESTINATION}], CLONE [${CLONE}]"
+if [[ "${VERSION}" != "" && (-z "${DESTINATION}" && -z "${CLONE}") ]] ; then echo "Version was set but destination / clone was not!"; exit 1;fi
+if [[ ("${DESTINATION}" != "" && "${CLONE}" != "") && -z "${VERSION}" ]] ; then echo "Destination / clone was set but version was not!"; exit 1;fi
+if [[ "${DESTINATION}" != "" && "${CLONE}" == "yes" ]] ; then echo "Destination and clone was set. Pick one!"; exit 1;fi
+if [[ "${RELEASE_TRAIN}" != "" && -z "${VERSION}" ]] ; then echo "Release train was set but no version was passed!"; exit 1;fi
+}
+
+# Prints the usage
+function print_usage() {
+cat </`
+- if the destination switch is passed (-d) then the script will check if the provided dir is a git repo and then will
+ switch to gh-pages of that repo and copy the generated docs to `docs//`
+- if the release train switch is passed (-r) then the script will check if the provided dir is a git repo and then will
+ switch to gh-pages of that repo and copy the generated docs to `docs/`
+
+USAGE:
+
+You can use the following options:
+
+-v|--version - the script will apply the whole procedure for a particular library version
+-r|--releasetrain - instead of nesting the docs under the project_name/version folder the docs will end up in version
+-d|--destination - the root of destination folder where the docs should be copied. You have to use the full path.
+ E.g. point to spring-cloud-static folder. Can't be used with (-c)
+-b|--build - will run the standard build process after checking out the branch
+-c|--clone - will automatically clone the spring-cloud-static repo instead of providing the destination.
+ Obviously can't be used with (-d)
+
+EOF
+}
+
+
+# ==========================================
+# ____ ____ _____ _____ _____ _______
+# / ____|/ ____| __ \|_ _| __ \__ __|
+# | (___ | | | |__) | | | | |__) | | |
+# \___ \| | | _ / | | | ___/ | |
+# ____) | |____| | \ \ _| |_| | | |
+# |_____/ \_____|_| \_\_____|_| |_|
+#
+# ==========================================
+
+while [[ $# > 0 ]]
+do
+key="$1"
+case ${key} in
+ -v|--version)
+ VERSION="$2"
+ shift # past argument
+ ;;
+ -r|--releasetrain)
+ RELEASE_TRAIN="yes"
+ ;;
+ -d|--destination)
+ DESTINATION="$2"
+ shift # past argument
+ ;;
+ -b|--build)
+ BUILD="yes"
+ ;;
+ -c|--clone)
+ CLONE="yes"
+ ;;
+ -h|--help)
+ print_usage
+ exit 0
+ ;;
+ *)
+ echo "Invalid option: [$1]"
+ print_usage
+ exit 1
+ ;;
+esac
+shift # past argument or value
+done
+
+assert_properties
+set_default_props
+check_if_anything_to_sync
+retrieve_current_branch
+if echo $VERSION | egrep -q 'SNAPSHOT' || [[ -z "${VERSION}" ]]; then
+ CLONE=""
+ VERSION=""
+ echo "You've provided a version variable but it's a snapshot one. Due to this will not clone spring-cloud-static and publish docs over there"
+else
+ switch_to_tag
+fi
+build_docs_if_applicable
+retrieve_doc_properties
+stash_changes
+add_docs_from_target
+checkout_previous_branch
diff --git a/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml
new file mode 100644
index 00000000..8b89c977
--- /dev/null
+++ b/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+ src/main/javadoc
+
diff --git a/target/javadoc-bundle-options/package-list b/target/javadoc-bundle-options/package-list
new file mode 100644
index 00000000..b52fe94b
--- /dev/null
+++ b/target/javadoc-bundle-options/package-list
@@ -0,0 +1,209 @@
+java.applet
+java.awt
+java.awt.color
+java.awt.datatransfer
+java.awt.dnd
+java.awt.event
+java.awt.font
+java.awt.geom
+java.awt.im
+java.awt.im.spi
+java.awt.image
+java.awt.image.renderable
+java.awt.print
+java.beans
+java.beans.beancontext
+java.io
+java.lang
+java.lang.annotation
+java.lang.instrument
+java.lang.invoke
+java.lang.management
+java.lang.ref
+java.lang.reflect
+java.math
+java.net
+java.nio
+java.nio.channels
+java.nio.channels.spi
+java.nio.charset
+java.nio.charset.spi
+java.nio.file
+java.nio.file.attribute
+java.nio.file.spi
+java.rmi
+java.rmi.activation
+java.rmi.dgc
+java.rmi.registry
+java.rmi.server
+java.security
+java.security.acl
+java.security.cert
+java.security.interfaces
+java.security.spec
+java.sql
+java.text
+java.text.spi
+java.util
+java.util.concurrent
+java.util.concurrent.atomic
+java.util.concurrent.locks
+java.util.jar
+java.util.logging
+java.util.prefs
+java.util.regex
+java.util.spi
+java.util.zip
+javax.accessibility
+javax.activation
+javax.activity
+javax.annotation
+javax.annotation.processing
+javax.crypto
+javax.crypto.interfaces
+javax.crypto.spec
+javax.imageio
+javax.imageio.event
+javax.imageio.metadata
+javax.imageio.plugins.bmp
+javax.imageio.plugins.jpeg
+javax.imageio.spi
+javax.imageio.stream
+javax.jws
+javax.jws.soap
+javax.lang.model
+javax.lang.model.element
+javax.lang.model.type
+javax.lang.model.util
+javax.management
+javax.management.loading
+javax.management.modelmbean
+javax.management.monitor
+javax.management.openmbean
+javax.management.relation
+javax.management.remote
+javax.management.remote.rmi
+javax.management.timer
+javax.naming
+javax.naming.directory
+javax.naming.event
+javax.naming.ldap
+javax.naming.spi
+javax.net
+javax.net.ssl
+javax.print
+javax.print.attribute
+javax.print.attribute.standard
+javax.print.event
+javax.rmi
+javax.rmi.CORBA
+javax.rmi.ssl
+javax.script
+javax.security.auth
+javax.security.auth.callback
+javax.security.auth.kerberos
+javax.security.auth.login
+javax.security.auth.spi
+javax.security.auth.x500
+javax.security.cert
+javax.security.sasl
+javax.sound.midi
+javax.sound.midi.spi
+javax.sound.sampled
+javax.sound.sampled.spi
+javax.sql
+javax.sql.rowset
+javax.sql.rowset.serial
+javax.sql.rowset.spi
+javax.swing
+javax.swing.border
+javax.swing.colorchooser
+javax.swing.event
+javax.swing.filechooser
+javax.swing.plaf
+javax.swing.plaf.basic
+javax.swing.plaf.metal
+javax.swing.plaf.multi
+javax.swing.plaf.nimbus
+javax.swing.plaf.synth
+javax.swing.table
+javax.swing.text
+javax.swing.text.html
+javax.swing.text.html.parser
+javax.swing.text.rtf
+javax.swing.tree
+javax.swing.undo
+javax.tools
+javax.transaction
+javax.transaction.xa
+javax.xml
+javax.xml.bind
+javax.xml.bind.annotation
+javax.xml.bind.annotation.adapters
+javax.xml.bind.attachment
+javax.xml.bind.helpers
+javax.xml.bind.util
+javax.xml.crypto
+javax.xml.crypto.dom
+javax.xml.crypto.dsig
+javax.xml.crypto.dsig.dom
+javax.xml.crypto.dsig.keyinfo
+javax.xml.crypto.dsig.spec
+javax.xml.datatype
+javax.xml.namespace
+javax.xml.parsers
+javax.xml.soap
+javax.xml.stream
+javax.xml.stream.events
+javax.xml.stream.util
+javax.xml.transform
+javax.xml.transform.dom
+javax.xml.transform.sax
+javax.xml.transform.stax
+javax.xml.transform.stream
+javax.xml.validation
+javax.xml.ws
+javax.xml.ws.handler
+javax.xml.ws.handler.soap
+javax.xml.ws.http
+javax.xml.ws.soap
+javax.xml.ws.spi
+javax.xml.ws.spi.http
+javax.xml.ws.wsaddressing
+javax.xml.xpath
+org.ietf.jgss
+org.omg.CORBA
+org.omg.CORBA.DynAnyPackage
+org.omg.CORBA.ORBPackage
+org.omg.CORBA.TypeCodePackage
+org.omg.CORBA.portable
+org.omg.CORBA_2_3
+org.omg.CORBA_2_3.portable
+org.omg.CosNaming
+org.omg.CosNaming.NamingContextExtPackage
+org.omg.CosNaming.NamingContextPackage
+org.omg.Dynamic
+org.omg.DynamicAny
+org.omg.DynamicAny.DynAnyFactoryPackage
+org.omg.DynamicAny.DynAnyPackage
+org.omg.IOP
+org.omg.IOP.CodecFactoryPackage
+org.omg.IOP.CodecPackage
+org.omg.Messaging
+org.omg.PortableInterceptor
+org.omg.PortableInterceptor.ORBInitInfoPackage
+org.omg.PortableServer
+org.omg.PortableServer.CurrentPackage
+org.omg.PortableServer.POAManagerPackage
+org.omg.PortableServer.POAPackage
+org.omg.PortableServer.ServantLocatorPackage
+org.omg.PortableServer.portable
+org.omg.SendingContext
+org.omg.stub.java.rmi
+org.w3c.dom
+org.w3c.dom.bootstrap
+org.w3c.dom.events
+org.w3c.dom.ls
+org.xml.sax
+org.xml.sax.ext
+org.xml.sax.helpers
diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties
new file mode 100644
index 00000000..003797ef
--- /dev/null
+++ b/target/maven-archiver/pom.properties
@@ -0,0 +1,5 @@
+#Created by Apache Maven 3.3.9
+#Tue Apr 04 02:50:16 UTC 2017
+version=1.2.0.BUILD-SNAPSHOT
+groupId=org.springframework.cloud
+artifactId=spring-cloud-commons-parent
diff --git a/target/spring-cloud-commons-parent-1.2.0.BUILD-SNAPSHOT-javadoc.jar b/target/spring-cloud-commons-parent-1.2.0.BUILD-SNAPSHOT-javadoc.jar
new file mode 100644
index 00000000..8d24c730
Binary files /dev/null and b/target/spring-cloud-commons-parent-1.2.0.BUILD-SNAPSHOT-javadoc.jar differ
diff --git a/target/spring-cloud-commons-parent-1.2.0.BUILD-SNAPSHOT-tests.jar b/target/spring-cloud-commons-parent-1.2.0.BUILD-SNAPSHOT-tests.jar
new file mode 100644
index 00000000..54584544
Binary files /dev/null and b/target/spring-cloud-commons-parent-1.2.0.BUILD-SNAPSHOT-tests.jar differ