Uses of Record Class
dev.archunitjava.graph.LocationId
Packages that use LocationId
Package
Description
-
Uses of LocationId in dev.archunitjava.graph
Methods in dev.archunitjava.graph that return LocationIdModifier and TypeMethodDescriptionDependencyEvidence.location()Returns the value of thelocationrecord component.static LocationIdLocationId.ofResourcePath(String path) Methods in dev.archunitjava.graph with parameters of type LocationIdModifier and TypeMethodDescriptionstatic DependencyEvidenceDependencyEvidence.at(LocationId location) static DependencyEvidenceDependencyEvidence.at(LocationId location, MemberId ownerMember, int bytecodeOffset, int lineNumber) static DependencyEvidenceDependencyEvidence.at(LocationId location, MemberId ownerMember, int bytecodeOffset, String sourceFile, int lineNumber) Constructors in dev.archunitjava.graph with parameters of type LocationIdModifierConstructorDescriptionDependencyEvidence(LocationId location, Optional<MemberId> ownerMember, OptionalInt bytecodeOffset, Optional<String> sourceFile, OptionalInt lineNumber) Creates an instance of aDependencyEvidencerecord class. -
Uses of LocationId in dev.archunitjava.model
Methods in dev.archunitjava.model that return LocationIdModifier and TypeMethodDescriptionClassResourceLocation.locationId()Stable logical location suitable for graph evidence without embedding an absolute path. -
Uses of LocationId in dev.archunitjava.projection
Method parameters in dev.archunitjava.projection with type arguments of type LocationIdModifier and TypeMethodDescriptionstatic ProjectionPlanProjectionPlan.classPath(Map<? extends StableId, LocationId> mappings) -
Uses of LocationId in dev.archunitjava.report
Method parameters in dev.archunitjava.report with type arguments of type LocationIdModifier and TypeMethodDescriptionstatic GraphSnapshotQueryGraphSnapshotQuery.artifacts(DependencyGraph graph, Map<? extends StableId, LocationId> mappings)