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