Uses of Record Class
io.helidon.declarative.codegen.model.http.HeaderValue
Packages that use HeaderValue
Package
Description
HTTP Rest related code generation.
HTTP Rest model.
-
Uses of HeaderValue in io.helidon.declarative.codegen.http
Methods in io.helidon.declarative.codegen.http with parameters of type HeaderValueModifier and TypeMethodDescriptionstatic StringHttpFields.ensureHeaderValueConstant(FieldHandler fieldHandler, HeaderValue headerValue) Ensure a header value constant. -
Uses of HeaderValue in io.helidon.declarative.codegen.model.http
Methods in io.helidon.declarative.codegen.model.http that return types with arguments of type HeaderValueModifier and TypeMethodDescriptionHttpAnnotated.BuilderBase.headers()List of configured header values.HttpAnnotated.BuilderBase.HttpAnnotatedImpl.headers()HttpAnnotated.headers()List of configured header values.Methods in io.helidon.declarative.codegen.model.http with parameters of type HeaderValueModifier and TypeMethodDescriptionHttpAnnotated.BuilderBase.addHeader(HeaderValue header) List of configured header values.Method parameters in io.helidon.declarative.codegen.model.http with type arguments of type HeaderValueModifier and TypeMethodDescriptionHttpAnnotated.BuilderBase.addHeaders(List<? extends HeaderValue> headers) List of configured header values.HttpAnnotated.BuilderBase.headers(List<? extends HeaderValue> headers) List of configured header values.