A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Y
C
- ClassPathAwareSchemaClient - class in com.github.erosb.jsonsKema
- A SchemaClient which first checks if the URI scheme is
classpath, and if yes, it attempts to load the schema document from the classpath. - com.github.erosb.jsonsKema - package com.github.erosb.jsonsKema
- CompositeSchema - class in com.github.erosb.jsonsKema
- CompositeSchemaBuilder - class in com.github.erosb.jsonsKema
- CONST - enum entry in com.github.erosb.jsonsKema.Keyword
- constSchema(com.github.erosb.jsonsKema.IJsonValue) - function in com.github.erosb.jsonsKema.CompositeSchemaBuilder
- ConstSchema - class in com.github.erosb.jsonsKema
- constSchema(com.github.erosb.jsonsKema.IJsonValue) - function in com.github.erosb.jsonsKema.SchemaBuilder.Companion
- ConstValidationFailure - class in com.github.erosb.jsonsKema
- contains(com.github.erosb.jsonsKema.SchemaBuilder) - function in com.github.erosb.jsonsKema.CompositeSchemaBuilder
- CONTAINS - enum entry in com.github.erosb.jsonsKema.Keyword
- ContainsSchema - class in com.github.erosb.jsonsKema
- ContainsValidationFailure - class in com.github.erosb.jsonsKema
- create(com.github.erosb.jsonsKema.Schema,com.github.erosb.jsonsKema.ValidatorConfig) - function in com.github.erosb.jsonsKema.Validator.Companion
- createDefaultConfig(java.util.Map) - function in com.github.erosb.jsonsKema.SchemaLoaderConfig.Companion
- createDefaultInstance(java.util.Map) - function in com.github.erosb.jsonsKema.SchemaClient.Companion
- Returns a SchemaClient instance which is used by default by SchemaLoader (unless it overwritten by passing an other instance to SchemaLoaderConfig.schemaClient).