Package org.jboss.as.model.test
Interface ModelTestModelDescriptionValidator.ArbitraryDescriptorValidator
- Enclosing class:
- ModelTestModelDescriptionValidator
- 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 ModelTestModelDescriptionValidator.ArbitraryDescriptorValidator
Validate a resource or operation descriptor
-
Method Summary
-
Method Details
-
validate
Validate a resource or operation arbitrary descriptor- Parameters:
currentNode- the current attribute or parameterdescriptor- the current descriptor being validated- Returns:
nullif it passed validation, or an error message describing the problem
-