Uses of Class
io.helidon.builder.config.spi.ResolutionContext.Builder
Packages that use ResolutionContext.Builder
-
Uses of ResolutionContext.Builder in io.helidon.builder.config.spi
Methods in io.helidon.builder.config.spi that return ResolutionContext.BuilderModifier and TypeMethodDescriptionAdds a single mapper val.static ResolutionContext.BuilderResolutionContext.builder()Creates a new fluent builder for this type.Set the config.ResolutionContext.Builder.configBeanType(Class<?> configBeanType) Set the config bean type.Sets the mappers to val.ResolutionContext.Builder.resolver(ConfigResolver val) Set the config resolver.ResolutionContext.Builder.validator(ConfigBeanBuilderValidator<?> val) Set the config bean builder validator.Constructors in io.helidon.builder.config.spi with parameters of type ResolutionContext.BuilderModifierConstructorDescriptionprotectedConstructor for this type that takes a builder.