public interface TypeConverter extends Serializable
Modifier and Type | Field and Description |
---|---|
static TypeConverter |
DEFAULT
Default conversions as from JSR245.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
convert(Object value,
Class<T> type)
Convert the given input value to the specified target type.
|
static final TypeConverter DEFAULT
Copyright © 2006–2017 Odysseus Software GmbH. All rights reserved.