Uses of Annotation Interface
org.springframework.boot.context.properties.DeprecatedConfigurationProperty

Package
Description
Auto-configuration for Jackson 2.
  • Uses of DeprecatedConfigurationProperty in org.springframework.boot.jackson2.autoconfigure

    Modifier and Type
    Method
    Description
    Jackson2Properties.getConstructorDetector()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    @Nullable String
    Jackson2Properties.getDateFormat()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    @Nullable Boolean
    Jackson2Properties.getDefaultLeniency()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    @Nullable com.fasterxml.jackson.annotation.JsonInclude.Include
    Jackson2Properties.getDefaultPropertyInclusion()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Map<com.fasterxml.jackson.databind.DeserializationFeature, Boolean>
    Jackson2Properties.getDeserialization()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Map<com.fasterxml.jackson.databind.cfg.EnumFeature, Boolean>
    Jackson2Properties.Datatype.getEnum()
     
    Map<com.fasterxml.jackson.core.JsonGenerator.Feature, Boolean>
    Jackson2Properties.getGenerator()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Map<com.fasterxml.jackson.databind.cfg.JsonNodeFeature, Boolean>
    Jackson2Properties.Datatype.getJsonNode()
     
    @Nullable Locale
    Jackson2Properties.getLocale()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Map<com.fasterxml.jackson.databind.MapperFeature, Boolean>
    Jackson2Properties.getMapper()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Map<com.fasterxml.jackson.core.JsonParser.Feature, Boolean>
    Jackson2Properties.getParser()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    @Nullable String
    Jackson2Properties.getPropertyNamingStrategy()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Map<com.fasterxml.jackson.databind.SerializationFeature, Boolean>
    Jackson2Properties.getSerialization()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    @Nullable TimeZone
    Jackson2Properties.getTimeZone()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Map<com.fasterxml.jackson.annotation.PropertyAccessor, com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility>
    Jackson2Properties.getVisibility()
    Deprecated, for removal: This API element is subject to removal in a future version.