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.httpMethods 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.headerMethods 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.partMethods 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.httppartClasses 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.oapiClasses 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.restMethods 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.uonClasses 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.urlencodingClasses in org.apache.juneau.urlencoding that implement HttpPartSerializerSessionModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofUrlEncodingSerializer.