Class EntityHalRepresentation


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

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

      Modifier and Type Method Description
      java.lang.Object getEntity()  
      • 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 Detail

      • EntityHalRepresentation

        public EntityHalRepresentation​(de.otto.edison.hal.Links links,
                                       java.lang.Object entity)
    • Method Detail

      • getEntity

        public java.lang.Object getEntity()