Package dev.getelements.elements.sdk
package dev.getelements.elements.sdk
-
ClassDescriptionContains attributes which represent contextual information for various types.Represents a single
Attributes.Attribute
.Callback<ResultT>Indicates a Callback type.Represents an instance of an SDK Element, similar to a javaElement
but with more flexibility at the expense of the rigid encapsulation rules.Interface for loading SDK Elements.Used to specify the system defaultElementLoader
.TheElementLoader
factory.A constructor type for aClassLoader
.Used to loadElement
instances from local paths on disk.Represents a registry forElement
instances.Gets a shared instance ofElementRegistry
which can be used to loadElement
instances into the application.Associates a set ofAttributes
with a transient state for theElement
.Builds the specific instances to go into the scope.Represents an open handle for an openElementScope
on the current thread.A set of standard Java Bean properties which will be injected into components as-needed.Defines a bean property.Specifies the type of theElement
, which has largely to do with its loading semantics.Represents an event to be handled byElement
instances.Utility class to buildEvent
instances.Represents a set of mutable attributes.Interfaces for a mutableElementRegistry
.Allows application code to specify a list of permitted packages which will be visible toElement
instances when loaded with theElementType.ISOLATED_CLASSPATH
.Allows application code to specify a list of permitted types which will be visible toElement
instances when loaded with theElementType.ISOLATED_CLASSPATH
.Used to access instances which would otherwise be provided using the javax.getInstance annotations javax.injext.Inject and javax.injext.Named.Returned from the various subscribe calls.