Class AbstractParamReader
- java.lang.Object
-
- com.google.api.server.spi.request.AbstractParamReader
-
- All Implemented Interfaces:
ParamReader
- Direct Known Subclasses:
ServletRequestParamReader
public abstract class AbstractParamReader extends Object implements ParamReader
Implementation of functionality common to all implementations ofParamReader.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractParamReader(EndpointMethod method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EndpointMethodgetMethod()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.api.server.spi.request.ParamReader
read
-
-
-
-
Constructor Detail
-
AbstractParamReader
protected AbstractParamReader(EndpointMethod method)
-
-
Method Detail
-
getMethod
protected EndpointMethod getMethod()
-
-