Class DiRegistrations
java.lang.Object
org.ek9lang.compiler.phase5.DiRegistrations
Shared helpers over an application's dependency-injection registrations, so the several DI checks
and the DI reporter derive the same view of what is registered rather than each re-spelling the
'filter component registrations, map to interface FQN' stream.
-
Method Summary
Modifier and TypeMethodDescriptionregisteredInterfaceFqns(List<RegistrationData> registrations) The fully-qualified interface names of every component registration in the list.
-
Method Details
-
registeredInterfaceFqns
The fully-qualified interface names of every component registration in the list.
-