public class CachedSchemaValidatorLoader extends Object
| Constructor and Description |
|---|
CachedSchemaValidatorLoader(int maxEntriesInCache,
int cacheTimeoutInSeconds) |
| Modifier and Type | Method and Description |
|---|---|
JsonSchemaValidator |
loadSchemaValidator(String jsonSchema) |
public CachedSchemaValidatorLoader(int maxEntriesInCache,
int cacheTimeoutInSeconds)
public JsonSchemaValidator loadSchemaValidator(String jsonSchema) throws InvalidJsonSchemaException
InvalidJsonSchemaExceptionCopyright © 2019 Vitam. All rights reserved.