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