Interface ISparseFieldTypeParser
- Namespace
- JsonApiDotNetCore.Queries.Parsing
- Assembly
- JsonApiDotNetCore.dll
Parses the JSON:API 'fields' query string parameter name.
public interface ISparseFieldTypeParser
Methods
Parse(string)
Parses the specified source into a ResourceType. Throws a QueryParseException if the input is invalid.
ResourceType Parse(string source)
Parameters
source
stringThe source text to read from.