public class CompatibleTypeUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Object |
compatibleTypeConvert(Object value,
Class<?> type)
Compatible type convert.
|
public static Object compatibleTypeConvert(Object value, Class<?> type)
Supported compatible type conversions include (primary types and corresponding wrappers are not listed):
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.