Package io.swagger.v3.parser.util
Class DeserializationUtils.Options
- java.lang.Object
-
- io.swagger.v3.parser.util.DeserializationUtils.Options
-
- Enclosing class:
- DeserializationUtils
public static class DeserializationUtils.Options extends Object
-
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetMaxYamlAliasesForCollections()IntegergetMaxYamlCodePoints()IntegergetMaxYamlDepth()LonggetMaxYamlReferences()booleanisValidateYamlInput()booleanisYamlAllowRecursiveKeys()booleanisYamlCycleCheck()voidsetMaxYamlAliasesForCollections(Integer maxYamlAliasesForCollections)voidsetMaxYamlCodePoints(Integer maxYamlCodePoints)voidsetMaxYamlDepth(Integer maxYamlDepth)voidsetMaxYamlReferences(Long maxYamlReferences)voidsetValidateYamlInput(boolean validateYamlInput)voidsetYamlAllowRecursiveKeys(boolean yamlAllowRecursiveKeys)voidsetYamlCycleCheck(boolean yamlCycleCheck)
-
-
-
Method Detail
-
getMaxYamlDepth
public Integer getMaxYamlDepth()
-
setMaxYamlDepth
public void setMaxYamlDepth(Integer maxYamlDepth)
-
getMaxYamlReferences
public Long getMaxYamlReferences()
-
setMaxYamlReferences
public void setMaxYamlReferences(Long maxYamlReferences)
-
isValidateYamlInput
public boolean isValidateYamlInput()
-
setValidateYamlInput
public void setValidateYamlInput(boolean validateYamlInput)
-
isYamlCycleCheck
public boolean isYamlCycleCheck()
-
setYamlCycleCheck
public void setYamlCycleCheck(boolean yamlCycleCheck)
-
getMaxYamlCodePoints
public Integer getMaxYamlCodePoints()
-
setMaxYamlCodePoints
public void setMaxYamlCodePoints(Integer maxYamlCodePoints)
-
getMaxYamlAliasesForCollections
public Integer getMaxYamlAliasesForCollections()
-
setMaxYamlAliasesForCollections
public void setMaxYamlAliasesForCollections(Integer maxYamlAliasesForCollections)
-
isYamlAllowRecursiveKeys
public boolean isYamlAllowRecursiveKeys()
-
setYamlAllowRecursiveKeys
public void setYamlAllowRecursiveKeys(boolean yamlAllowRecursiveKeys)
-
-