Uses of Interface
org.eclipse.sisu.plexus.PlexusBeanMetadata
Packages that use PlexusBeanMetadata
-
Uses of PlexusBeanMetadata in org.eclipse.sisu.plexus
Classes in org.eclipse.sisu.plexus that implement PlexusBeanMetadataModifier and TypeClassDescriptionprivate static final classPlexusBeanMetadatabacked by list ofComponentRequirements.final classRuntimePlexusBeanMetadatabased onBeanPropertyannotations.(package private) final classConsumablePlexusBeanMetadatathat usesBeanPropertynames as keys.Fields in org.eclipse.sisu.plexus declared as PlexusBeanMetadataModifier and TypeFieldDescriptionprivate final PlexusBeanMetadataPlexusAnnotatedBeanModule.PlexusAnnotatedBeanSource.metadataprivate final PlexusBeanMetadataPlexusPropertyBinder.metadataFields in org.eclipse.sisu.plexus with type parameters of type PlexusBeanMetadataModifier and TypeFieldDescriptionprivate final Map<String, PlexusBeanMetadata> PlexusXmlScanner.metadataprivate final Map<String, PlexusBeanMetadata> ComponentDescriptorBeanModule.metadataMapprivate Map<String, PlexusBeanMetadata> ComponentDescriptorBeanModule.PlexusDescriptorBeanSource.metadataMapprivate Map<String, PlexusBeanMetadata> PlexusXmlBeanModule.PlexusXmlBeanSource.metadataMapMethods in org.eclipse.sisu.plexus that return PlexusBeanMetadataModifier and TypeMethodDescriptionComponentDescriptorBeanModule.PlexusDescriptorBeanSource.getBeanMetadata(Class<?> implementation) PlexusAnnotatedBeanModule.PlexusAnnotatedBeanSource.getBeanMetadata(Class<?> implementation) PlexusBeanSource.getBeanMetadata(Class<?> implementation) Returns metadata associated with the given Plexus bean implementation.PlexusXmlBeanModule.PlexusXmlBeanSource.getBeanMetadata(Class<?> implementation) Constructors in org.eclipse.sisu.plexus with parameters of type PlexusBeanMetadataModifierConstructorDescription(package private)PlexusPropertyBinder(BeanManager manager, com.google.inject.spi.TypeEncounter<?> encounter, PlexusBeanMetadata metadata) Constructor parameters in org.eclipse.sisu.plexus with type arguments of type PlexusBeanMetadataModifierConstructorDescription(package private)PlexusDescriptorBeanSource(Map<String, PlexusBeanMetadata> metadataMap) (package private)PlexusXmlBeanSource(Map<String, PlexusBeanMetadata> metadataMap)