| Interface | Description | 
|---|---|
| Converter<T> | 
 The converter interface to convert  
Strings to Objects. | 
| Class | Description | 
|---|---|
| BooleanConverter | 
 A converter for boolean. 
 | 
| CharacterConverter | 
 A converter for character. 
 | 
| ConstructorBasedConverter<T> | 
 This 'default' converter tries to create objects using a constructor taking a single String argument. 
 | 
| Converters | 
 Entry point to the converter system. 
 | 
| FromBasedConverter<T> | 
 This 'default' converter tries to create objects using a static 'from' method taking a single String argument. 
 | 
| FromStringBasedConverter<T> | 
 This 'default' converter tries to create objects using a static 'from' method taking a single String argument. 
 | 
| ValueOfBasedConverter<T> | 
 This 'default' converter tries to create objects using a static 'valueOf' method taking a single String argument. 
 | 
Copyright © 2020 Eclipse. All rights reserved.