Uses of Record Class
dev.archunitjava.model.ExternalTypeStub
Packages that use ExternalTypeStub
-
Uses of ExternalTypeStub in dev.archunitjava.importer
Methods in dev.archunitjava.importer that return types with arguments of type ExternalTypeStubModifier and TypeMethodDescriptionImportResolutionResult.externalTypes()Returns the value of theexternalTypesrecord component.Method parameters in dev.archunitjava.importer with type arguments of type ExternalTypeStubModifier and TypeMethodDescriptionClassPathImportResolver.resolve(List<ClassFileInput> inputs, Collection<ExternalTypeStub> suppliedExternalTypes) -
Uses of ExternalTypeStub in dev.archunitjava.model
Methods in dev.archunitjava.model that return ExternalTypeStubModifier and TypeMethodDescriptionstatic ExternalTypeStubExternalTypeStub.complete(String binaryName, JavaTypeKind kind, JvmReferenceType superclass, List<JvmReferenceType> interfaces) static ExternalTypeStubExternalTypeStub.incomplete(String binaryName) Methods in dev.archunitjava.model with parameters of type ExternalTypeStub