Class EntityHalRepresentation

java.lang.Object
de.otto.edison.hal.HalRepresentation
de.otto.synapse.edison.state.EntityHalRepresentation

public class EntityHalRepresentation extends de.otto.edison.hal.HalRepresentation
  • Constructor Summary

    Constructors
    Constructor
    Description
    EntityHalRepresentation(de.otto.edison.hal.Links links, Object entity)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class de.otto.edison.hal.HalRepresentation

    add, equals, getAttribute, getAttributes, getEmbedded, getLinks, hashCode, toString, withEmbedded, withEmbedded

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EntityHalRepresentation

      public EntityHalRepresentation(de.otto.edison.hal.Links links, Object entity)
  • Method Details

    • getEntity

      public Object getEntity()