org.opennms.web.rest
Class FormPropertiesReader
java.lang.Object
org.opennms.web.rest.FormPropertiesReader
- All Implemented Interfaces:
- javax.ws.rs.ext.MessageBodyReader<MultivaluedMapImpl>
@Provider
public class FormPropertiesReader
- extends Object
- implements javax.ws.rs.ext.MessageBodyReader<MultivaluedMapImpl>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormPropertiesReader
public FormPropertiesReader()
isReadable
public boolean isReadable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaTypes)
- Specified by:
isReadable in interface javax.ws.rs.ext.MessageBodyReader<MultivaluedMapImpl>
readFrom
public MultivaluedMapImpl readFrom(Class<MultivaluedMapImpl> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream)
throws IOException,
javax.ws.rs.WebApplicationException
- Specified by:
readFrom in interface javax.ws.rs.ext.MessageBodyReader<MultivaluedMapImpl>
- Throws:
IOException
javax.ws.rs.WebApplicationException
Copyright © 2009. All Rights Reserved.