Table of Contents

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 string

The source text to read from.

Returns

ResourceType