Uses of Class
org.apache.juneau.http.part.SerializedPart
Packages that use SerializedPart
-
Uses of SerializedPart in org.apache.juneau.http
Methods in org.apache.juneau.http that return SerializedPartModifier and TypeMethodDescriptionstatic final SerializedPart
HttpParts.serializedPart
(String name, Object value) Creates a newSerializedPart
part.static final SerializedPart
HttpParts.serializedPart
(String name, Supplier<?> value) Creates a newSerializedPart
part with a delayed value. -
Uses of SerializedPart in org.apache.juneau.http.part
Methods in org.apache.juneau.http.part that return SerializedPartModifier and TypeMethodDescriptionSerializedPart.copy()
Creates a copy of this object.SerializedPart.copyWith
(HttpPartSerializerSession serializer, HttpPartSchema schema) Copies this bean and sets the serializer and schema on it.static SerializedPart
Instantiates a new instance of this object.static SerializedPart
Instantiates a new instance of this object.SerializedPart.schema
(HttpPartSchema value) Sets the schema object that defines the format of the output.SerializedPart.serializer
(HttpPartSerializer value) Sets the serializer to use for serializing the value to a string value.SerializedPart.serializer
(HttpPartSerializerSession value) Sets the serializer to use for serializing the value to a string value.SerializedPart.skipIfEmpty()
Don't serialize this pair if the value isnull or an empty string.SerializedPart.skipIfEmpty
(boolean value) Don't serialize this pair if the value isnull or an empty string.SerializedPart.type
(HttpPartType value) Sets the HTTP part type.Constructors in org.apache.juneau.http.part with parameters of type SerializedPartModifierConstructorDescriptionprotected
SerializedPart
(SerializedPart copyFrom) Copy constructor.