Class ScopeKeyword

java.lang.Object
com.networknt.schema.AbstractKeyword
org.apache.unomi.schema.keyword.ScopeKeyword
All Implemented Interfaces:
com.networknt.schema.Keyword

public class ScopeKeyword extends com.networknt.schema.AbstractKeyword
  • Constructor Summary

    Constructors
    Constructor
    Description
    ScopeKeyword(ScopeService scopeService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.networknt.schema.JsonValidator
    newValidator(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, com.networknt.schema.JsonSchema parentSchema, com.networknt.schema.ValidationContext validationContext)
     

    Methods inherited from class com.networknt.schema.AbstractKeyword

    getValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.networknt.schema.Keyword

    setCustomMessage
  • Constructor Details

    • ScopeKeyword

      public ScopeKeyword(ScopeService scopeService)
  • Method Details

    • newValidator

      public com.networknt.schema.JsonValidator newValidator(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, com.networknt.schema.JsonSchema parentSchema, com.networknt.schema.ValidationContext validationContext)