Interface InputHintSpecification
-
- All Known Implementing Classes:
JsonInputHintSpecification,XmlInputHintSpecification
public interface InputHintSpecification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.lang.String>getCopyFromProperty()java.util.Optional<java.lang.Boolean>getDynamicLookup()java.util.Optional<java.lang.String>getMethodRef()java.util.Optional<java.lang.String>getPrompt()java.util.Optional<com.xebialabs.deployit.plugin.api.reflect.Type>getReferencedType()java.util.List<ValidationRuleSpecification>getValidationRules()java.util.List<com.xebialabs.deployit.plugin.api.reflect.InputHintValue>getValues()
-
-
-
Method Detail
-
getValues
java.util.List<com.xebialabs.deployit.plugin.api.reflect.InputHintValue> getValues()
-
getValidationRules
java.util.List<ValidationRuleSpecification> getValidationRules()
-
getPrompt
java.util.Optional<java.lang.String> getPrompt()
-
getCopyFromProperty
java.util.Optional<java.lang.String> getCopyFromProperty()
-
getReferencedType
java.util.Optional<com.xebialabs.deployit.plugin.api.reflect.Type> getReferencedType()
-
getMethodRef
java.util.Optional<java.lang.String> getMethodRef()
-
getDynamicLookup
java.util.Optional<java.lang.Boolean> getDynamicLookup()
-
-