public class CloudStoreJaxbContextProviderImpl extends AbstractCloudStoreJaxbContextProvider
| Constructor and Description |
|---|
CloudStoreJaxbContextProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
getClassesToBeBound()
Gets the classes to be bound in the
CloudStoreJaxbContext. |
public CloudStoreJaxbContextProviderImpl()
public Class<?>[] getClassesToBeBound()
CloudStoreJaxbContextProviderCloudStoreJaxbContext.
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.