Skip to content

InclusionMapper

class in JsonApiToolkit.Mapping

Maps included (related) resources for JSON:API responses. Handles to-one/to-many relationships and nested paths (e.g., "author.comments").

public static class InclusionMapper

Methods

AddIncludedResources(entityOrCollection: object, includePaths: List, included: List, logger: ILogger, processedEntities: HashSet, fields: Dictionary>)

: void