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 class
PlexusBeanMetadata
backed by list ofComponentRequirement
s.final class
RuntimePlexusBeanMetadata
based onBeanProperty
annotations.(package private) final class
ConsumablePlexusBeanMetadata
that usesBeanProperty
names as keys.Fields in org.eclipse.sisu.plexus declared as PlexusBeanMetadataModifier and TypeFieldDescriptionprivate final PlexusBeanMetadata
PlexusAnnotatedBeanModule.PlexusAnnotatedBeanSource.metadata
private final PlexusBeanMetadata
PlexusPropertyBinder.metadata
Fields in org.eclipse.sisu.plexus with type parameters of type PlexusBeanMetadataModifier and TypeFieldDescriptionprivate final Map<String,
PlexusBeanMetadata> PlexusXmlScanner.metadata
private final Map<String,
PlexusBeanMetadata> ComponentDescriptorBeanModule.metadataMap
private Map<String,
PlexusBeanMetadata> ComponentDescriptorBeanModule.PlexusDescriptorBeanSource.metadataMap
private Map<String,
PlexusBeanMetadata> PlexusXmlBeanModule.PlexusXmlBeanSource.metadataMap
Methods 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)