| org.eclipse.sisu.plexus.PlexusBeanConverter | 
    
|  Known Indirect Subclasses | 
Class Overview
Service that converts values into various beans by following Plexus configuration rules.
 
Summary
| Public Methods | 
|---|
	 
    
        | abstract
            
            
            
            <T>
            T | convert(TypeLiteral<T> role, String value) Converts the given constant value to a bean of the given type. | 
 
Public Methods
 
    
      
        public 
         
         
        abstract 
         
        T
      
      convert
      (TypeLiteral<T> role, String value)
    
      
    
      
  Converts the given constant value to a bean of the given type.
      Parameters
      
        
          | role | The expected bean type | 
        
          | value | The constant value | 
      
   
  
      Returns
      - Bean of the given type, based on the given constant value