Uses of Record Class
dev.archunitjava.model.ClassResourceLocation
Packages that use ClassResourceLocation
-
Uses of ClassResourceLocation in dev.archunitjava.model
Classes in dev.archunitjava.model that implement interfaces with type arguments of type ClassResourceLocationModifier and TypeClassDescriptionfinal recordSafe class-resource provenance that never contains a machine-specific absolute path.Methods in dev.archunitjava.model that return ClassResourceLocationModifier and TypeMethodDescriptionstatic ClassResourceLocationClassResourceLocation.from(ClassFileOrigin origin, int precedence) BytecodeLocation.resource()Returns the value of theresourcerecord component.DeclarationLocation.resource()Returns the value of theresourcerecord component.Methods in dev.archunitjava.model with parameters of type ClassResourceLocationModifier and TypeMethodDescriptionintClassResourceLocation.compareTo(ClassResourceLocation other) Constructors in dev.archunitjava.model with parameters of type ClassResourceLocationModifierConstructorDescriptionBytecodeLocation(ClassResourceLocation resource, Optional<SourceFileName> sourceFile, int bytecodeOffset, OptionalInt lineNumber) Creates an instance of aBytecodeLocationrecord class.DeclarationLocation(ClassResourceLocation resource, Optional<SourceFileName> sourceFile) Creates an instance of aDeclarationLocationrecord class.