Class GaeFeature

  • All Implemented Interfaces:
    jakarta.ws.rs.core.Feature

    @ConstrainedTo(SERVER)
    public final class GaeFeature
    extends Object
    implements jakarta.ws.rs.core.Feature
    Google App Engine integration for Jersey server runtime.

    Register this feature in your ResourceConfig subclass in order to be able to run your Jersey application on Google App Engine.

    Author:
    Libor Kramolis, Marek Potociar
    • Constructor Detail

      • GaeFeature

        public GaeFeature()
    • Method Detail

      • configure

        public boolean configure​(jakarta.ws.rs.core.FeatureContext context)
        Specified by:
        configure in interface jakarta.ws.rs.core.Feature