Uses of Class
cloud.opencode.base.yml.security.YmlSafeLoader.Builder
Packages that use YmlSafeLoader.Builder
Package
Description
YML Security - Security utilities for YAML processing
YML 安全 - YAML 处理的安全工具
-
Uses of YmlSafeLoader.Builder in cloud.opencode.base.yml.security
Methods in cloud.opencode.base.yml.security that return YmlSafeLoader.BuilderModifier and TypeMethodDescriptionAllows a type for deserialization.YmlSafeLoader.Builder.allowTypes(Class<?>... types) Allows multiple types for deserialization.static YmlSafeLoader.BuilderYmlSafeLoader.builder()Creates a builder for safe loader.Denies a YAML tag.YmlSafeLoader.Builder.maxAliases(int maxAliases) Sets the maximum number of aliases.YmlSafeLoader.Builder.maxDepth(int maxDepth) Sets the maximum nesting depth.YmlSafeLoader.Builder.maxSize(int maxSize) Sets the maximum document size.