@Deserializes(value="application/x-www-form-urlencoded") public class FormDeserializer extends Object implements Deserializer
| Modifier | Constructor and Description |
|---|---|
protected |
FormDeserializer()
Deprecated.
CDI eyes only
|
|
FormDeserializer(ParametersProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
deserialize(InputStream inputStream,
ControllerMethod method) |
protected FormDeserializer()
@Inject public FormDeserializer(ParametersProvider provider)
public Object[] deserialize(InputStream inputStream, ControllerMethod method)
deserialize in interface DeserializerCopyright © 2014 Caelum. All rights reserved.