Uses of Interface
org.scijava.types.extract.TypeReifier
-
Packages that use TypeReifier Package Description org.scijava.types.extract -
-
Uses of TypeReifier in org.scijava.types.extract
Classes in org.scijava.types.extract that implement TypeReifier Modifier and Type Class Description classDefaultTypeReifierMethods in org.scijava.types.extract with parameters of type TypeReifier Modifier and Type Method Description protected Type[]IterableTypeExtractor. getTypeParameters(TypeReifier r, Iterable<?> object)protected Type[]MapTypeExtractor. getTypeParameters(TypeReifier r, Map<?,?> object)protected abstract Type[]SubTypeExtractor. getTypeParameters(TypeReifier r, T object)Returns aTypearray, where theithTypein the array is theith type parameter of theClassreturned byTypeExtractor.baseClass().TypeSubTypeExtractor. reify(TypeReifier r, Object object)TypeTypeExtractor. reify(TypeReifier r, Object object)
-