| Package | Description |
|---|---|
| eu.simuline.util |
Utility classes: very inhomogeneous.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
Caster.Trivial
This is a trivial caster.
|
| Modifier and Type | Field and Description |
|---|---|
static Caster |
Caster.ASSIGNEMENT_COMPATIBLE
A trivial caster for which compatibility
is assignment compatibility.
|
static Caster |
Caster.BASIC_TYPES
A trivial caster for which compatibility
is assignment compatibility
up to wrapping and unwrapping of primitive types.
|
static Caster |
Caster.STRICT
A trivial caster for which compatibility
is equality of classes.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
ArraysExt.recAsList(Object source,
Class<?> cls,
Caster caster)
Converts
source
which is typically an array,
recursively into an nested List
with the given atomic entry type using the specified caster. |
static Object |
CollectionsExt.recToArray(Object source,
Class<?> cls,
Caster caster)
Converts
source
which is typically a Collection,
recursively into an array with the given type
using the specified caster
for the elementary objects in source. |
Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.