Module org.apache.johnzon.websocket
Class JsonbLocatorDelegate
java.lang.Object
org.apache.johnzon.websocket.jsonb.JsonbLocatorDelegate
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final Map<ClassLoader,jakarta.json.bind.Jsonb> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(jakarta.servlet.ServletContextEvent servletContextEvent) voidcontextInitialized(jakarta.servlet.ServletContextEvent servletContextEvent) static jakarta.json.bind.Jsonblocate()private static jakarta.json.bind.Jsonb
-
Field Details
-
BY_LOADER
-
ATTRIBUTE
-
-
Constructor Details
-
JsonbLocatorDelegate
public JsonbLocatorDelegate()
-
-
Method Details
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent servletContextEvent) - Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent servletContextEvent) - Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-
locate
public static jakarta.json.bind.Jsonb locate() -
newInstance
private static jakarta.json.bind.Jsonb newInstance()
-