IAdapterFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |