T - form type.public abstract class AbstractFormProvider<T> extends AbstractMessageReaderWriterProvider<T>
UTF8| Constructor and Description |
|---|
AbstractFormProvider() |
| Modifier and Type | Method and Description |
|---|---|
<M extends MultivaluedMap<String,String>> |
readFrom(M map,
MediaType mediaType,
boolean decode,
InputStream entityStream) |
<M extends MultivaluedMap<String,String>> |
writeTo(M t,
MediaType mediaType,
OutputStream entityStream) |
getCharset, getSize, readFromAsString, writeTo, writeTo, writeToAsStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisReadable, readFromisWriteable, writeTopublic <M extends MultivaluedMap<String,String>> M readFrom(M map, MediaType mediaType, boolean decode, InputStream entityStream) throws IOException
IOExceptionpublic <M extends MultivaluedMap<String,String>> void writeTo(M t, MediaType mediaType, OutputStream entityStream) throws IOException
IOExceptionCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.