| Class | Description |
|---|---|
| DependenciesNotPassedCondition |
Inverse of the
ConditionalOnDependenciesPassed condition. |
| DependenciesPassedCondition |
Condition that verifies if the Dependencies have been passed in an appropriate place in
the application properties.
|
| DependencyEnvironmentPostProcessor |
EnvironmentPostProcessor that sets spring.application.name.
|
| DependencyFeignClientAutoConfiguration |
Configuration for ensuring that headers are set for a given dependency when Feign is
used.
|
| DependencyRestTemplateAutoConfiguration |
Customizes RestTemplate to support passing of params from dependency.
|
| StubsConfiguration |
Representation of a stubs location.
|
| StubsConfiguration.DependencyPath |
Marker class to discern between the stubs location and dependency registration path.
|
| ZookeeperDependencies |
Representation of this service's dependencies in Zookeeper.
|
| ZookeeperDependenciesAutoConfiguration |
Provides AutoConfiguration for Zookeeper dependency set up in properties.
|
| ZookeeperDependency |
Represents a particular dependency of Zookeeper instance.
|
| Annotation Type | Description |
|---|---|
| ConditionalOnDependenciesNotPassed |
Annotation to turn off a feature if Zookeeper dependencies have NOT been passed.
|
| ConditionalOnDependenciesPassed |
Annotation to turn on a feature if Zookeeper dependencies have been passed.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.