@ConfigurationProperties(prefix="spring.jackson") public class JacksonProperties extends ObjectSE
| コンストラクターと説明 |
|---|
JacksonProperties() |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getDateFormat() |
com.fasterxml.jackson.annotation.JsonInclude.Include | getDefaultPropertyInclusion() |
MapSE<com.fasterxml.jackson.databind.DeserializationFeature,BooleanSE> | getDeserialization() |
MapSE<com.fasterxml.jackson.core.JsonGenerator.Feature,BooleanSE> | getGenerator() |
StringSE | getJodaDateTimeFormat() |
LocaleSE | getLocale() |
MapSE<com.fasterxml.jackson.databind.MapperFeature,BooleanSE> | getMapper() |
MapSE<com.fasterxml.jackson.core.JsonParser.Feature,BooleanSE> | getParser() |
StringSE | getPropertyNamingStrategy() |
MapSE<com.fasterxml.jackson.databind.SerializationFeature,BooleanSE> | getSerialization() |
TimeZoneSE | getTimeZone() |
MapSE<com.fasterxml.jackson.annotation.PropertyAccessor,com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility> | getVisibility() |
void | setDateFormat(StringSE dateFormat) |
void | setDefaultPropertyInclusion(com.fasterxml.jackson.annotation.JsonInclude.Include defaultPropertyInclusion) |
void | setJodaDateTimeFormat(StringSE jodaDataTimeFormat) |
void | setLocale(LocaleSE locale) |
void | setPropertyNamingStrategy(StringSE propertyNamingStrategy) |
void | setTimeZone(TimeZoneSE timeZone) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic StringSE getDateFormat()
public void setDateFormat(StringSE dateFormat)
public StringSE getJodaDateTimeFormat()
public void setJodaDateTimeFormat(StringSE jodaDataTimeFormat)
public StringSE getPropertyNamingStrategy()
public void setPropertyNamingStrategy(StringSE propertyNamingStrategy)
public MapSE<com.fasterxml.jackson.annotation.PropertyAccessor,com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility> getVisibility()
public MapSE<com.fasterxml.jackson.databind.SerializationFeature,BooleanSE> getSerialization()
public MapSE<com.fasterxml.jackson.databind.DeserializationFeature,BooleanSE> getDeserialization()
public com.fasterxml.jackson.annotation.JsonInclude.Include getDefaultPropertyInclusion()
public void setDefaultPropertyInclusion(com.fasterxml.jackson.annotation.JsonInclude.Include defaultPropertyInclusion)
public TimeZoneSE getTimeZone()
public void setTimeZone(TimeZoneSE timeZone)
public LocaleSE getLocale()
public void setLocale(LocaleSE locale)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.