Module org.scijava.types
Package org.scijava.types.extract
-
Interface Summary Interface Description TypeExtractor A plugin for extracting genericTypefrom instances at runtime.TypeReifier -
Class Summary Class Description DefaultTypeReifier IterableTypeExtractor TypeExtractorplugin which operates onIterableobjects.MapTypeExtractor TypeExtractorplugin which operates onMapobjects.SubTypeExtractor<T> A partialTypeExtractorimplementation that specializes in recovering subTypes based on a defined superType.