Class PlexusAnnotatedBeanModule

    • Constructor Summary

      Constructors 
      Constructor Description
      PlexusAnnotatedBeanModule​(org.eclipse.sisu.space.ClassSpace space, java.util.Map<?,​?> variables)
      Creates a bean source that scans the given class space for Plexus annotations using the given scanner.
      PlexusAnnotatedBeanModule​(org.eclipse.sisu.space.ClassSpace space, java.util.Map<?,​?> variables, org.eclipse.sisu.space.BeanScanning scanning)
      PlexusAnnotatedBeanModule​(org.eclipse.sisu.space.ClassSpace space, java.util.Map<?,​?> variables, org.eclipse.sisu.space.BeanScanning scanning, boolean strictScanning)
      Creates a bean source that scans the given class space for Plexus annotations using the given scanner.
    • Constructor Detail

      • PlexusAnnotatedBeanModule

        public PlexusAnnotatedBeanModule​(org.eclipse.sisu.space.ClassSpace space,
                                         java.util.Map<?,​?> variables)
        Creates a bean source that scans the given class space for Plexus annotations using the given scanner.
        Parameters:
        space - The local class space
        variables - The filter variables
      • PlexusAnnotatedBeanModule

        @Deprecated
        public PlexusAnnotatedBeanModule​(org.eclipse.sisu.space.ClassSpace space,
                                         java.util.Map<?,​?> variables,
                                         org.eclipse.sisu.space.BeanScanning scanning)
        Creates a bean source that scans the given class space for Plexus annotations using the given scanner.
        Parameters:
        space - The local class space
        variables - The filter variables
        scanning - The scanning options
      • PlexusAnnotatedBeanModule

        public PlexusAnnotatedBeanModule​(org.eclipse.sisu.space.ClassSpace space,
                                         java.util.Map<?,​?> variables,
                                         org.eclipse.sisu.space.BeanScanning scanning,
                                         boolean strictScanning)
        Creates a bean source that scans the given class space for Plexus annotations using the given scanner.
        Parameters:
        space - The local class space
        variables - The filter variables
        scanning - The scanning options