public class HalDeserializer extends AbstractDeserializer implements Deserializer
supported| Constructor and Description |
|---|
HalDeserializer()
Construct with default
StandardRepresentationFactory
and BasicEntityFactory |
HalDeserializer(com.theoryinpractise.halbuilder.api.RepresentationFactory representationFactory)
Construct with supplied
RepresentationFactory
and default BasicEntityFactory |
HalDeserializer(com.theoryinpractise.halbuilder.api.RepresentationFactory representationFactory,
net.eusashead.parquet.entity.EntityFactory entityFactory)
Construct with supplied
RepresentationFactory
and EntityFactory |
| Modifier and Type | Method and Description |
|---|---|
net.eusashead.parquet.entity.Entity |
deserialize(org.vertx.java.core.buffer.Buffer target,
ContentType contentType) |
contentTypes, supports, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontentTypes, supportspublic HalDeserializer()
StandardRepresentationFactory
and BasicEntityFactorypublic HalDeserializer(com.theoryinpractise.halbuilder.api.RepresentationFactory representationFactory)
RepresentationFactory
and default BasicEntityFactoryrepresentationFactory - RepresentationFactory to usepublic HalDeserializer(com.theoryinpractise.halbuilder.api.RepresentationFactory representationFactory,
net.eusashead.parquet.entity.EntityFactory entityFactory)
RepresentationFactory
and EntityFactoryrepresentationFactory - RepresentationFactory to useentityFactory - EntityFactory to usepublic net.eusashead.parquet.entity.Entity deserialize(org.vertx.java.core.buffer.Buffer target,
ContentType contentType)
throws DeserializationException
deserialize in interface DeserializerDeserializationException