Uses of Record Class
ch.rswk.meta.engine.HttpService.HttpServiceHeaderPatternConfig
Packages that use HttpService.HttpServiceHeaderPatternConfig
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of HttpService.HttpServiceHeaderPatternConfig in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine with type parameters of type HttpService.HttpServiceHeaderPatternConfigModifier and TypeFieldDescriptionprivate final @Nullable List<HttpService.HttpServiceHeaderPatternConfig> HttpService.HttpServiceHeaderConfig.patternsThe field for thepatternsrecord component.Methods in ch.rswk.meta.engine that return types with arguments of type HttpService.HttpServiceHeaderPatternConfigModifier and TypeMethodDescription@Nullable List<HttpService.HttpServiceHeaderPatternConfig> HttpService.HttpServiceHeaderConfig.patterns()Returns the value of thepatternsrecord component.Constructor parameters in ch.rswk.meta.engine with type arguments of type HttpService.HttpServiceHeaderPatternConfigModifierConstructorDescriptionHttpServiceHeaderConfig(@Nullable HttpService.HttpServiceHeaderCorsConfig cors, @Nullable String csp, @Nullable List<HttpService.HttpServiceHeaderPatternConfig> patterns) Creates an instance of aHttpServiceHeaderConfigrecord class.