Uses of Class
org.apache.juneau.serializer.SerializerSession
Packages that use SerializerSession
Package
Description
CSV Marshalling Support
- 
Uses of SerializerSession in org.apache.juneau.csvSubclasses 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.serializerMethods 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.htmlSubclasses 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.jsonSubclasses 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.msgpackSubclasses 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.oapiSubclasses 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.plaintextSubclasses 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.serializerSubclasses 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.soapSubclasses 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.uonSubclasses 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.urlencodingSubclasses 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.xmlSubclasses 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.