Uses of Class
org.apache.juneau.serializer.SerializerSession
Packages that use SerializerSession
Package
Description
CSV Marshalling Support
-
Uses of SerializerSession in org.apache.juneau.csv
Subclasses of SerializerSession in org.apache.juneau.csvModifier and TypeClassDescriptionclass
Session 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 TypeMethodDescriptionvoid
ImageSerializer.doSerialize
(SerializerSession session, SerializerPipe pipe, Object o) -
Uses of SerializerSession in org.apache.juneau.html
Subclasses of SerializerSession in org.apache.juneau.htmlModifier and TypeClassDescriptionclass
Context object that lives for the duration of a single serialization ofHtmlSerializer
and its subclasses.class
Context object that lives for the duration of a single serialization ofHtmlSchemaDocSerializer
and its subclasses.class
Context object that lives for the duration of a single serialization ofHtmlSchemaSerializer
and its subclasses.class
Session object that lives for the duration of a single use ofHtmlSerializer
.class
Session 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 TypeClassDescriptionclass
Session object that lives for the duration of a single use ofJsonSchemaSerializer
.class
Session 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 TypeClassDescriptionclass
Session 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 TypeClassDescriptionclass
Session 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 TypeClassDescriptionclass
Session 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 TypeClassDescriptionclass
Subclass ofSerializerSession
for stream-based serializers.class
Subclass ofSerializerSession
for 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 theVarResolverSession
in this session.SerializerSession.Builder.build()
Serializer.getSession()
Methods in org.apache.juneau.serializer with parameters of type SerializerSessionModifier and TypeMethodDescriptionprotected void
Serializer.doSerialize
(SerializerSession session, SerializerPipe pipe, Object o) Serializes a POJO to the specified pipe.protected final String
SerializerSession.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.void
SerializerListener.onBeanGetterException
(SerializerSession session, Throwable t, BeanPropertyMeta p) Called when an exception is thrown when trying to call a bean getter method.void
SerializerListener.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 TypeClassDescriptionclass
Session 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 TypeClassDescriptionclass
Session 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 TypeClassDescriptionclass
Session 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 TypeClassDescriptionclass
Session object that lives for the duration of a single use ofXmlDocSerializer
.class
Session object that lives for the duration of a single use ofXmlSerializer
.