public abstract class AbstractInterfaceMappingStrategy extends Object implements InterfaceMappingStrategy
| Constructor and Description |
|---|
AbstractInterfaceMappingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Collection<AnnotatedType> |
getInterfaces(AnnotatedType type) |
boolean |
supports(AnnotatedType type) |
protected abstract boolean |
supportsInterface(AnnotatedType inter) |
public boolean supports(AnnotatedType type)
supports in interface InterfaceMappingStrategyprotected abstract boolean supportsInterface(AnnotatedType inter)
public Collection<AnnotatedType> getInterfaces(AnnotatedType type)
getInterfaces in interface InterfaceMappingStrategyCopyright © 2016–2017. All rights reserved.