Package org.bremersee.xml
Interface JaxbContextDataProvider
public interface JaxbContextDataProvider
The provider describes a collection of a java xml model and should be loadable by the
ServiceLoader
.- Author:
- Christian Bremer
-
Method Summary
Modifier and TypeMethodDescriptionGet a collection of the xml meta-data.
-
Method Details
-
getJaxbContextData
Collection<JaxbContextMember> getJaxbContextData()Get a collection of the xml meta-data.- Returns:
- a collection of the xml meta-data
-