| Package | Description |
|---|---|
| org.bbottema.javareflection.valueconverter |
| Modifier and Type | Method and Description |
|---|---|
List<IncompatibleTypeException> |
IncompatibleTypeException.getCauses() |
| 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.
|
T |
ValueFunction.convertValue(F value) |
T |
ValueFunction.ValueFunctionImpl.convertValue(F value) |
| Constructor and Description |
|---|
IncompatibleTypeException(Object value,
Class<?> fromType,
Class<?> targetType,
List<IncompatibleTypeException> causes) |
Copyright © 2019. All rights reserved.