Share via


AdapterFactory Class

Definition

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

public ref class AdapterFactory : Microsoft::AspNetCore::JsonPatch::Adapters::IAdapterFactory
public class AdapterFactory : Microsoft.AspNetCore.JsonPatch.Adapters.IAdapterFactory
type AdapterFactory = class
    interface IAdapterFactory
Public Class AdapterFactory
Implements IAdapterFactory
Inheritance
AdapterFactory
Implements

Constructors

AdapterFactory()

Methods

Create(Object, IContractResolver)

Creates an Microsoft.AspNetCore.JsonPatch.Internal.IAdapter for the current object

Applies to