Uses of Record Class
dev.archunitjava.model.DeclarationLocation
Packages that use DeclarationLocation
-
Uses of DeclarationLocation in dev.archunitjava.model
Methods in dev.archunitjava.model that return DeclarationLocationModifier and TypeMethodDescriptionJavaExceptionEvidence.declarationLocation()Returns the value of thedeclarationLocationrecord component.DeclarationDependencySource.location()Returns the value of thelocationrecord component.JavaMember.location()JavaModule.location()Returns the value of thelocationrecord component.JavaRecordComponent.location()Returns the value of thelocationrecord component.JavaType.location()Constructors in dev.archunitjava.model with parameters of type DeclarationLocationModifierConstructorDescriptionDeclarationDependencySource(DeclarationDependencySourceKind kind, DeclarationDependencyOwner owner, String classFileValue, String detail, int arrayDimensions, Optional<AnnotationSite> annotationSite, DeclarationLocation location) Creates an instance of aDeclarationDependencySourcerecord class.JavaExceptionEvidence(JavaMemberSignature owner, JavaExceptionEvidenceKind kind, Optional<JvmReferenceType> targetType, DeclarationLocation declarationLocation, Optional<BytecodeLocation> bytecodeLocation) Creates an instance of aJavaExceptionEvidencerecord class.JavaModule(JavaModuleIdentity identity, int flags, Optional<String> version, List<JavaModuleRequire> requires, List<JavaModulePackageDirective> exports, List<JavaModulePackageDirective> opens, List<JvmReferenceType> uses, List<JavaModuleProvide> provides, DeclarationLocation location) Creates an instance of aJavaModulerecord class.JavaRecordComponent(JavaTypeName owner, String name, String descriptor, GenericFieldView typeView, List<JavaAnnotationOccurrence> annotations, DeclarationLocation location) Creates an instance of aJavaRecordComponentrecord class.