public interface InterfaceCapable
JavaType that may implement one or more interfaces.| Modifier and Type | Method and Description |
|---|---|
List<String> |
getInterfaces() |
boolean |
hasInterface(Class<?> type) |
boolean |
hasInterface(JavaInterface<?> type) |
boolean |
hasInterface(String type) |
boolean hasInterface(String type)
boolean hasInterface(Class<?> type)
boolean hasInterface(JavaInterface<?> type)
Copyright © 2015 JBoss by Red Hat. All rights reserved.