Class Hierarchy
- java.lang.Object
- jakarta.ws.rs.core.Application
- org.glassfish.jersey.server.ResourceConfig (implements org.glassfish.jersey.ApplicationSupplier, jakarta.ws.rs.core.Configurable<C>, org.glassfish.jersey.server.ServerConfig)
- org.glassfish.jersey.examples.helloworld.spring.MyApplication
- org.glassfish.jersey.server.ResourceConfig (implements org.glassfish.jersey.ApplicationSupplier, jakarta.ws.rs.core.Configurable<C>, org.glassfish.jersey.server.ServerConfig)
- org.glassfish.jersey.examples.helloworld.spring.CustomExceptionMapper (implements jakarta.ws.rs.ext.ExceptionMapper<E>)
- org.glassfish.jersey.examples.helloworld.spring.DateTimeService
- org.glassfish.jersey.examples.helloworld.spring.GreetingServiceImpl (implements org.glassfish.jersey.examples.helloworld.spring.GreetingService)
- org.glassfish.jersey.examples.helloworld.spring.JerseyResource
- org.glassfish.jersey.examples.helloworld.spring.SpringRequestResource
- org.glassfish.jersey.examples.helloworld.spring.SpringSingletonResource
- jakarta.ws.rs.core.Application
Interface Hierarchy
- org.glassfish.jersey.examples.helloworld.spring.GreetingService