| Package | Description |
|---|---|
| org.bbottema.javareflection.valueconverter |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull Object[] |
ValueConversionHelper.convert(Object[] args,
Class<?>[] targetTypes,
boolean useOriginalValueWhenIncompatible)
Converts a list of values to their converted form, as indicated by the specified targetTypes.
|
static <T> T |
ValueConversionHelper.convert(@Nullable Object fromValue,
Class<T> targetType)
Converts a single value into a target output datatype.
|
Copyright © 2018. All rights reserved.