Interface OperationTransformationOverrideBuilder

    • Method Detail

      • setCustomOperationTransformer

        OperationTransformationOverrideBuilder setCustomOperationTransformer​(OperationTransformer operationTransformer)
        Set an optional operation transformer, which is called after all attribute rules added by the super-interface have been executed.
        Parameters:
        operationTransformer - the operation transformer
        Returns:
        this operation transformer builder
      • inheritResourceAttributeDefinitions

        OperationTransformationOverrideBuilder inheritResourceAttributeDefinitions()
        Inherit all existing attribute rules from the resource for this operation transformer.
        Returns:
        this operation transformer builder