public interface InterfaceModel extends ExtensibleType<InterfaceModel>
Modifier and Type | Method and Description |
---|---|
Collection<ClassModel> |
allImplementations()
Returns an unmodifiable collection of all classes implementing this
interface.
|
Collection<ClassModel> |
implementations()
Returns an unmodifiable collection of classes directly implementing
this interface
|
allSubTypes, getInterfaces, getParameterizedInterfaces, getParent, getStaticFields, subTypes
getDefiningURIs, getMethods, getReferences, wasDefinedIn
getAnnotation, getAnnotations, getName, shortDesc
Collection<ClassModel> allImplementations()
Collection<ClassModel> implementations()
Copyright © 2009–2023 Oracle Corporation. All rights reserved.