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, writeToAsString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isReadable, readFrom
isWriteable, writeTo
public <M extends MultivaluedMap<String,String>> M readFrom(M map, MediaType mediaType, boolean decode, InputStream entityStream) throws IOException
IOException
public <M extends MultivaluedMap<String,String>> void writeTo(M t, MediaType mediaType, OutputStream entityStream) throws IOException
IOException
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.