adapter library

Classes

ListAdapter<E>
A TypeAdapter that adapts a raw Object into a strongly typed List of type E.
MapAdapter<K, V>
A TypeAdapter that adapts a raw Object into a strongly typed Map of type K, V.
SetAdapter<E>
A TypeAdapter that adapts a raw Object into a strongly typed Set of type E.
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.