Class ObjectMapper.Nested

  • Enclosing class:
    ObjectMapper

    public static class ObjectMapper.Nested
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      boolean isIncludeInParent()  
      boolean isIncludeInRoot()  
      boolean isNested()  
      static ObjectMapper.Nested newNested​(boolean includeInParent, boolean includeInRoot)  
      • Methods inherited from class java.lang.Object

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

      • newNested

        public static ObjectMapper.Nested newNested​(boolean includeInParent,
                                                    boolean includeInRoot)
      • isNested

        public boolean isNested()
      • isIncludeInParent

        public boolean isIncludeInParent()
      • isIncludeInRoot

        public boolean isIncludeInRoot()