public interface FormDataPropertyValueDeserializer
Property value deserializer from application/x-www-form-urlencoded media type.| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(com.holonplatform.core.property.Property<?> property,
String value)
Deserialize given property
value from application/x-www-form-urlencoded media type
String. |
static FormDataPropertyValueDeserializer |
getDefault()
Get the default instance.
|
Object deserialize(com.holonplatform.core.property.Property<?> property, String value) throws com.holonplatform.core.property.Property.PropertyReadException
value from application/x-www-form-urlencoded media type
String.property - Property to deserialize the value forvalue - Property valuecom.holonplatform.core.property.Property.PropertyReadException - If an error occurredstatic FormDataPropertyValueDeserializer getDefault()
FormDataPropertyValueDeserializerCopyright © 2019 The Holon Platform. All rights reserved.