classImplementing

public static TypeMatcher classImplementing(Class<? extends Object> iface)

Creates a type matcher which matches the type if it is a class (i.e. not an interface) implementing the given interface.