Uses of Class
org.springframework.modulith.core.ArchitecturallyEvidentType
Packages that use ArchitecturallyEvidentType
Package
Description
Core, internal abstractions of Spring Modulith.
Support for application module observability.
-
Uses of ArchitecturallyEvidentType in org.springframework.modulith.core
Subclasses of ArchitecturallyEvidentType in org.springframework.modulith.coreModifier and TypeClassDescription(package private) static class(package private) static class(package private) static class(package private) static classMethods in org.springframework.modulith.core that return ArchitecturallyEvidentTypeModifier and TypeMethodDescriptionApplicationModule.getArchitecturallyEvidentType(Class<?> type) Returns theArchitecturallyEvidentTypefor the given type.static ArchitecturallyEvidentTypeSpringBean.toArchitecturallyEvidentType()Creates a newArchitecturallyEvidentTypefrom the currentSpringBean.Methods in org.springframework.modulith.core with parameters of type ArchitecturallyEvidentTypeModifier and TypeMethodDescription(package private) static Stream<ApplicationModule.QualifiedDependency>ApplicationModule.QualifiedDependency.fromType(ArchitecturallyEvidentType type) Method parameters in org.springframework.modulith.core with type arguments of type ArchitecturallyEvidentTypeModifier and TypeMethodDescriptionArchitecturallyEvidentType.DelegatingType.of(com.tngtech.archunit.core.domain.JavaClass type, List<ArchitecturallyEvidentType> types) -
Uses of ArchitecturallyEvidentType in org.springframework.modulith.observability.support
Constructors in org.springframework.modulith.observability.support with parameters of type ArchitecturallyEvidentTypeModifierConstructorDescription(package private)ObservedModuleType(ApplicationModules modules, ObservedModule module, ArchitecturallyEvidentType type) Creates a newObservedModuleTypefor the givenApplicationModules,ObservedModuleandArchitecturallyEvidentType.