Uses of Class
tech.guilhermekaua.spigotboot.core.utils.CollectionTypeUtils.CollectionTypeInfo
Packages that use CollectionTypeUtils.CollectionTypeInfo
-
Uses of CollectionTypeUtils.CollectionTypeInfo in tech.guilhermekaua.spigotboot.core.utils
Methods in tech.guilhermekaua.spigotboot.core.utils that return CollectionTypeUtils.CollectionTypeInfoModifier and TypeMethodDescriptionstatic @Nullable CollectionTypeUtils.CollectionTypeInfoCollectionTypeUtils.extractCollectionTypeInfo(@NotNull Type type) Extracts collection type information from aType, identifying both the collection class and its element type.