Class ServiceTalkJacksonSerializerAutoDiscoverable

  • All Implemented Interfaces:
    org.glassfish.jersey.internal.spi.AutoDiscoverable

    @Priority(2000)
    public final class ServiceTalkJacksonSerializerAutoDiscoverable
    extends java.lang.Object
    implements org.glassfish.jersey.internal.spi.AutoDiscoverable
    AutoDiscoverable registering ServiceTalkJacksonSerializerFeature if the feature is not already registered.
    • Field Summary

      • Fields inherited from interface org.glassfish.jersey.internal.spi.AutoDiscoverable

        DEFAULT_PRIORITY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void 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
    • Constructor Detail

      • ServiceTalkJacksonSerializerAutoDiscoverable

        public ServiceTalkJacksonSerializerAutoDiscoverable()
    • Method Detail

      • configure

        public void configure​(javax.ws.rs.core.FeatureContext context)
        Specified by:
        configure in interface org.glassfish.jersey.internal.spi.AutoDiscoverable