Package com.networknt.schema
Interface KeywordFactory
- All Known Implementing Classes:
DisallowUnknownKeywordFactory,UnknownKeywordFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory for
Keyword.-
Method Summary
Modifier and TypeMethodDescriptiongetKeyword(String value, ValidationContext validationContext) Gets the keyword given the keyword value.
-
Method Details
-
getKeyword
Gets the keyword given the keyword value.- Parameters:
value- the keyword valuevalidationContext- the validationContext- Returns:
- the keyword
-