Uses of Record Class
dev.getelements.elements.sdk.record.ElementDependencyRecord
Packages that use ElementDependencyRecord
-
Uses of ElementDependencyRecord in dev.getelements.elements.sdk.record
Methods in dev.getelements.elements.sdk.record that return ElementDependencyRecordModifier and TypeMethodDescriptionstatic ElementDependencyRecord
ElementDependencyRecord.from
(ElementDependency elementDependency) Creates anElementDependencyRecord
from theElementDependency
annotation..Methods in dev.getelements.elements.sdk.record that return types with arguments of type ElementDependencyRecordModifier and TypeMethodDescriptionElementRecord.dependencies()
Returns the value of thedependencies
record component.static Stream
<ElementDependencyRecord> ElementDependencyRecord.fromPackage
(Package aPackage) Gets aStream
ofElementDependencyRecord
instances from theElementDependency
annotation assigned to the suppliedPackage