Class LOTEJsonUtils
java.lang.Object
eu.europa.esig.json.JSONSchemaAbstractUtils
eu.europa.esig.lote.json.LOTEJsonUtils
This class contains utils for parsing and validation of the list of Trusted Entities to
the ETSI TS 119 602 JSON schema
-
Method Summary
Modifier and TypeMethodDescriptionstatic LOTEJsonUtilsReturns instance ofLOTEJsonUtilsGets a list of schema definitionsGets URI for the current schemaMethods inherited from class JSONSchemaAbstractUtils
getJSONSchemaDefinitions, getSchema, getValidator, loadSchema, validateAgainstSchema, validateAgainstSchema, validateAgainstSchema, validateAgainstSchema
-
Method Details
-
getInstance
-
getSchemaURI
Description copied from class:JSONSchemaAbstractUtilsGets URI for the current schema- Specified by:
getSchemaURIin classJSONSchemaAbstractUtils- Returns:
String
-
getSchemaDefinitions
Description copied from class:JSONSchemaAbstractUtilsGets a list of schema definitions- Specified by:
getSchemaDefinitionsin classJSONSchemaAbstractUtils- Returns:
- a map between schema URI's and their filesystem locations
-