adapter library
Classes
-
ListAdapter<
E> -
A
TypeAdapter
that adapts a raw Object into a strongly typed List of typeE
. -
MapAdapter<
K, V> -
A
TypeAdapter
that adapts a raw Object into a strongly typed Map of typeK, V
. -
SetAdapter<
E> -
A
TypeAdapter
that adapts a raw Object into a strongly typed Set of typeE
. -
TypeAdapter<
T> - A Jetleaf-specific adapter that lifts generic conversion results into strongly-typed values.
Extensions
- TypeAdapterExtension on Object?
-
Extension methods that simplify adapting
Object?
values into strongly typed collections or custom types using Jetleaf's TypeAdapter system.