Package io.swagger.v3.parser.util
Class DeserializationUtils.Options
java.lang.Object
io.swagger.v3.parser.util.DeserializationUtils.Options
- Enclosing class:
DeserializationUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
setMaxYamlAliasesForCollections
(Integer maxYamlAliasesForCollections) void
setMaxYamlCodePoints
(Integer maxYamlCodePoints) void
setMaxYamlDepth
(Integer maxYamlDepth) void
setMaxYamlReferences
(Long maxYamlReferences) void
setValidateYamlInput
(boolean validateYamlInput) void
setYamlAllowRecursiveKeys
(boolean yamlAllowRecursiveKeys) void
setYamlCycleCheck
(boolean yamlCycleCheck)
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
getMaxYamlDepth
-
setMaxYamlDepth
-
getMaxYamlReferences
-
setMaxYamlReferences
-
isValidateYamlInput
public boolean isValidateYamlInput() -
setValidateYamlInput
public void setValidateYamlInput(boolean validateYamlInput) -
isYamlCycleCheck
public boolean isYamlCycleCheck() -
setYamlCycleCheck
public void setYamlCycleCheck(boolean yamlCycleCheck) -
getMaxYamlCodePoints
-
setMaxYamlCodePoints
-
getMaxYamlAliasesForCollections
-
setMaxYamlAliasesForCollections
-
isYamlAllowRecursiveKeys
public boolean isYamlAllowRecursiveKeys() -
setYamlAllowRecursiveKeys
public void setYamlAllowRecursiveKeys(boolean yamlAllowRecursiveKeys)
-