AdapterFactory Class
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.
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 |