クラス JacksonProperties

java.lang.ObjectSE
org.springframework.boot.autoconfigure.jackson.JacksonProperties

@ConfigurationProperties(prefix="spring.jackson") public class JacksonProperties extends ObjectSE
Jackson を構成するための構成プロパティ。
導入:
1.2.0
作成者:
Andy Wilkinson, Marcel Overdijk, Johannes Edmeier, Edd ú Mel é ndez
  • コンストラクターの詳細

    • JacksonProperties

      public JacksonProperties()
  • メソッドの詳細

    • getDateFormat

      public StringSE getDateFormat()
    • setDateFormat

      public void setDateFormat(StringSE dateFormat)
    • getPropertyNamingStrategy

      public StringSE getPropertyNamingStrategy()
    • setPropertyNamingStrategy

      public void setPropertyNamingStrategy(StringSE propertyNamingStrategy)
    • getVisibility

      public MapSE<com.fasterxml.jackson.annotation.PropertyAccessor,com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility> getVisibility()
    • getSerialization

      public MapSE<com.fasterxml.jackson.databind.SerializationFeature,BooleanSE> getSerialization()
    • getDeserialization

      public MapSE<com.fasterxml.jackson.databind.DeserializationFeature,BooleanSE> getDeserialization()
    • getMapper

      public MapSE<com.fasterxml.jackson.databind.MapperFeature,BooleanSE> getMapper()
    • getParser

      public MapSE<com.fasterxml.jackson.core.JsonParser.Feature,BooleanSE> getParser()
    • getGenerator

      public MapSE<com.fasterxml.jackson.core.JsonGenerator.Feature,BooleanSE> getGenerator()
    • getDefaultPropertyInclusion

      public com.fasterxml.jackson.annotation.JsonInclude.Include getDefaultPropertyInclusion()
    • setDefaultPropertyInclusion

      public void setDefaultPropertyInclusion(com.fasterxml.jackson.annotation.JsonInclude.Include defaultPropertyInclusion)
    • getDefaultLeniency

      public BooleanSE getDefaultLeniency()
    • setDefaultLeniency

      public void setDefaultLeniency(BooleanSE defaultLeniency)
    • getConstructorDetector

      public JacksonProperties.ConstructorDetectorStrategy getConstructorDetector()
    • setConstructorDetector

      public void setConstructorDetector(JacksonProperties.ConstructorDetectorStrategy constructorDetector)
    • getTimeZone

      public TimeZoneSE getTimeZone()
    • setTimeZone

      public void setTimeZone(TimeZoneSE timeZone)
    • getLocale

      public LocaleSE getLocale()
    • setLocale

      public void setLocale(LocaleSE locale)
    • getDatatype

      public JacksonProperties.Datatype getDatatype()