クラス JacksonProperties.Factory.Constraints.Read
java.lang.ObjectSE
org.springframework.boot.jackson.autoconfigure.JacksonProperties.Factory.Constraints.Read
- 含まれているクラス:
JacksonProperties.Factory.Constraints
- 導入:
- 4.0.0
- 作成者:
- Andy Wilkinson, Marcel Overdijk, Johannes Edmeier, Edd ú Mel é ndez
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明longintintintintlongvoidsetMaxDocumentLength(long maxDocumentLength) voidsetMaxNameLength(int maxNameLength) voidsetMaxNestingDepth(int maxNestingDepth) voidsetMaxNumberLength(int maxNumberLength) voidsetMaxStringLength(int maxStringLength) voidsetMaxTokenCount(long maxTokenCount)
コンストラクターの詳細
Read
public Read()
方法の詳細
getMaxNestingDepth
public int getMaxNestingDepth()setMaxNestingDepth
public void setMaxNestingDepth(int maxNestingDepth) getMaxDocumentLength
public long getMaxDocumentLength()setMaxDocumentLength
public void setMaxDocumentLength(long maxDocumentLength) getMaxTokenCount
public long getMaxTokenCount()setMaxTokenCount
public void setMaxTokenCount(long maxTokenCount) getMaxNumberLength
public int getMaxNumberLength()setMaxNumberLength
public void setMaxNumberLength(int maxNumberLength) getMaxStringLength
public int getMaxStringLength()setMaxStringLength
public void setMaxStringLength(int maxStringLength) getMaxNameLength
public int getMaxNameLength()setMaxNameLength
public void setMaxNameLength(int maxNameLength)