Projection for matcher target categories at

http://localhost:8084/matchers?projection=full
This commit is contained in:
2016-07-21 19:52:22 +02:00
parent 01fde2afc6
commit 05f9b4274c
@@ -0,0 +1,10 @@
package de.tilman.transactions.domain;
import org.springframework.data.rest.core.config.Projection;
@Projection(name = "full", types = Matcher.class)
public interface MatcherProjection {
Category getTargetCategory();
}