Microsoft.AspNetCore.JsonPatch.Adapters Namespace

Contains base types and abstractions for JSON Patch adapters, which define the operations that can be performed on a JSON patch document.

Classes

AdapterFactory

The default AdapterFactory to be used for resolving Microsoft.AspNetCore.JsonPatch.Internal.IAdapter.

ObjectAdapter

Defines the operations that can be performed on a JSON patch document.

Interfaces

IAdapterFactory

Defines the operations used for loading an Microsoft.AspNetCore.JsonPatch.Internal.IAdapter based on the current object and ContractResolver.

IObjectAdapter

Defines the operations that can be performed on a JSON patch document.

IObjectAdapterWithTest

Defines the operations that can be performed on a JSON patch document, including "test".

Remarks

For more information about handling JSON Patch requests, JsonPatch in ASP.NET Core web API.