org.jboss.resteasy.plugins.providers
T
- public abstract class AbstractEntityProvider<T> extends Object implements MessageBodyReader<T>, MessageBodyWriter<T>
Constructor and Description |
---|
AbstractEntityProvider() |
Modifier and Type | Method and Description |
---|---|
long |
getSize(T t,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isReadable, readFrom
isWriteable, writeTo
public long getSize(T t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType)
getSize
in interface MessageBodyWriter<T>
Copyright © 2014. All Rights Reserved.