Uses of Class
org.apache.juneau.serializer.SerializerSession
Packages that use SerializerSession
Package
Description
CSV Marshalling Support
Serializer Examples
HTML Marshalling Support
JSON Marshalling Support
MessagePack Marshalling Support
OpenAPI Marshalling Support
Plaintext Marshalling Support
Serializer API
SOAP/XML Marshalling Support
UON Marshalling Support
URL-Encoding Marshalling Support
XML Marshalling Support
-
Uses of SerializerSession in org.apache.juneau.csv
Subclasses of SerializerSession in org.apache.juneau.csvModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofCsvSerializer. -
Uses of SerializerSession in org.apache.juneau.examples.serializer
Methods in org.apache.juneau.examples.serializer with parameters of type SerializerSessionModifier and TypeMethodDescriptionvoidImageSerializer.doSerialize(SerializerSession session, SerializerPipe pipe, Object o) -
Uses of SerializerSession in org.apache.juneau.html
Subclasses of SerializerSession in org.apache.juneau.htmlModifier and TypeClassDescriptionclassContext object that lives for the duration of a single serialization ofHtmlSerializerand its subclasses.classContext object that lives for the duration of a single serialization ofHtmlSchemaDocSerializerand its subclasses.classContext object that lives for the duration of a single serialization ofHtmlSchemaSerializerand its subclasses.classSession object that lives for the duration of a single use ofHtmlSerializer.classSession object that lives for the duration of a single use ofHtmlStrippedDocSerializer.Methods in org.apache.juneau.html with parameters of type SerializerSessionModifier and TypeMethodDescriptionHtmlRender.getContent(SerializerSession session, T value) Returns the delegate value for the specified bean property value.HtmlRender.getStyle(SerializerSession session, T value) Returns the CSS style of the element containing the bean property value. -
Uses of SerializerSession in org.apache.juneau.json
Subclasses of SerializerSession in org.apache.juneau.jsonModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofJsonSchemaSerializer.classSession object that lives for the duration of a single use ofJsonSerializer. -
Uses of SerializerSession in org.apache.juneau.msgpack
Subclasses of SerializerSession in org.apache.juneau.msgpackModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofMsgPackSerializer. -
Uses of SerializerSession in org.apache.juneau.oapi
Subclasses of SerializerSession in org.apache.juneau.oapiModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofOpenApiSerializer. -
Uses of SerializerSession in org.apache.juneau.plaintext
Subclasses of SerializerSession in org.apache.juneau.plaintextModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofPlainTextSerializer. -
Uses of SerializerSession in org.apache.juneau.serializer
Subclasses of SerializerSession in org.apache.juneau.serializerModifier and TypeClassDescriptionclassSubclass ofSerializerSessionfor stream-based serializers.classSubclass ofSerializerSessionfor character-based serializers.Methods in org.apache.juneau.serializer that return SerializerSessionModifier and TypeMethodDescriptionSerializerSession.addVarBean(Class<T> c, T value) Adds a session object to theVarResolverSessionin this session.SerializerSession.Builder.build()Serializer.getSession()Methods in org.apache.juneau.serializer with parameters of type SerializerSessionModifier and TypeMethodDescriptionprotected voidSerializer.doSerialize(SerializerSession session, SerializerPipe pipe, Object o) Serializes a POJO to the specified pipe.protected final StringSerializerSession.getBeanTypeName(SerializerSession session, ClassMeta<?> eType, ClassMeta<?> aType, BeanPropertyMeta pMeta) Resolves the dictionary name for the actual type.Serializer.getResponseHeaders(SerializerSession session) Optional method that specifies HTTP request headers for this serializer.voidSerializerListener.onBeanGetterException(SerializerSession session, Throwable t, BeanPropertyMeta p) Called when an exception is thrown when trying to call a bean getter method.voidSerializerListener.onError(SerializerSession session, Throwable t, String msg) Called when an error occurs during serialization but is ignored.Constructors in org.apache.juneau.serializer with parameters of type SerializerSessionModifierConstructorDescriptionSerializeException(SerializerSession session, Exception causedBy) Constructor.SerializeException(SerializerSession session, String message, Object... args) Constructor. -
Uses of SerializerSession in org.apache.juneau.soap
Subclasses of SerializerSession in org.apache.juneau.soapModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofSoapXmlSerializer. -
Uses of SerializerSession in org.apache.juneau.uon
Subclasses of SerializerSession in org.apache.juneau.uonModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofUonSerializer. -
Uses of SerializerSession in org.apache.juneau.urlencoding
Subclasses of SerializerSession in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofUrlEncodingSerializer. -
Uses of SerializerSession in org.apache.juneau.xml
Subclasses of SerializerSession in org.apache.juneau.xmlModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofXmlDocSerializer.classSession object that lives for the duration of a single use ofXmlSerializer.