Class SaveMethodMatcher

java.lang.Object
io.micronaut.data.processor.visitors.finders.AbstractMethodMatcher
io.micronaut.data.processor.visitors.finders.SaveMethodMatcher
All Implemented Interfaces:
io.micronaut.core.order.Ordered, MethodMatcher

public class SaveMethodMatcher extends AbstractMethodMatcher
A save method for saving a single entity.
Since:
1.0.0
Author:
graemerocher