T - public abstract class AbstractEntityProvider<T>
extends java.lang.Object
implements javax.ws.rs.ext.MessageBodyReader<T>, javax.ws.rs.ext.MessageBodyWriter<T>
| Constructor and Description |
|---|
AbstractEntityProvider() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(T t,
java.lang.Class<?> type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |