Class CustomParameter

    • Method Detail

      • defaultValue

        public final String defaultValue()

        The default value of the parameter.

        Returns:
        The default value of the parameter.
      • description

        public final String description()

        The description of the parameter.

        Returns:
        The description of the parameter.
      • fieldType

        public final String fieldType()

        The filed type of the parameter.

        Returns:
        The filed type of the parameter.
      • isEditable

        public final Boolean isEditable()

        Specifies whether the parameter is editable.

        Returns:
        Specifies whether the parameter is editable.
      • isOptional

        public final Boolean isOptional()

        Specifies whether the custom parameter is optional.

        Returns:
        Specifies whether the custom parameter is optional.
      • keyName

        public final String keyName()

        The key name of the parameter.

        Returns:
        The key name of the parameter.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)