Uses of Interface
io.helidon.builder.AttributeVisitor
Packages that use AttributeVisitor
Package
Description
The Builder API consists of a few annotations that can be used to create fluent builders for the types that use
Builder, or otherwise one of its kind.Helidon ConfigBean Builder SPI.
Pico's config-driven-service API.
-
Uses of AttributeVisitor in io.helidon.builder
Classes in io.helidon.builder that implement AttributeVisitorModifier and TypeClassDescriptionclassDeprecated.This class is subject to change at any time - Helidon users should not use this directly. -
Uses of AttributeVisitor in io.helidon.builder.config.spi
Subinterfaces of AttributeVisitor in io.helidon.builder.config.spiModifier and TypeInterfaceDescriptionstatic interfaceRepresents a single round of validation.Methods in io.helidon.builder.config.spi with parameters of type AttributeVisitorModifier and TypeMethodDescription<T> voidGeneratedConfigBeanCommon.visitAttributes(AttributeVisitor<T> visitor, T userDefinedCtx) Visits all attributes with the providedAttributeVisitor. -
Uses of AttributeVisitor in io.helidon.pico.configdriven.runtime
Methods in io.helidon.pico.configdriven.runtime with parameters of type AttributeVisitorModifier and TypeMethodDescription<R> voidConfiguredServiceProvider.visitAttributes(CB configBean, AttributeVisitor<Object> visitor, R userDefinedContext) Visit the attributes of the config bean, calling the visitor for each attribute in the hierarchy.