Uses of Interface
org.eclipse.sisu.plexus.PlexusBeanSource
-
Packages that use PlexusBeanSource Package Description org.eclipse.sisu.plexus Sisu-Plexus backend implementation. -
-
Uses of PlexusBeanSource in org.eclipse.sisu.plexus
Classes in org.eclipse.sisu.plexus that implement PlexusBeanSource Modifier and Type Class Description private static classComponentDescriptorBeanModule.PlexusDescriptorBeanSourcePlexusBeanSourcebacked by simple map ofPlexusBeanMetadata.private static classPlexusAnnotatedBeanModule.PlexusAnnotatedBeanSourcePlexusBeanSourcebacked by runtime annotation metadata.private static classPlexusXmlBeanModule.PlexusXmlBeanSourcePlexusBeanSourcebacked by consumable XML metadata.Fields in org.eclipse.sisu.plexus declared as PlexusBeanSource Modifier and Type Field Description private PlexusBeanSourcePlexusAnnotatedBeanModule. beanSourceprivate PlexusBeanSource[]PlexusBeanBinder. sourcesMethods in org.eclipse.sisu.plexus that return PlexusBeanSource Modifier and Type Method Description PlexusBeanSourceComponentDescriptorBeanModule. configure(com.google.inject.Binder binder)PlexusBeanSourcePlexusAnnotatedBeanModule. configure(com.google.inject.Binder binder)PlexusBeanSourcePlexusBeanModule. configure(com.google.inject.Binder binder)Contributes bindings and returns any associatedPlexusBeanSourcemetadata.PlexusBeanSourcePlexusXmlBeanModule. configure(com.google.inject.Binder binder)Constructor parameters in org.eclipse.sisu.plexus with type arguments of type PlexusBeanSource Constructor Description PlexusBeanBinder(BeanManager manager, java.util.List<PlexusBeanSource> sources)
-