public static class InputHint.InputHintBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
copyFromProperty |
PropertyKind |
kind |
java.lang.String |
prompt |
Type |
referencedType |
boolean |
required |
java.util.Set<Validator<?>> |
validationRules |
java.util.List<InputHintValue> |
values |
Constructor and Description |
---|
InputHintBuilder() |
Modifier and Type | Method and Description |
---|---|
InputHint.InputHintBuilder |
construct(java.util.function.Consumer<InputHint.InputHintBuilder> builderFunction) |
InputHint |
constructInputHint() |
public PropertyKind kind
public boolean required
public java.lang.String prompt
public java.util.List<InputHintValue> values
public java.util.Set<Validator<?>> validationRules
public java.lang.String copyFromProperty
public Type referencedType
public InputHint.InputHintBuilder construct(java.util.function.Consumer<InputHint.InputHintBuilder> builderFunction)
public InputHint constructInputHint()