Uses of Class
tech.guilhermekaua.spigotboot.core.utils.CollectionTypeUtils.MapTypeInfo
Packages that use CollectionTypeUtils.MapTypeInfo
-
Uses of CollectionTypeUtils.MapTypeInfo in tech.guilhermekaua.spigotboot.core.utils
Methods in tech.guilhermekaua.spigotboot.core.utils that return CollectionTypeUtils.MapTypeInfoModifier and TypeMethodDescriptionstatic @Nullable CollectionTypeUtils.MapTypeInfoCollectionTypeUtils.extractMapTypeInfo(@NotNull Type type) Extracts map type information from aType, identifying both the key and value types.