Package com.io7m.jxe.core
Class JXESchemaDefinitions
java.lang.Object
com.io7m.jxe.core.JXESchemaDefinitions
public final class JXESchemaDefinitions
extends java.lang.Object
Functions over schema definitions.
-
Method Summary
Modifier and Type Method Description static java.util.Map<java.net.URI,JXESchemaDefinition>mapOf(JXESchemaDefinition... schemas)Make a map of schema definitions from the given list of schemas.static java.util.Map<java.net.URI,JXESchemaDefinition>mapOfList(java.util.List<JXESchemaDefinition> schemas)Make a map of schema definitions from the given list of schemas.static JXESchemaResolutionMappingsmappingsOf(JXESchemaDefinition... schemas)Make a map of schema definitions from the given list of schemas.static JXESchemaResolutionMappingsmappingsOfList(java.util.List<JXESchemaDefinition> schemas)Make a map of schema definitions from the given list of schemas.
-
Method Details
-
mapOf
public static java.util.Map<java.net.URI,JXESchemaDefinition> mapOf(JXESchemaDefinition... schemas)Make a map of schema definitions from the given list of schemas.- Parameters:
schemas- The list of schemas- Returns:
- The schemas
-
mapOfList
public static java.util.Map<java.net.URI,JXESchemaDefinition> mapOfList(java.util.List<JXESchemaDefinition> schemas)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
public static JXESchemaResolutionMappings mappingsOfList(java.util.List<JXESchemaDefinition> schemas)Make a map of schema definitions from the given list of schemas.- Parameters:
schemas- The list of schemas- Returns:
- The schemas
-