Interface IIncludeParser
- Namespace
- JsonApiDotNetCore.Queries.Parsing
- Assembly
- JsonApiDotNetCore.dll
Parses the JSON:API 'include' query string parameter value.
public interface IIncludeParser
Methods
Parse(string, ResourceType)
Parses the specified source into an IncludeExpression. Throws a QueryParseException if the input is invalid.
IncludeExpression Parse(string source, ResourceType resourceType)
Parameters
source
stringThe source text to read from.
resourceType
ResourceTypeThe resource type used to lookup JSON:API fields that are referenced in
source
.