Class RestAPIJerseyModule

java.lang.Object
com.google.inject.PrivateModule
dev.getelements.elements.rest.guice.RestAPIJerseyModule
All Implemented Interfaces:
com.google.inject.Module

public class RestAPIJerseyModule extends com.google.inject.PrivateModule
Created by patricktwohig on 3/19/15.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final com.google.inject.Key<org.glassfish.jersey.servlet.ServletContainer>
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    protected final void
     

    Methods inherited from class com.google.inject.PrivateModule

    addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, expose, expose, expose, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • REST_API_ROOT

      public static final String REST_API_ROOT
      See Also:
    • SERVLET_NAME

      public static final String SERVLET_NAME
      See Also:
    • SERVLET_KEY

      public static final com.google.inject.Key<org.glassfish.jersey.servlet.ServletContainer> SERVLET_KEY
  • Constructor Details

    • RestAPIJerseyModule

      public RestAPIJerseyModule()
  • Method Details

    • configure

      protected final void configure()
      Specified by:
      configure in class com.google.inject.PrivateModule
    • accept

      public void accept(ServletBindings bindings)