Uses of Package
org.apache.juneau.plaintext
Packages that use org.apache.juneau.plaintext
Package
Description
- 
Classes in org.apache.juneau.plaintext used by org.apache.juneau.marshallerClassDescriptionParsers HTTP plain text request bodies into Group 5 POJOs.Serializes POJOs to plain text using just thetoString() method on the serialized object.
- 
Classes in org.apache.juneau.plaintext used by org.apache.juneau.plaintextClassDescriptionMetadata on bean properties specific to the PlainText serializers and parsers pulled from the@PlainTextannotation on the bean property.Metadata on classes specific to the PlainText serializers and parsers pulled from the@PlainTextannotation on the class.Interface for providing access toPlainTextClassMetaandPlainTextBeanPropertyMetaobjects.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.
- 
Classes in org.apache.juneau.plaintext used by org.apache.juneau.plaintext.annotation