public interface JaxbDependenciesResolver
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.
| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
resolveClasses(Object value)
Resolve dependencies to other classes.
|
default Set<String> |
resolvePackages(Object value)
Resolve dependencies to other packages to add their name space to the schema location tag of
the xml file.
|
default Set<String> resolvePackages(Object value)
value - the value (POJO) that should be processed by the marshaller or unmarshaller or
a single class or an array of classesCopyright © 2020 bremersee.org. All rights reserved.