| Package | Description |
|---|---|
| com.l2fprod.common.util.converter |
| Modifier and Type | Class and Description |
|---|---|
class |
AWTConverters
AWTConverters.
|
class |
BooleanConverter
Converts a boolean to string and vice-versa.
|
class |
NumberConverters
Convert to and from numbers.
|
| Modifier and Type | Method and Description |
|---|---|
Converter |
Registry.getConverter(Class<?> from,
Class<?> to) |
Converter |
ConverterRegistry.getConverter(Class from,
Class to)
Get the desired converter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Registry.addConverter(Class<?> from,
Class<?> to,
Converter converter) |
void |
ConverterRegistry.addConverter(Class from,
Class to,
Converter converter)
Converter calls this method to register conversion path.
|
Copyright © 2016. All rights reserved.