Uses of Interface
com.networknt.schema.walk.WalkHandler
Packages that use WalkHandler
-
Uses of WalkHandler in com.networknt.schema.walk
Classes in com.networknt.schema.walk that implement WalkHandlerModifier and TypeClassDescriptionclassclassAWalkHandlerfor walking items.classAWalkHandlerfor walking keywords.classAWalkHandlerfor walking properties.static classWalkHandlerthat performs no operations but indicates that it should walk.Methods in com.networknt.schema.walk that return WalkHandlerModifier and TypeMethodDescriptionWalkConfig.getItemWalkHandler()Gets the item walk handler.WalkConfig.getKeywordWalkHandler()Gets the keyword walk handler.WalkConfig.getPropertyWalkHandler()Gets the property walk handler.Methods in com.networknt.schema.walk with parameters of type WalkHandlerModifier and TypeMethodDescriptionWalkConfig.Builder.itemWalkHandler(WalkHandler itemWalkHandler) WalkConfig.Builder.keywordWalkHandler(WalkHandler keywordWalkHandler) WalkConfig.Builder.propertyWalkHandler(WalkHandler propertyWalkHandler)