Class ValidationContext


  • public class ValidationContext
    extends java.lang.Object
    • Field Detail

      • schemaReferences

        private final java.util.concurrent.ConcurrentMap<java.lang.String,​JsonSchema> schemaReferences
      • schemaResources

        private final java.util.concurrent.ConcurrentMap<java.lang.String,​JsonSchema> schemaResources
      • dynamicAnchors

        private final java.util.concurrent.ConcurrentMap<java.lang.String,​JsonSchema> dynamicAnchors
    • Method Detail

      • resolveSchemaId

        public java.lang.String resolveSchemaId​(com.fasterxml.jackson.databind.JsonNode schemaNode)
      • getSchemaReferences

        public java.util.concurrent.ConcurrentMap<java.lang.String,​JsonSchema> getSchemaReferences()
        Gets the schema references identified by the ref uri.
        Returns:
        the schema references
      • getSchemaResources

        public java.util.concurrent.ConcurrentMap<java.lang.String,​JsonSchema> getSchemaResources()
        Gets the schema resources identified by id.
        Returns:
        the schema resources
      • getDynamicAnchors

        public java.util.concurrent.ConcurrentMap<java.lang.String,​JsonSchema> getDynamicAnchors()
        Gets the dynamic anchors.
        Returns:
        the dynamic anchors