iiRecord
Agentic AI Atlas · AutoMapper
library:automappera5c.ai
II.
Library JSON

library:automapper

Structured · live

AutoMapper json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-dotnet.yamlCluster · domain
Record JSON
{
  "id": "library:automapper",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-dotnet.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "AutoMapper",
    "belongsToLanguageId": "language:csharp",
    "category": "other",
    "description": "Convention-based object-to-object mapping library for .NET that eliminates\nboilerplate DTO projection code; supports flattening, value converters,\ncustom resolvers, and query projections via IQueryable extensions.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:automapper",
      "to": "language:csharp",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:automapper",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:automapper",
      "to": "library:jackson",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:vertical-slice-architecture",
      "to": "library:automapper",
      "kind": "composed_of"
    }
  ]
}