- java.lang.Object
-
- org.scijava.types.extract.SubTypeExtractor<LabelingMapping<?>>
-
- org.scijava.ops.image.types.LabelingMappingTypeExtractor
-
- All Implemented Interfaces:
Comparable<TypeExtractor>,Prioritized<TypeExtractor>,TypeExtractor
public class LabelingMappingTypeExtractor extends SubTypeExtractor<LabelingMapping<?>>
TypeExtractorplugin which operates onIterableobjects.For performance reasons, we examine only the first element of the iteration, which may be a more specific type than later elements. Hence the generic type given by this extraction may be overly constrained.
- Author:
- Curtis Rueden
-
-
Constructor Summary
Constructors Constructor Description LabelingMappingTypeExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>baseClass()protected Type[]getTypeParameters(TypeReifier r, LabelingMapping<?> object)-
Methods inherited from class org.scijava.types.extract.SubTypeExtractor
reify
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.scijava.priority.Prioritized
compareTo
-
Methods inherited from interface org.scijava.types.extract.TypeExtractor
priority
-
-
-
-
Method Detail
-
baseClass
public Class<?> baseClass()
-
getTypeParameters
protected Type[] getTypeParameters(TypeReifier r, LabelingMapping<?> object)
- Specified by:
getTypeParametersin classSubTypeExtractor<LabelingMapping<?>>
-
-