Package org.apache.juneau.plaintext
package org.apache.juneau.plaintext
Plaintext Marshalling Support
-
ClassDescriptionMetadata on bean properties specific to the PlainText serializers and parsers pulled from the
@PlainText
annotation on the bean property.Metadata on classes specific to the PlainText serializers and parsers pulled from the@PlainText
annotation on the class.Interface for providing access toPlainTextClassMeta
andPlainTextBeanPropertyMeta
objects.Parsers HTTP plain text request bodies into Group 5 POJOs.Builder class.Session object that lives for the duration of a single use ofPlainTextParser
.Builder class.Serializes POJOs to plain text using just thetoString() method on the serialized object.Builder class.Session object that lives for the duration of a single use ofPlainTextSerializer
.Builder class.