Module org.mule.runtime.dsl.api
Class SchemaMappingsUtils
java.lang.Object
org.mule.runtime.dsl.internal.util.SchemaMappingsUtils
A helper class for loading mule schema mappings.
- Since:
- 1.4.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SchemaMappingsUtilsgetFor(ClassLoader muleImplementationsLoader) getSchemaMappings(String schemaMappingsLocation, Supplier<ClassLoader> classLoader) Load schemas mappings for a givenschemaMappingsLocationlocationstatic StringresolveSystemId(String systemId)
-
Field Details
-
CUSTOM_SCHEMA_MAPPINGS_LOCATION
- See Also:
-
CUSTOM_SPRING_SCHEMA_MAPPINGS_LOCATION
- See Also:
-
-
Method Details
-
getFor
-
resolveSystemId
-
getMuleSchemasMappings
- Returns:
- schemas mappings located at
CUSTOM_SCHEMA_MAPPINGS_LOCATIONlocation
-
getSpringSchemasMappings
- Returns:
- schemas mappings located at
CUSTOM_SPRING_SCHEMA_MAPPINGS_LOCATIONlocation
-
getSchemaMappings
public Map<String,String> getSchemaMappings(String schemaMappingsLocation, Supplier<ClassLoader> classLoader) Load schemas mappings for a givenschemaMappingsLocationlocation
-