Package nbbrd.io.xml.bind
Class Jaxb
java.lang.Object
nbbrd.io.xml.bind.Jaxb
- Author:
- Philippe Charles
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull MarshallercreateMarshaller(@NonNull Class<?> type) static @NonNull MarshallercreateMarshaller(@NonNull JAXBContext context) static @NonNull UnmarshallercreateUnmarshaller(@NonNull Class<?> type) static @NonNull UnmarshallercreateUnmarshaller(@NonNull JAXBContext context)
-
Constructor Details
-
Jaxb
public Jaxb()
-
-
Method Details
-
createUnmarshaller
- Throws:
IOException
-
createUnmarshaller
public static @NonNull Unmarshaller createUnmarshaller(@NonNull JAXBContext context) throws IOException - Throws:
IOException
-
createMarshaller
- Throws:
IOException
-
createMarshaller
- Throws:
IOException
-