1 implementation of IAdapterFactory
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Adapters\AdapterFactory.cs (1)
16internal class AdapterFactory : IAdapterFactory
7 references to IAdapterFactory
Microsoft.AspNetCore.JsonPatch.SystemTextJson (7)
Adapters\ObjectAdapter.cs (4)
33/// <param name="adapterFactory">The <see cref="IAdapterFactory"/> to use when creating adaptors.</param> 37IAdapterFactory adapterFactory) 50/// Gets or sets the <see cref="IAdapterFactory"/> 52public IAdapterFactory AdapterFactory { get; }
Internal\ObjectVisitor.cs (3)
12private readonly IAdapterFactory _adapterFactory; 31/// <param name="adapterFactory">The <see cref="IAdapterFactory"/> to use when creating adaptors.</param> 32public ObjectVisitor(ParsedPath path, JsonSerializerOptions serializerOptions, IAdapterFactory adapterFactory)