Table of Contents

Class RequestAdapterPosition

Namespace
JsonApiDotNetCore.Serialization.Request.Adapters
Assembly
JsonApiDotNetCore.dll

Tracks the location within an object tree when validating and converting a request body.

[PublicAPI]
public sealed class RequestAdapterPosition
Inheritance
RequestAdapterPosition
Inherited Members

Constructors

RequestAdapterPosition()

public RequestAdapterPosition()

Methods

PushArrayIndex(int)

public IDisposable PushArrayIndex(int index)

Parameters

index int

Returns

IDisposable

PushElement(string)

public IDisposable PushElement(string name)

Parameters

name string

Returns

IDisposable

ToSourcePointer()

public string? ToSourcePointer()

Returns

string

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.