public abstract class DefaultSuperTypeResolverStrategy extends Object implements SuperTypeResolverStrategy
| Constructor and Description |
|---|
DefaultSuperTypeResolverStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Type<?> type) |
abstract boolean |
isAcceptable(Type<?> type) |
boolean |
shouldLookupSuperType(Type<?> type) |
boolean |
shouldPreferClassOverInterface() |
public abstract boolean isAcceptable(Type<?> type)
public boolean accept(Type<?> type)
accept in interface SuperTypeResolverStrategypublic boolean shouldLookupSuperType(Type<?> type)
shouldLookupSuperType in interface SuperTypeResolverStrategypublic boolean shouldPreferClassOverInterface()
shouldPreferClassOverInterface in interface SuperTypeResolverStrategyCopyright © 2017 Glasnost. All Rights Reserved.