Uses of Record Class
dev.getelements.elements.sdk.record.ElementDefinitionRecord
Packages that use ElementDefinitionRecord
Package
Description
-
Uses of ElementDefinitionRecord in dev.getelements.elements.sdk
Method parameters in dev.getelements.elements.sdk with type arguments of type ElementDefinitionRecordModifier and TypeMethodDescriptionElementLoaderFactory.getIsolatedLoader(Attributes attributes, ClassLoader baseClassLoader, ElementLoaderFactory.ClassLoaderConstructor classLoaderCtor, Predicate<ElementDefinitionRecord> selector) Scans the classpath, using the suppliedClassLoader, forElementinstances. -
Uses of ElementDefinitionRecord in dev.getelements.elements.sdk.record
Methods in dev.getelements.elements.sdk.record that return ElementDefinitionRecordModifier and TypeMethodDescriptionElementRecord.definition()Returns the value of thedefinitionrecord component.static ElementDefinitionRecordElementDefinitionRecord.fromPackage(Package aPackage) Gets aElementDefinitionRecordfrom aPackageConstructors in dev.getelements.elements.sdk.record with parameters of type ElementDefinitionRecordModifierConstructorDescriptionElementRecord(ElementType type, ElementDefinitionRecord definition, List<ElementServiceRecord> services, List<ElementEventProducerRecord> producedEvents, List<ElementEventConsumerRecord<?>> consumedEvents, Attributes attributes, List<ElementDefaultAttributeRecord> defaultAttributes, ClassLoader classLoader) Creates an instance of aElementRecordrecord class. -
Uses of ElementDefinitionRecord in dev.getelements.elements.sdk.spi
Method parameters in dev.getelements.elements.sdk.spi with type arguments of type ElementDefinitionRecordModifier and TypeMethodDescriptionDefaultElementLoaderFactory.getIsolatedLoader(Attributes attributes, ClassLoader baseClassLoader, ElementLoaderFactory.ClassLoaderConstructor classLoaderCtor, Predicate<ElementDefinitionRecord> selector)