Package jakarta.xml.bind
Class JAXB.Cache
- java.lang.Object
-
- jakarta.xml.bind.JAXB.Cache
-
- Enclosing class:
- JAXB
private static final class JAXB.Cache extends java.lang.ObjectTo improve the performance, we'll cache the lastJAXBContextused.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) JAXBContextcontext(package private) java.lang.Class<?>type
-
Constructor Summary
Constructors Constructor Description Cache(java.lang.Class<?> type)
-
-
-
Field Detail
-
type
final java.lang.Class<?> type
-
context
final JAXBContext context
-
-
Constructor Detail
-
Cache
public Cache(java.lang.Class<?> type) throws JAXBException- Throws:
JAXBException
-
-