Uses of Class
cloud.opencode.base.expression.sandbox.AllowList.Builder
Packages that use AllowList.Builder
-
Uses of AllowList.Builder in cloud.opencode.base.expression.sandbox
Methods in cloud.opencode.base.expression.sandbox that return AllowList.BuilderModifier and TypeMethodDescriptionAllowList.Builder.allowAllByDefault(boolean allow) Set allow all by default 设置默认允许所有AllowList.Builder.allowClass(Class<?> clazz) Allow a class 允许一个类AllowList.Builder.allowClass(String className) Allow a class 允许一个类AllowList.Builder.allowClasses(String... classNames) Allow multiple classes 允许多个类AllowList.Builder.allowMethod(String methodName) Allow a method 允许一个方法AllowList.Builder.allowMethods(String... methodNames) Allow multiple methods 允许多个方法AllowList.Builder.allowProperties(String... propertyNames) Allow multiple properties 允许多个属性AllowList.Builder.allowProperty(String propertyName) Allow a property 允许一个属性static AllowList.BuilderAllowList.builder()Create a builder 创建构建器