Uses of Class
jakarta.xml.bind.ServiceLoaderUtil.ExceptionHandler
Packages that use ServiceLoaderUtil.ExceptionHandler
Package
Description
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
-
Uses of ServiceLoaderUtil.ExceptionHandler in jakarta.xml.bind
Fields in jakarta.xml.bind declared as ServiceLoaderUtil.ExceptionHandlerModifier and TypeFieldDescriptionprivate static ServiceLoaderUtil.ExceptionHandler
<JAXBException> ContextFinder.EXCEPTION_HANDLER
Methods in jakarta.xml.bind with parameters of type ServiceLoaderUtil.ExceptionHandlerModifier and TypeMethodDescription(package private) static <T extends Exception>
ClassLoaderServiceLoaderUtil.contextClassLoader
(ServiceLoaderUtil.ExceptionHandler<T> exceptionHandler) (package private) static <P,
T extends Exception>
PServiceLoaderUtil.firstByServiceLoader
(Class<P> spiClass, Logger logger, ServiceLoaderUtil.ExceptionHandler<T> handler) ServiceLoaderUtil.newInstance
(String className, String defaultImplClassName, ServiceLoaderUtil.ExceptionHandler<T> handler)