Package com.io7m.jxe.core
Class JXESchemaDefinitions
java.lang.Object
com.io7m.jxe.core.JXESchemaDefinitions
Functions over schema definitions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map<URI,
JXESchemaDefinition> mapOf
(JXESchemaDefinition... schemas) Make a map of schema definitions from the given list of schemas.static Map<URI,
JXESchemaDefinition> mapOfList
(List<JXESchemaDefinition> schemas) Make a map of schema definitions from the given list of schemas.static JXESchemaResolutionMappings
mappingsOf
(JXESchemaDefinition... schemas) Make a map of schema definitions from the given list of schemas.static JXESchemaResolutionMappings
mappingsOfList
(List<JXESchemaDefinition> schemas) Make a map of schema definitions from the given list of schemas.
-
Method Details
-
mapOf
Make a map of schema definitions from the given list of schemas.- Parameters:
schemas
- The list of schemas- Returns:
- The schemas
-
mapOfList
Make a map of schema definitions from the given list of schemas.- Parameters:
schemas
- The list of schemas- Returns:
- The schemas
-
mappingsOf
Make a map of schema definitions from the given list of schemas.- Parameters:
schemas
- The list of schemas- Returns:
- The schemas
-
mappingsOfList
Make a map of schema definitions from the given list of schemas.- Parameters:
schemas
- The list of schemas- Returns:
- The schemas
-