Package org.glassfish.jersey.examples.rx
Class RxApplication
- java.lang.Object
-
- jakarta.ws.rs.core.Application
-
- org.glassfish.jersey.server.ResourceConfig
-
- org.glassfish.jersey.examples.rx.RxApplication
-
- All Implemented Interfaces:
Configurable<org.glassfish.jersey.server.ResourceConfig>,Configuration,org.glassfish.jersey.ExtendedConfig,org.glassfish.jersey.server.ServerConfig
@ApplicationPath("rx") public class RxApplication extends org.glassfish.jersey.server.ResourceConfig
- Author:
- Michal Gajdos
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRxApplication.ObjectMapperProvider
-
Constructor Summary
Constructors Constructor Description RxApplication()
-
Method Summary
-
Methods inherited from class org.glassfish.jersey.server.ResourceConfig
addProperties, files, files, forApplication, forApplicationClass, forApplicationClass, getApplication, getApplicationName, getApplicationPath, getClasses, getClassLoader, getConfiguration, getContracts, getInstances, getProperties, getProperty, getPropertyNames, getResources, getRuntimeType, getSingletons, hasProperty, isEnabled, isEnabled, isProperty, isRegistered, isRegistered, packages, packages, packages, property, register, register, register, register, register, register, register, register, registerClasses, registerClasses, registerFinder, registerInstances, registerInstances, registerResources, registerResources, setApplicationName, setClassLoader, setProperties
-
-