Uses of Interface
io.vertigo.core.lang.Builder
Packages that use Builder
Package
Description
-
Uses of Builder in io.vertigo.core.analytics.health
Classes in io.vertigo.core.analytics.health that implement BuilderModifier and TypeClassDescriptionfinal classThis builder must be used to build a health measure. -
Uses of Builder in io.vertigo.core.analytics.metric
Classes in io.vertigo.core.analytics.metric that implement Builder -
Uses of Builder in io.vertigo.core.analytics.trace
Classes in io.vertigo.core.analytics.trace that implement BuilderModifier and TypeClassDescriptionfinal classThis builder allows to build a span in a fluent way. -
Uses of Builder in io.vertigo.core.lang
Classes in io.vertigo.core.lang that implement BuilderModifier and TypeClassDescriptionfinal classListBuilder<X>Fluent builder for List construction.final classMapBuilder<K,V> Fluent builder for Map construction. -
Uses of Builder in io.vertigo.core.node.config
Classes in io.vertigo.core.node.config that implement BuilderModifier and TypeClassDescriptionfinal classConfiguration.final classThe DefinitionProviderConfigBuilder defines the configuration of a definitionProvider.classFeatures<F>Defines a module by its features.final classThe moduleConfigBuilder defines the configuration of a module.final classThe NodeConfigBuilder builder allows you to create an NodeConfig using a fluent, simple style . -
Uses of Builder in io.vertigo.core.node.config.discovery
Classes in io.vertigo.core.node.config.discovery that implement BuilderModifier and TypeClassDescriptionclassAn abstract Feature with no configuration for discovering and registering components in a package tree. -
Uses of Builder in io.vertigo.core.node.config.yaml
Classes in io.vertigo.core.node.config.yaml that implement BuilderModifier and TypeClassDescriptionfinal classBuilds the NodeConfig for the current node based on the provided YamlAppConfig.