Uses of Class
org.springframework.modulith.core.NamedInterfaces
Packages that use NamedInterfaces
Package
Description
Core, internal abstractions of Spring Modulith.
-
Uses of NamedInterfaces in org.springframework.modulith.core
Fields in org.springframework.modulith.core declared as NamedInterfacesMethods in org.springframework.modulith.core that return NamedInterfacesModifier and TypeMethodDescription(package private) NamedInterfaces
NamedInterfaces.and
(Iterable<NamedInterface> others) Creates a newNamedInterfaces
instance with the givenNamedInterface
s added.(package private) static NamedInterfaces
NamedInterfaces.discoverNamedInterfaces
(JavaPackage basePackage) Discovers allNamedInterfaces
declared for the givenJavaPackage
.ApplicationModule.getNamedInterfaces()
Returns allNamedInterfaces
exposed by the module.(package private) static NamedInterfaces
NamedInterfaces.of
(List<NamedInterface> interfaces) Creates a newNamedInterfaces
for the givenNamedInterface
s.(package private) static NamedInterfaces
NamedInterfaces.ofAnnotatedPackages
(JavaPackage basePackage) Creates a newNamedInterfaces
for the given baseJavaPackage
.