Class IgnoreDifferenceTransform

  • All Implemented Interfaces:
    AutoCloseable, org.revapi.configuration.Configurable, org.revapi.DifferenceTransform

    @Deprecated
    public class IgnoreDifferenceTransform
    extends DifferencesTransform
    Deprecated.
    This is superseded by DifferencesTransform
    A generic difference transform that can ignore differences based on the difference code (Difference.code) and on the old or new elements' full human representations (Element.getFullHumanReadableString()) or result of comparing using specified matcher.

    See META-INF/ignore-schema.json for the JSON schema of the configuration.

    Since:
    0.1
    Author:
    Lukas Krejci