public interface CloudStoreJaxbContextProvider
CloudStoreJaxbContextProvider
implementations populate the CloudStoreJaxbContext
.
Implementation classes are registered using the ServiceLoader
.
Important: Implementors should subclass AbstractCloudStoreJaxbContextProvider
instead
of directly implementing this interface!
Modifier and Type | Method and Description |
---|---|
Class<?>[] |
getClassesToBeBound()
Gets the classes to be bound in the
CloudStoreJaxbContext . |
Class<?>[] getClassesToBeBound()
CloudStoreJaxbContext
.
The classes returned here are combined with all other providers' results and then passed
to JAXBContext.newInstance(Class[])
.
CloudStoreJaxbContext
. May be null
,
which is equivalent to an empty array.Copyright © 2013–2019. All rights reserved.