Interface UntypedOperation

    • Method Detail

      • apply

        Object apply​(Object value)
              throws PolicyViolationException
        Applies an untyped operation.
        Parameters:
        value - The value, null if not specified.
        Returns:
        The resulting value, must represent a valid JSON entity such as boolean, number, string, array or object.
        Throws:
        PolicyViolationException - On a policy violation.