Uses of Interface
org.apache.juneau.plaintext.PlainTextMetaProvider
Packages that use PlainTextMetaProvider
-
Uses of PlainTextMetaProvider in org.apache.juneau.plaintext
Classes in org.apache.juneau.plaintext that implement PlainTextMetaProviderModifier and TypeClassDescriptionclass
Parsers HTTP plain text request bodies into Group 5 POJOs.class
Serializes POJOs to plain text using just thetoString() method on the serialized object.Constructors in org.apache.juneau.plaintext with parameters of type PlainTextMetaProviderModifierConstructorDescriptionConstructor.PlainTextClassMeta
(ClassMeta<?> cm, PlainTextMetaProvider mp) Constructor.