Uses of Class
org.jboss.resteasy.plugins.providers.atom.Entry
-
Packages that use Entry Package Description org.jboss.resteasy.plugins.providers.atom -
-
Uses of Entry in org.jboss.resteasy.plugins.providers.atom
Fields in org.jboss.resteasy.plugins.providers.atom with type parameters of type Entry Modifier and Type Field Description private java.util.List<Entry>
Feed. entries
Methods in org.jboss.resteasy.plugins.providers.atom that return Entry Modifier and Type Method Description Entry
AtomEntryProvider. readFrom(java.lang.Class<Entry> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
Methods in org.jboss.resteasy.plugins.providers.atom that return types with arguments of type Entry Modifier and Type Method Description java.util.List<Entry>
Feed. getEntries()
Methods in org.jboss.resteasy.plugins.providers.atom with parameters of type Entry Modifier and Type Method Description long
AtomEntryProvider. getSize(Entry entry, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
void
AtomEntryProvider. writeTo(Entry entry, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
Method parameters in org.jboss.resteasy.plugins.providers.atom with type arguments of type Entry Modifier and Type Method Description Entry
AtomEntryProvider. readFrom(java.lang.Class<Entry> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
-