T - supported Java type.public abstract class JettisonLowLevelProvider<T> extends AbstractMessageReaderWriterProvider<T>
UTF8| Modifier | Constructor and Description |
|---|---|
protected |
JettisonLowLevelProvider(Class<T> c) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadable(Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType) |
protected boolean |
isSupported(MediaType m) |
boolean |
isWriteable(Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType) |
getCharset, getSize, readFromAsString, writeTo, writeTo, writeToAsStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadFromwriteTopublic boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType)
public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType)
protected boolean isSupported(MediaType m)
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.