1 implementation of Create
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Adapters\AdapterFactory.cs (1)
21public virtual IAdapter Create(object target)
1 reference to Create
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Internal\ObjectVisitor.cs (1)
76return _adapterFactory.Create(targetObject);