Uses of Class
cloud.opencode.base.yml.security.SafeConstructor.Builder
Packages that use SafeConstructor.Builder
Package
Description
YML Security - Security utilities for YAML processing
YML 安全 - YAML 处理的安全工具
-
Uses of SafeConstructor.Builder in cloud.opencode.base.yml.security
Methods in cloud.opencode.base.yml.security that return SafeConstructor.BuilderModifier and TypeMethodDescriptionSafeConstructor.Builder.allowPackage(String packageName) Allows all types in a package.SafeConstructor.Builder.allowPackages(String... packages) Allows types in multiple packages.Allows a specific type.SafeConstructor.Builder.allowTypes(Class<?>... types) Allows multiple types.static SafeConstructor.BuilderSafeConstructor.builder()Creates a builder for safe constructor.SafeConstructor.Builder.customValidator(Predicate<Class<?>> validator) Sets a custom type validator.