Interface Transformers.ResourceIgnoredTransformationRegistry

All Known Subinterfaces:
ResourceTransformationContext
Enclosing interface:
Transformers
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Transformers.ResourceIgnoredTransformationRegistry
Provides information on whether a target process is ignoring particular resource addresses.
  • Method Details

    • isResourceTransformationIgnored

      boolean isResourceTransformationIgnored(PathAddress address)
      Gets whether a resource with the given address should be excluded from resource transformation.
      Parameters:
      address - the resource address. Cannot be null
      Returns:
      true if the resource should be excluded from resource transformation