public class Converters extends Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
Converters.Converter |
| Modifier and Type | Field and Description |
|---|---|
private static Map<String,Method> |
CONVERTERS |
private static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
Converters() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
convert(String from,
Class<T> to)
Convert value to class type value.
|
Copyright © 2013–2014 Wisdom Framework. All rights reserved.