com.fasterxml.jackson.databind.cfg

Interface ConfigFeature

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      boolean enabledByDefault()
      Accessor for checking whether this feature is enabled by default.
      boolean enabledIn(int flags)
      Convenience method for checking whether feature is enabled in given bitmask
      int getMask()
      Returns bit mask for this feature instance
    • Method Detail

      • enabledByDefault

        boolean enabledByDefault()
        Accessor for checking whether this feature is enabled by default.
      • getMask

        int getMask()
        Returns bit mask for this feature instance
      • enabledIn

        boolean enabledIn(int flags)
        Convenience method for checking whether feature is enabled in given bitmask
        Since:
        2.6

Copyright © 2008–2024 FasterXML. All rights reserved.