Interface ObjectTransformer<O extends ProvisionObject>

    • Method Detail

      • transform

        String transform​(O data)
        Transform the O ProvisionObject to the String value suitable for saving to StringOperationalConnectorValue
        Parameters:
        data - - the current Object
        Returns:
        - String value or NULL if transformation can't be done with any result
      • isValid

        boolean isValid​(O data)
        Method is used to check does current Object ProvisionObject should be transformed by transform(ProvisionObject) method or not.
        Parameters:
        data - - value to validate.
        Returns:
        - it true, object will be transfomed and it's value will be provisioned to target system, if result is false then value of this object will be skipped.