Class DeserializationUtils.Options

    • Constructor Detail

      • Options

        public Options()
    • 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)