Uses of Class
io.helidon.common.types.TypedElementInfo.Builder
Packages that use TypedElementInfo.Builder
Package
Description
Subset of Builder's SPI types that are useful for runtime.
Common code processing and generation.
HTTP Rest model.
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader).-
Uses of TypedElementInfo.Builder in io.helidon.common.types
Methods in io.helidon.common.types that return TypedElementInfo.BuilderModifier and TypeMethodDescriptionstatic TypedElementInfo.BuilderTypedElementInfo.builder()Create a new fluent API builder to customize configuration.static TypedElementInfo.BuilderTypedElementInfo.builder(TypedElementInfo instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.common.types with type arguments of type TypedElementInfo.BuilderModifier and TypeMethodDescriptionTypeInfo.BuilderBase.addElementInfo(Consumer<TypedElementInfo.Builder> consumer) The elements that make up the type that are relevant for processing.TypeInfo.BuilderBase.addOtherElementInfo(Consumer<TypedElementInfo.Builder> consumer) The elements that make up this type that are considered "other", or being skipped because they are irrelevant to processing.TypedElementInfo.BuilderBase.addParameterArgument(Consumer<TypedElementInfo.Builder> consumer) Parameter arguments applicable if this type element represents aElementKind.METHOD. -
Uses of TypedElementInfo.Builder in io.helidon.data.codegen.common
Method parameters in io.helidon.data.codegen.common with type arguments of type TypedElementInfo.BuilderModifier and TypeMethodDescriptionMethodParams.BuilderBase.addParameter(Consumer<TypedElementInfo.Builder> consumer) List of common method parameters to be added to method prototype.MethodParams.BuilderBase.order(Consumer<TypedElementInfo.Builder> consumer) Query result ordering parameter.MethodParams.BuilderBase.pageRequest(Consumer<TypedElementInfo.Builder> consumer) Pageable query result parameter. -
Uses of TypedElementInfo.Builder in io.helidon.declarative.codegen.model.http
Method parameters in io.helidon.declarative.codegen.model.http with type arguments of type TypedElementInfo.BuilderModifier and TypeMethodDescriptionRestMethod.BuilderBase.method(Consumer<TypedElementInfo.Builder> consumer) Method element info.RestMethodParameter.BuilderBase.method(Consumer<TypedElementInfo.Builder> consumer) Owning method.RestMethodParameter.BuilderBase.parameter(Consumer<TypedElementInfo.Builder> consumer) Parameter info. -
Uses of TypedElementInfo.Builder in io.helidon.service.registry
Method parameters in io.helidon.service.registry with type arguments of type TypedElementInfo.BuilderModifier and TypeMethodDescriptionInterceptionContext.BuilderBase.elementInfo(Consumer<TypedElementInfo.Builder> consumer) The element info represents the method, field, or the constructor being invoked.