Class JacksonFeature

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

    public class JacksonFeature
    extends java.lang.Object
    implements javax.ws.rs.core.Feature
    Feature used to register Jackson JSON providers.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String JSON_FEATURE  
    • Constructor Summary

      Constructors 
      Constructor Description
      JacksonFeature()  
    • 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
    • Field Detail

      • JSON_FEATURE

        private static final java.lang.String JSON_FEATURE
    • Constructor Detail

      • JacksonFeature

        public JacksonFeature()
    • Method Detail

      • configure

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