Uses of Interface
org.springframework.cloud.dataflow.completion.ValueHintProvider
Packages that use ValueHintProvider
Package
Description
Contains classes related to code-completion of stream definitions expressed in the
Spring Cloud Dataflow DSL.
-
Uses of ValueHintProvider in org.springframework.cloud.dataflow.completion
Classes in org.springframework.cloud.dataflow.completion that implement ValueHintProviderModifier and TypeClassDescriptionclass
Returns the closed set of true and false for properties that are of type Boolean.class
A defaultValueHintProvider
that returns hints explicitly defined by a property.class
AValueHintProvider
that returns possible values when the property is anEnum
.Methods in org.springframework.cloud.dataflow.completion that return ValueHintProviderModifier and TypeMethodDescriptionCompletionConfiguration.booleanValueHintProvider()
CompletionConfiguration.defaultValueHintProvider()
CompletionConfiguration.enumValueHintProvider()