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.
Provides information on whether a target process is ignoring particular resource addresses.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets whether a resource with the givenaddressshould be excluded fromresource transformation.
-
Method Details
-
isResourceTransformationIgnored
Gets whether a resource with the givenaddressshould be excluded fromresource transformation.- Parameters:
address- the resource address. Cannot benull- Returns:
trueif the resource should be excluded from resource transformation
-