Uses of Class
io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase
Packages that use FileSystemHandlerConfig.BuilderBase
-
Uses of FileSystemHandlerConfig.BuilderBase in io.helidon.webserver.staticcontent
Classes in io.helidon.webserver.staticcontent with type parameters of type FileSystemHandlerConfig.BuilderBaseModifier and TypeClassDescriptionstatic classFileSystemHandlerConfig.BuilderBase<BUILDER extends FileSystemHandlerConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends FileSystemHandlerConfig> Fluent API builder base forFileSystemHandlerConfig.Subclasses of FileSystemHandlerConfig.BuilderBase in io.helidon.webserver.staticcontentMethods in io.helidon.webserver.staticcontent with parameters of type FileSystemHandlerConfig.BuilderBaseModifier and TypeMethodDescriptionFileSystemHandlerConfig.BuilderBase.from(FileSystemHandlerConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webserver.staticcontent with parameters of type FileSystemHandlerConfig.BuilderBaseModifierConstructorDescriptionprotectedCreate an instance providing a builder.