Interface WeaveRuleCondition
- 
- All Superinterfaces:
 Query
- All Known Implementing Classes:
 QueryProviderBase.Defaults
public interface WeaveRuleCondition extends Query
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheck(WeavingMappingRuleContext ctx) 
 - 
 
- 
- 
Method Detail
- 
check
boolean check(@NotNull WeavingMappingRuleContext ctx) throws GenerationFailureException
- Throws:
 GenerationFailureException
 
 - 
 
 -