Package | Description |
---|---|
org.springframework.cloud.dataflow.completion |
Contains classes related to code-completion of stream definitions expressed in the
Spring Cloud Dataflow DSL.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanValueHintProvider
Returns the closed set of true and false for properties that are
of type Boolean.
|
class |
DefaultValueHintProvider
A default
ValueHintProvider that returns hints explicitly defined by a
property. |
class |
EnumValueHintProvider
A
ValueHintProvider that returns possible values when the property is an
Enum . |
Modifier and Type | Method and Description |
---|---|
ValueHintProvider |
CompletionConfiguration.booleanValueHintProvider() |
ValueHintProvider |
CompletionConfiguration.defaultValueHintProvider() |
ValueHintProvider |
CompletionConfiguration.enumValueHintProvider() |
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.