Interface DynamicDiscardPolicy
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Author:
- Kabir Khan
-
Method Summary
Modifier and TypeMethodDescriptioncheckResource(TransformationContext context, PathAddress address) Checks whether the child should be added
-
Method Details
-
checkResource
Checks whether the child should be added- Parameters:
context- the transformation contextaddress- the address of the child- Returns:
- the discard policy for how the resource should be handled
-