Class AsyncApiContentValidator
- java.lang.Object
-
- io.apicurio.registry.rules.validity.ApicurioDataModelContentValidator
-
- io.apicurio.registry.rules.validity.AsyncApiContentValidator
-
- All Implemented Interfaces:
ContentValidator
public class AsyncApiContentValidator extends ApicurioDataModelContentValidator
A content validator implementation for the AsyncAPI content type.- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description AsyncApiContentValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getDataModelType()
-
Methods inherited from class io.apicurio.registry.rules.validity.ApicurioDataModelContentValidator
validate
-
-
-
-
Method Detail
-
getDataModelType
protected String getDataModelType()
- Specified by:
getDataModelType
in classApicurioDataModelContentValidator
- See Also:
ApicurioDataModelContentValidator.getDataModelType()
-
-