Uses of Interface
org.scijava.types.extract.TypeExtractor
-
Packages that use TypeExtractor Package Description org.scijava.types.extract -
-
Uses of TypeExtractor in org.scijava.types.extract
Classes in org.scijava.types.extract that implement TypeExtractor Modifier and Type Class Description classIterableTypeExtractorTypeExtractorplugin which operates onIterableobjects.classMapTypeExtractorTypeExtractorplugin which operates onMapobjects.classSubTypeExtractor<T>A partialTypeExtractorimplementation that specializes in recovering subTypes based on a defined superType.Methods in org.scijava.types.extract that return types with arguments of type TypeExtractor Modifier and Type Method Description Optional<TypeExtractor>DefaultTypeReifier. getExtractor(Class<?> c)Optional<TypeExtractor>TypeReifier. getExtractor(Class<?> c)Gets the type extractor which handles the given class, or null if none.
-