Class EntityController<E extends de.digitalcollections.model.api.identifiable.entity.Entity>


  • @RestController
    @Api(description="The entity controller",
         name="Entity controller")
    public class EntityController<E extends de.digitalcollections.model.api.identifiable.entity.Entity>
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntityController

        public EntityController()