Class DeserializationUtils.Options

java.lang.Object
io.swagger.v3.parser.util.DeserializationUtils.Options
Enclosing class:
DeserializationUtils

public static class DeserializationUtils.Options extends Object
  • Constructor Details

    • Options

      public Options()
  • Method Details

    • 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)