Class HK2DebugFeature

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

    @Singleton
    public class HK2DebugFeature
    extends java.lang.Object
    implements javax.ws.rs.core.Feature
    Jersey feature registers services instantiation tracker.
    Since:
    15.01.2016
    • Method Summary

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

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

      • configure

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