Uses of Interface
org.apache.juneau.httppart.HttpPartSerializerSession
Packages that use HttpPartSerializerSession
Package
Description
HTTP Header Beans
HTTP Part Beans
REST Server API
-
Uses of HttpPartSerializerSession in org.apache.juneau.http
Methods in org.apache.juneau.http with parameters of type HttpPartSerializerSessionModifier and TypeMethodDescriptionstatic SerializedHeader
HttpHeaders.serializedHeader
(String name, Object value, HttpPartSerializerSession serializer, HttpPartSchema schema, boolean skipIfEmpty) Creates a newSerializedHeader
header.static SerializedHeader
HttpHeaders.serializedHeader
(String name, Supplier<?> value, HttpPartSerializerSession serializer, HttpPartSchema schema, boolean skipIfEmpty) Creates a newSerializedHeader
header. -
Uses of HttpPartSerializerSession in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header with parameters of type HttpPartSerializerSessionModifier and TypeMethodDescriptionSerializedHeader.copyWith
(HttpPartSerializerSession serializer, HttpPartSchema schema) Copies this bean and sets the serializer and schema on it.static SerializedHeader
SerializedHeader.of
(String name, Object value, HttpPartSerializerSession serializer, HttpPartSchema schema, boolean skipIfEmpty) Static creator.static SerializedHeader
SerializedHeader.of
(String name, Supplier<?> value, HttpPartSerializerSession serializer, HttpPartSchema schema, boolean skipIfEmpty) Static creator with delayed value.SerializedHeader.serializer
(HttpPartSerializerSession value) Sets the serializer to use for serializing the value to a string value.Constructors in org.apache.juneau.http.header with parameters of type HttpPartSerializerSessionModifierConstructorDescriptionSerializedHeader
(String name, Object value, HttpPartSerializerSession serializer, HttpPartSchema schema, boolean skipIfEmpty) Constructor.SerializedHeader
(String name, Supplier<Object> value, HttpPartSerializerSession serializer, HttpPartSchema schema, boolean skipIfEmpty) Constructor with delayed value. -
Uses of HttpPartSerializerSession in org.apache.juneau.http.part
Methods in org.apache.juneau.http.part with parameters of type HttpPartSerializerSessionModifier and TypeMethodDescriptionSerializedPart.copyWith
(HttpPartSerializerSession serializer, HttpPartSchema schema) Copies this bean and sets the serializer and schema on it.SerializedPart.serializer
(HttpPartSerializerSession value) Sets the serializer to use for serializing the value to a string value.Constructors in org.apache.juneau.http.part with parameters of type HttpPartSerializerSessionModifierConstructorDescriptionSerializedPart
(String name, Object value, HttpPartType type, HttpPartSerializerSession serializer, HttpPartSchema schema, boolean skipIfEmpty) Constructor. -
Uses of HttpPartSerializerSession in org.apache.juneau.httppart
Classes in org.apache.juneau.httppart that implement HttpPartSerializerSessionModifier and TypeClassDescriptionclass
Base class for implementations ofHttpPartSerializerSession
class
Session object that lives for the duration of a single use ofSimplePartSerializer
.Methods in org.apache.juneau.httppart that return HttpPartSerializerSessionModifier and TypeMethodDescriptionHttpPartSerializer.getPartSession()
Creates a new serializer session.Constructors in org.apache.juneau.httppart with parameters of type HttpPartSerializerSessionModifierConstructorDescriptionHttpPart
(String name, HttpPartType partType, HttpPartSchema schema, HttpPartSerializerSession serializer, Object part) Constructor. -
Uses of HttpPartSerializerSession in org.apache.juneau.oapi
Classes in org.apache.juneau.oapi that implement HttpPartSerializerSessionModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofOpenApiSerializer
. -
Uses of HttpPartSerializerSession in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return HttpPartSerializerSessionModifier and TypeMethodDescriptionRestRequest.getPartSerializerSession()
Returns the part serializer session for this request. -
Uses of HttpPartSerializerSession in org.apache.juneau.uon
Classes in org.apache.juneau.uon that implement HttpPartSerializerSessionModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofUonSerializer
. -
Uses of HttpPartSerializerSession in org.apache.juneau.urlencoding
Classes in org.apache.juneau.urlencoding that implement HttpPartSerializerSessionModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofUrlEncodingSerializer
.