Class SchemaLSResourceResolver
- java.lang.Object
-
- com.github.dozermapper.core.builder.xml.SchemaLSResourceResolver
-
- All Implemented Interfaces:
LSResourceResolver
public class SchemaLSResourceResolver extends Object implements LSResourceResolver
Resolves the schema specified in the mapping.xml. Attempts to find locally on the classpath or by resolving the URL.
-
-
Constructor Summary
Constructors Constructor Description SchemaLSResourceResolver(BeanContainer beanContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LSInputresolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI)
-
-
-
Constructor Detail
-
SchemaLSResourceResolver
public SchemaLSResourceResolver(BeanContainer beanContainer)
-
-
Method Detail
-
resolveResource
public LSInput resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI)
- Specified by:
resolveResourcein interfaceLSResourceResolver
-
-