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
@NonNull public static @NonNull Unmarshaller createUnmarshaller(@NonNull @NonNull Class<?> type) throws IOException - Throws:
IOException
-
createUnmarshaller
@NonNull public static @NonNull Unmarshaller createUnmarshaller(@NonNull @NonNull JAXBContext context) throws IOException - Throws:
IOException
-
createMarshaller
@NonNull public static @NonNull Marshaller createMarshaller(@NonNull @NonNull Class<?> type) throws IOException - Throws:
IOException
-
createMarshaller
@NonNull public static @NonNull Marshaller createMarshaller(@NonNull @NonNull JAXBContext context) throws IOException - Throws:
IOException
-