Class ProjectFeature

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

    @Provider
    public class ProjectFeature
    extends java.lang.Object
    implements jakarta.ws.rs.core.Feature
    Registers Jersey context factories for User
    • Constructor Summary

      Constructors 
      Constructor Description
      ProjectFeature()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean configure​(jakarta.ws.rs.core.FeatureContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProjectFeature

        public ProjectFeature()
    • Method Detail

      • configure

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