public static class DeserializationUtils.Options extends Object
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxYamlAliasesForCollections() |
Integer |
getMaxYamlCodePoints() |
Integer |
getMaxYamlDepth() |
Long |
getMaxYamlReferences() |
boolean |
isSupportYamlAnchors() |
boolean |
isValidateYamlInput() |
boolean |
isYamlAllowRecursiveKeys() |
boolean |
isYamlCycleCheck() |
void |
setMaxYamlAliasesForCollections(Integer maxYamlAliasesForCollections) |
void |
setMaxYamlCodePoints(Integer maxYamlCodePointsInBytes) |
void |
setMaxYamlDepth(Integer maxYamlDepth) |
void |
setMaxYamlReferences(Long maxYamlReferences) |
void |
setSupportYamlAnchors(boolean supportYamlAnchors) |
void |
setValidateYamlInput(boolean validateYamlInput) |
void |
setYamlAllowRecursiveKeys(boolean yamlAllowRecursiveKeys) |
void |
setYamlCycleCheck(boolean yamlCycleCheck) |
public Integer getMaxYamlDepth()
public void setMaxYamlDepth(Integer maxYamlDepth)
public Long getMaxYamlReferences()
public void setMaxYamlReferences(Long maxYamlReferences)
public boolean isValidateYamlInput()
public void setValidateYamlInput(boolean validateYamlInput)
public boolean isSupportYamlAnchors()
public void setSupportYamlAnchors(boolean supportYamlAnchors)
public boolean isYamlCycleCheck()
public void setYamlCycleCheck(boolean yamlCycleCheck)
public Integer getMaxYamlAliasesForCollections()
public void setMaxYamlAliasesForCollections(Integer maxYamlAliasesForCollections)
public boolean isYamlAllowRecursiveKeys()
public void setYamlAllowRecursiveKeys(boolean yamlAllowRecursiveKeys)
public Integer getMaxYamlCodePoints()
public void setMaxYamlCodePoints(Integer maxYamlCodePointsInBytes)
Copyright © 2023. All rights reserved.