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 TypeClassDescriptionclassReturns the closed set of true and false for properties that are of type Boolean.classA defaultValueHintProviderthat returns hints explicitly defined by a property.classAValueHintProviderthat 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()