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
Methods in org.jboss.resteasy.plugins.providers.atom that return Entry Modifier and Type Method Description Entry
AtomEntryProvider. readFrom(Class<Entry> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
Methods in org.jboss.resteasy.plugins.providers.atom that return types with arguments of type Entry Modifier and Type Method Description 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, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
void
AtomEntryProvider. writeTo(Entry entry, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, 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(Class<Entry> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
-