Share via


IAdapterFactory Interface

Definition

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

public interface class IAdapterFactory
public interface IAdapterFactory
type IAdapterFactory = interface
Public Interface IAdapterFactory
Derived

Methods

Create(Object, IContractResolver)

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

Applies to