Annotation Type ObjectMapper.IgnoreSuper


  • @Retention(RUNTIME)
    @Target(TYPE)
    public static @interface ObjectMapper.IgnoreSuper
    Indicates that the annotated class should be the stopping point for walking up the class hierarchy to find setters.

    This is important if you are extending out of box classes you have no control over.