Package org.camunda.bpm.engine.rest.hal
Class EmptyHalResource
- java.lang.Object
-
- org.camunda.bpm.engine.rest.hal.HalResource<EmptyHalResource>
-
- org.camunda.bpm.engine.rest.hal.EmptyHalResource
-
public class EmptyHalResource extends HalResource<EmptyHalResource>
- Author:
- Sebastian Menski
-
-
Field Summary
Fields Modifier and Type Field Description static HalResource
INSTANCE
-
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalResource
_embedded, _links, linker
-
-
Constructor Summary
Constructors Constructor Description EmptyHalResource()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends HalResource>
TemptyHalResource()
-
Methods inherited from class org.camunda.bpm.engine.rest.hal.HalResource
addEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded
-
-
-
-
Field Detail
-
INSTANCE
public static final HalResource INSTANCE
-
-
Method Detail
-
emptyHalResource
public static <T extends HalResource> T emptyHalResource()
-
-