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