Class DiRegistrations

java.lang.Object
org.ek9lang.compiler.phase5.DiRegistrations

final class DiRegistrations extends Object
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 Details

    • registeredInterfaceFqns

      static Set<String> registeredInterfaceFqns(List<RegistrationData> registrations)
      The fully-qualified interface names of every component registration in the list.