public static class DeserializationUtils.Options extends Object
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxYamlAliasesForCollections() |
Integer |
getMaxYamlDepth() |
Long |
getMaxYamlReferences() |
boolean |
isValidateYamlInput() |
boolean |
isYamlAllowRecursiveKeys() |
boolean |
isYamlCycleCheck() |
void |
setMaxYamlAliasesForCollections(Integer maxYamlAliasesForCollections) |
void |
setMaxYamlDepth(Integer maxYamlDepth) |
void |
setMaxYamlReferences(Long maxYamlReferences) |
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 isYamlCycleCheck()
public void setYamlCycleCheck(boolean yamlCycleCheck)
public Integer getMaxYamlAliasesForCollections()
public void setMaxYamlAliasesForCollections(Integer maxYamlAliasesForCollections)
public boolean isYamlAllowRecursiveKeys()
public void setYamlAllowRecursiveKeys(boolean yamlAllowRecursiveKeys)
Copyright © 2022. All rights reserved.