Interface BackwardsCompatibleAnnotationIntrospector

All Known Implementing Classes:
RosettaJSONAnnotationIntrospector

public interface BackwardsCompatibleAnnotationIntrospector
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
    findPropertyIgnoralByName(com.fasterxml.jackson.databind.cfg.MapperConfig<?> config, com.fasterxml.jackson.databind.introspect.Annotated ann)
     
  • Method Details

    • findPropertyIgnoralByName

      com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value findPropertyIgnoralByName(com.fasterxml.jackson.databind.cfg.MapperConfig<?> config, com.fasterxml.jackson.databind.introspect.Annotated ann)