Uses of Interface
org.apache.juneau.httppart.HttpPartSerializer
Packages that use HttpPartSerializer
Package
Description
HTTP Header Beans
HTTP Part Beans
REST Server API
REST Annotations
REST Client API
Remote REST API
REST Server Mock API
- 
Uses of HttpPartSerializer in org.apache.juneau.http.annotationMethod parameters in org.apache.juneau.http.annotation with type arguments of type HttpPartSerializerModifier and TypeMethodDescriptionFormDataAnnotation.Builder.serializer(Class<? extends HttpPartSerializer> value) Sets theFormData.serializer()property on this annotation.HeaderAnnotation.Builder.serializer(Class<? extends HttpPartSerializer> value) Sets theHeader.serializer()property on this annotation.PathAnnotation.Builder.serializer(Class<? extends HttpPartSerializer> value) Sets thePath.serializer()property on this annotation.QueryAnnotation.Builder.serializer(Class<? extends HttpPartSerializer> value) Sets theQuery.serializer()property on this annotation.RequestAnnotation.Builder.serializer(Class<? extends HttpPartSerializer> value) Sets theRequest.serializer()property on this annotation.ResponseAnnotation.Builder.serializer(Class<? extends HttpPartSerializer> value) Sets theResponse.serializer()property on this annotation.
- 
Uses of HttpPartSerializer in org.apache.juneau.http.headerMethods in org.apache.juneau.http.header with parameters of type HttpPartSerializerModifier and TypeMethodDescriptionSerializedHeader.serializer(HttpPartSerializer value) Sets the serializer to use for serializing the value to a string value.
- 
Uses of HttpPartSerializer in org.apache.juneau.http.partMethods in org.apache.juneau.http.part with parameters of type HttpPartSerializerModifier and TypeMethodDescriptionSerializedPart.serializer(HttpPartSerializer value) Sets the serializer to use for serializing the value to a string value.
- 
Uses of HttpPartSerializer in org.apache.juneau.httppartSubinterfaces of HttpPartSerializer in org.apache.juneau.httppartModifier and TypeInterfaceDescriptionstatic interfaceRepresent "no" part part serializer.Classes in org.apache.juneau.httppart that implement HttpPartSerializerModifier and TypeClassDescriptionclassBase class for implementations ofHttpPartSerializerclassAn implementation ofHttpPartSerializerthat simply serializes everything usingObject.toString().Methods in org.apache.juneau.httppart that return types with arguments of type HttpPartSerializerModifier and TypeMethodDescriptionClass<? extends HttpPartSerializer>HttpPartSchema.getSerializer()Returns theserializer field of this schema.Method parameters in org.apache.juneau.httppart with type arguments of type HttpPartSerializerModifier and TypeMethodDescriptionHttpPartSchema.Builder.serializer(Class<? extends HttpPartSerializer> value) Identifies the part serializer to use for serializing this part.HttpPartSerializer.Creator.type(Class<? extends HttpPartSerializer> value) 
- 
Uses of HttpPartSerializer in org.apache.juneau.httppart.beanMethods in org.apache.juneau.httppart.bean that return types with arguments of type HttpPartSerializerModifier and TypeMethodDescriptionResponseBeanMeta.getPartSerializer()Returns the part serializer to use to serialize this response.RequestBeanPropertyMeta.getSerializer()Returns the serializer to use for serializing the bean property value.ResponseBeanPropertyMeta.getSerializer()Returns the serializer to use for serializing the bean property value.
- 
Uses of HttpPartSerializer in org.apache.juneau.oapiClasses in org.apache.juneau.oapi that implement HttpPartSerializerModifier and TypeClassDescriptionclassSerializes POJOs to values suitable for transmission as HTTP headers, query/form-data parameters, and path variables.
- 
Uses of HttpPartSerializer in org.apache.juneau.restMethods in org.apache.juneau.rest that return HttpPartSerializerModifier and TypeMethodDescriptionRestContext.getPartSerializer()Returns the HTTP-part serializer associated with this resource.RestOpContext.getPartSerializer()Bean property getter:partSerializer .Methods in org.apache.juneau.rest with parameters of type HttpPartSerializerModifier and TypeMethodDescriptionRestContext.Builder.partSerializer(HttpPartSerializer value) Specifies the part serializer to use for serializing HTTP parts for this class.RestOpContext.Builder.partSerializer(HttpPartSerializer value) Specifies the part serializer to use for serializing HTTP parts for this operation.Method parameters in org.apache.juneau.rest with type arguments of type HttpPartSerializerModifier and TypeMethodDescriptionRestContext.Builder.partSerializer(Class<? extends HttpPartSerializer> value) Specifies the part serializer to use for serializing HTTP parts for this class.RestOpContext.Builder.partSerializer(Class<? extends HttpPartSerializer> value) Specifies the part serializer to use for serializing HTTP parts for this operation.
- 
Uses of HttpPartSerializer in org.apache.juneau.rest.annotationMethod parameters in org.apache.juneau.rest.annotation with type arguments of type HttpPartSerializerModifier and TypeMethodDescriptionRestAnnotation.Builder.partSerializer(Class<? extends HttpPartSerializer> value) Sets theRest.partSerializer()property on this annotation.
- 
Uses of HttpPartSerializer in org.apache.juneau.rest.clientMethods in org.apache.juneau.rest.client that return HttpPartSerializerModifier and TypeMethodDescriptionprotected HttpPartSerializerRestClient.getPartSerializer()Returns the part serializer associated with this client.protected HttpPartSerializerRestClient.getPartSerializer(Class<? extends HttpPartSerializer> c) Returns the part serializer instance of the specified type.Methods in org.apache.juneau.rest.client with parameters of type HttpPartSerializerModifier and TypeMethodDescriptionprotected HeaderRestRequest.createHeader(String name, Object value, HttpPartSerializer serializer, HttpPartSchema schema, Boolean skipIfEmpty) Creates a new header.protected NameValuePairRestRequest.createPart(String name, Object value, HttpPartType type, HttpPartSerializer serializer, HttpPartSchema schema, Boolean skipIfEmpty) Creates a new query/form-data/path part.RestClient.Builder.partSerializer(HttpPartSerializer value) Part serializer.Method parameters in org.apache.juneau.rest.client with type arguments of type HttpPartSerializerModifier and TypeMethodDescriptionprotected HttpPartSerializerRestClient.getPartSerializer(Class<? extends HttpPartSerializer> c) Returns the part serializer instance of the specified type.RestClient.Builder.partSerializer(Class<? extends HttpPartSerializer> value) Part serializer.
- 
Uses of HttpPartSerializer in org.apache.juneau.rest.client.remoteMethods in org.apache.juneau.rest.client.remote that return types with arguments of type HttpPartSerializerModifier and TypeMethodDescriptionRemoteOperationArg.getSerializer()Returns the HTTP part serializer to use for serializing this part.
- 
Uses of HttpPartSerializer in org.apache.juneau.rest.httppartMethods in org.apache.juneau.rest.httppart that return HttpPartSerializerConstructors in org.apache.juneau.rest.httppart with parameters of type HttpPartSerializerModifierConstructorDescriptionResponsePartMeta(HttpPartType partType, HttpPartSchema schema, HttpPartSerializer serializer) Constructor.
- 
Uses of HttpPartSerializer in org.apache.juneau.rest.mockMethods in org.apache.juneau.rest.mock with parameters of type HttpPartSerializerModifier and TypeMethodDescriptionMockRestClient.Builder.partSerializer(HttpPartSerializer value) Method parameters in org.apache.juneau.rest.mock with type arguments of type HttpPartSerializerModifier and TypeMethodDescriptionMockRestClient.Builder.partSerializer(Class<? extends HttpPartSerializer> value) 
- 
Uses of HttpPartSerializer in org.apache.juneau.uonClasses in org.apache.juneau.uon that implement HttpPartSerializerModifier and TypeClassDescriptionclassSerializes POJO models to UON (a notation for URL-encoded query parameter values).static classEquivalent toUonSerializer..create ().encoding().build();static classEquivalent toUonSerializer..create ().ws().build();
- 
Uses of HttpPartSerializer in org.apache.juneau.urlencodingClasses in org.apache.juneau.urlencoding that implement HttpPartSerializerModifier and TypeClassDescriptionclassSerializes POJO models to URL-encoded notation with UON-encoded values (a notation for URL-encoded query paramter values).static classEquivalent toUrlEncodingSerializer..create ().expandedParams().build();static classEquivalent toUrlEncodingSerializer..create ().plainTextParts().build();static classEquivalent toUrlEncodingSerializer..create ().useWhitespace().build();