Interface ParameterSpecification

    • Method Detail

      • getExpectedType

        Type getExpectedType()
        Get the type which we are expecting for a bind into this parameter based on translated contextual information.
        Returns:
        The expected type.
      • setExpectedType

        void setExpectedType​(Type expectedType)
        Injects the expected type. Called during translation.
        Parameters:
        expectedType - The type to expect.
      • renderDisplayInfo

        java.lang.String renderDisplayInfo()
        Render this parameter into displayable info (for logging, etc).
        Returns:
        The displayable info.