Uses of Record Class
dev.archunitjava.projection.ProjectionNodeMapping
Packages that use ProjectionNodeMapping
-
Uses of ProjectionNodeMapping in dev.archunitjava.projection
Classes in dev.archunitjava.projection that implement interfaces with type arguments of type ProjectionNodeMappingModifier and TypeClassDescriptionfinal recordExplicit source-to-projected identity mapping used by classpath and module views.Methods in dev.archunitjava.projection that return types with arguments of type ProjectionNodeMappingModifier and TypeMethodDescriptionProjectionPlan.explicitMappings()Returns the value of theexplicitMappingsrecord component.Methods in dev.archunitjava.projection with parameters of type ProjectionNodeMappingModifier and TypeMethodDescriptionintProjectionNodeMapping.compareTo(ProjectionNodeMapping other) Constructor parameters in dev.archunitjava.projection with type arguments of type ProjectionNodeMappingModifierConstructorDescriptionProjectionPlan(ProjectionDomain domain, List<ProjectionNodeMapping> explicitMappings, Set<DependencyKind> includedKinds, Map<DependencyKind, DependencyKind> kindRelabeling, boolean retainSelfEdges, List<ProjectionEdgeSelector> excludedEdges) Creates an instance of aProjectionPlanrecord class.