Interface InterfaceMappingStrategy
-
- All Known Implementing Classes:
AbstractInterfaceMappingStrategy,AnnotatedInterfaceStrategy,PackageBasedInterfaceStrategy,SuperTypeBasedInterfaceStrategy
public interface InterfaceMappingStrategy- Author:
- Bojan Tomic (kaqqao)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<AnnotatedType>getInterfaces(AnnotatedType type)booleansupports(AnnotatedType interfase)
-
-
-
Method Detail
-
getInterfaces
Collection<AnnotatedType> getInterfaces(AnnotatedType type)
-
supports
boolean supports(AnnotatedType interfase)
-
-