Module org.apache.johnzon.websocket
Class MapperLocatorDelegate
- java.lang.Object
- 
- org.apache.johnzon.websocket.internal.mapper.MapperLocatorDelegate
 
- 
- All Implemented Interfaces:
- jakarta.servlet.ServletContextListener,- java.util.EventListener
 
 public class MapperLocatorDelegate extends java.lang.Object implements jakarta.servlet.ServletContextListener
- 
- 
Field SummaryFields Modifier and Type Field Description private static java.lang.StringATTRIBUTEprivate static java.util.Map<java.lang.ClassLoader,java.util.function.Supplier<org.apache.johnzon.mapper.Mapper>>MAPPER_BY_LOADER
 - 
Constructor SummaryConstructors Constructor Description MapperLocatorDelegate()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(jakarta.servlet.ServletContextEvent servletContextEvent)voidcontextInitialized(jakarta.servlet.ServletContextEvent servletContextEvent)static org.apache.johnzon.mapper.Mapperlocate()private static org.apache.johnzon.mapper.MappernewMapper()
 
- 
- 
- 
Method Detail- 
contextInitializedpublic void contextInitialized(jakarta.servlet.ServletContextEvent servletContextEvent) - Specified by:
- contextInitializedin interface- jakarta.servlet.ServletContextListener
 
 - 
contextDestroyedpublic void contextDestroyed(jakarta.servlet.ServletContextEvent servletContextEvent) - Specified by:
- contextDestroyedin interface- jakarta.servlet.ServletContextListener
 
 - 
locatepublic static org.apache.johnzon.mapper.Mapper locate() 
 - 
newMapperprivate static org.apache.johnzon.mapper.Mapper newMapper() 
 
- 
 
-