Package com.sportradar.livedata.sdk.di
Class JaxbContextProvider
- java.lang.Object
-
- com.sportradar.livedata.sdk.di.JaxbContextProvider
-
- All Implemented Interfaces:
com.google.inject.Provider<jakarta.xml.bind.JAXBContext>
,jakarta.inject.Provider<jakarta.xml.bind.JAXBContext>
public class JaxbContextProvider extends Object implements com.google.inject.Provider<jakarta.xml.bind.JAXBContext>
AProvider
implementation used to constructJAXBContext
instances
-
-
Constructor Summary
Constructors Constructor Description JaxbContextProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.xml.bind.JAXBContext
get()
Constructs and return a new instance of theJAXBContext
class.
-
-
-
Method Detail
-
get
public jakarta.xml.bind.JAXBContext get()
Constructs and return a new instance of theJAXBContext
class.- Specified by:
get
in interfacecom.google.inject.Provider<jakarta.xml.bind.JAXBContext>
- Specified by:
get
in interfacejakarta.inject.Provider<jakarta.xml.bind.JAXBContext>
- Returns:
- a new instance of the
JAXBContext
class.
-
-