Class RestAPIGuiceResourceConfig
java.lang.Object
jakarta.ws.rs.core.Application
org.glassfish.jersey.server.ResourceConfig
dev.getelements.elements.rest.guice.RestAPIGuiceResourceConfig
- All Implemented Interfaces:
jakarta.ws.rs.core.Configurable<org.glassfish.jersey.server.ResourceConfig>
,jakarta.ws.rs.core.Configuration
,org.glassfish.jersey.ApplicationSupplier
,org.glassfish.jersey.ExtendedConfig
,org.glassfish.jersey.server.ServerConfig
public class RestAPIGuiceResourceConfig
extends org.glassfish.jersey.server.ResourceConfig
Created by patricktwohig on 3/20/15.
-
Constructor Summary
ConstructorsConstructorDescriptionRestAPIGuiceResourceConfig
(org.glassfish.hk2.api.ServiceLocator serviceLocator, jakarta.servlet.ServletContext context) -
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
-
Constructor Details
-
RestAPIGuiceResourceConfig
@Inject public RestAPIGuiceResourceConfig(org.glassfish.hk2.api.ServiceLocator serviceLocator, jakarta.servlet.ServletContext context)
-