| Package | Description |
|---|---|
| org.cloudfoundry.reactor |
| Modifier and Type | Method and Description |
|---|---|
InfoPayloadRootProvider.Builder |
InfoPayloadRootProvider.Builder.apiHost(String apiHost)
Initializes the value for the
apiHost attribute. |
static InfoPayloadRootProvider.Builder |
InfoPayloadRootProvider.builder()
Creates a builder for
InfoPayloadRootProvider. |
InfoPayloadRootProvider.Builder |
InfoPayloadRootProvider.Builder.from(org.cloudfoundry.reactor._InfoPayloadRootProvider instance)
Copy abstract value type
_InfoPayloadRootProvider instance into builder. |
InfoPayloadRootProvider.Builder |
InfoPayloadRootProvider.Builder.from(org.cloudfoundry.reactor.AbstractRootProvider instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.reactor.AbstractRootProvider instance. |
InfoPayloadRootProvider.Builder |
InfoPayloadRootProvider.Builder.from(InfoPayloadRootProvider instance)
Fill a builder with attribute values from the provided
InfoPayloadRootProvider instance. |
InfoPayloadRootProvider.Builder |
InfoPayloadRootProvider.Builder.objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Initializes the value for the
objectMapper attribute. |
InfoPayloadRootProvider.Builder |
InfoPayloadRootProvider.Builder.port(int port)
Initializes the optional value
port to port. |
InfoPayloadRootProvider.Builder |
InfoPayloadRootProvider.Builder.port(Optional<Integer> port)
Initializes the optional value
port to port. |
InfoPayloadRootProvider.Builder |
InfoPayloadRootProvider.Builder.secure(boolean secure)
Initializes the optional value
secure to secure. |
InfoPayloadRootProvider.Builder |
InfoPayloadRootProvider.Builder.secure(Optional<Boolean> secure)
Initializes the optional value
secure to secure. |
Copyright © 2019. All rights reserved.