Package org.eclipse.sisu.plexus
Class PlexusXmlBeanConverter
java.lang.Object
org.eclipse.sisu.plexus.PlexusXmlBeanConverter
- All Implemented Interfaces:
PlexusBeanConverter
PlexusBeanConverter Module that converts Plexus XML configuration into beans.-
Method Summary
-
Method Details
-
convert
Description copied from interface:PlexusBeanConverterConverts the given constant value to a bean of the given type.- Specified by:
convertin interfacePlexusBeanConverter- Parameters:
role- The expected bean typevalue- The constant value- Returns:
- Bean of the given type, based on the given constant value
-