Class SubrangeMethodArgumentResolver<P>

java.lang.Object
org.springframework.graphql.data.method.annotation.support.SubrangeMethodArgumentResolver<P>
Type Parameters:
P - the type of position in the subrange
All Implemented Interfaces:
HandlerMethodArgumentResolver
Direct Known Subclasses:
ScrollSubrangeMethodArgumentResolver

public class SubrangeMethodArgumentResolver<P> extends Object implements HandlerMethodArgumentResolver
Resolver for a method argument of type Subrange initialized from "first", "last", "before", and "after" GraphQL arguments.
Since:
1.2.0
Author:
Rossen Stoyanchev