Interface | Description |
---|---|
Converter<T> |
The converter interface to convert
String s to Object s. |
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 © 2023 Eclipse. All rights reserved.