Package org.bremersee.xml
Interface JaxbDependenciesResolver
public interface JaxbDependenciesResolver
The jaxb dependencies resolver is used to determine the classes to build the jaxb context.
This can be nice if you have to support plenty of xml name spaces which normally are all added to the xml file. With a dependency resolver only these name spaces are added to the xml file which are necessary.
- Author:
- Christian Bremer
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>[]
resolveClasses
(Object value) Resolve dependencies to other classes.
-
Method Details
-
resolveClasses
Resolve dependencies to other classes.- Parameters:
value
- the value (POJO) that should be processed by the marshaller or unmarshaller or a single class or an array of classes- Returns:
- the resolved classes
-