Class PlexusXmlBeanModule.PlexusXmlBeanSource

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PlexusBeanMetadata getBeanMetadata​(java.lang.Class<?> implementation)
      Returns metadata associated with the given Plexus bean implementation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • PlexusXmlBeanSource

        PlexusXmlBeanSource​(java.util.Map<java.lang.String,​PlexusBeanMetadata> metadataMap)
    • Method Detail

      • getBeanMetadata

        public PlexusBeanMetadata getBeanMetadata​(java.lang.Class<?> implementation)
        Description copied from interface: PlexusBeanSource
        Returns metadata associated with the given Plexus bean implementation.
        Specified by:
        getBeanMetadata in interface PlexusBeanSource
        Parameters:
        implementation - The bean implementation
        Returns:
        Metadata associated with the given bean