Uses of Interface
cloud.opencode.base.json.PropertyFilter
Packages that use PropertyFilter
Package
Description
OpenCode JSON - Unified JSON Processing Facade
OpenCode JSON - 统一 JSON 处理门面
-
Uses of PropertyFilter in cloud.opencode.base.json
Methods in cloud.opencode.base.json that return PropertyFilterModifier and TypeMethodDescriptionstatic PropertyFilterReturns a filter that excludes the specified properties (blacklist).static PropertyFilterPropertyFilter.excludeAll()Returns a filter that excludes all properties.OpenJson.getPropertyFilter(String filterId) Returns the property filter for the given ID.static PropertyFilterReturns a filter that includes only the specified properties (whitelist).static PropertyFilterPropertyFilter.includeAll()Returns a filter that includes all properties.static PropertyFilterPropertyFilter.includeNonNull()Returns a filter that excludes properties with null values.Methods in cloud.opencode.base.json with parameters of type PropertyFilterModifier and TypeMethodDescriptionOpenJson.setPropertyFilter(String filterId, PropertyFilter filter) Registers a named property filter.