Interface InputHintSpecification

    • Method Detail

      • getValues

        java.util.List<com.xebialabs.deployit.plugin.api.reflect.InputHintValue> getValues()
      • 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()