Uses of Class
org.apache.juneau.http.part.SerializedPart
Packages that use SerializedPart
- 
Uses of SerializedPart in org.apache.juneau.httpMethods in org.apache.juneau.http that return SerializedPartModifier and TypeMethodDescriptionstatic final SerializedPartHttpParts.serializedPart(String name, Object value) Creates a newSerializedPartpart.static final SerializedPartHttpParts.serializedPart(String name, Supplier<?> value) Creates a newSerializedPartpart with a delayed value.
- 
Uses of SerializedPart in org.apache.juneau.http.partMethods 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 SerializedPartInstantiates a new instance of this object.static SerializedPartInstantiates 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 SerializedPartModifierConstructorDescriptionprotectedSerializedPart(SerializedPart copyFrom) Copy constructor.