Uses of Interface
org.apache.juneau.httppart.HttpPartSerializerSession
Packages that use HttpPartSerializerSession
Package
Description
RFC2616 HTTP Headers
HTTP Header Beans
HTTP Part Beans
HTTP Part Marshalling Support
OpenAPI Marshalling Support
REST Server API
UON Marshalling Support
URL-Encoding Marshalling Support
-
Uses of HttpPartSerializerSession in org.apache.juneau.http
Methods in org.apache.juneau.http with parameters of type HttpPartSerializerSessionModifier and TypeMethodDescriptionstatic SerializedHeaderHttpHeaders.serializedHeader(String name, Object value, HttpPartSerializerSession serializer, HttpPartSchema schema, boolean skipIfEmpty) Creates a newSerializedHeaderheader.static SerializedHeaderHttpHeaders.serializedHeader(String name, Supplier<?> value, HttpPartSerializerSession serializer, HttpPartSchema schema, boolean skipIfEmpty) Creates a newSerializedHeaderheader. -
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 SerializedHeaderSerializedHeader.of(String name, Object value, HttpPartSerializerSession serializer, HttpPartSchema schema, boolean skipIfEmpty) Static creator.static SerializedHeaderSerializedHeader.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 TypeClassDescriptionclassBase class for implementations ofHttpPartSerializerSessionclassSession 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 TypeClassDescriptionclassSession 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 TypeClassDescriptionclassSession 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 TypeClassDescriptionclassSession object that lives for the duration of a single use ofUrlEncodingSerializer.