Package dev.getelements.elements.sdk
Interface ElementStandardBeanProperties
- All Known Subinterfaces:
ElementLoader
- All Known Implementing Classes:
DefaultSharedElementLoader
,ElementLoader.Default
,ElementReflectionUtils
,GuiceElementLoader
public interface ElementStandardBeanProperties
A set of standard Java Bean properties which will be injected into components as-needed.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
Defines a bean property. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
TheElementDefinitionRecord
bean property.static final String
TheElementRecord
bean property.static final String
TheElementRegistry
bean property.static final String
TheElementRecord
bean property.
-
Field Details
-
ELEMENT_RECORD
TheElementRecord
bean property.- See Also:
-
ELEMENT_DEFINITION_RECORD
TheElementDefinitionRecord
bean property.- See Also:
-
SERVICE_LOCATOR
TheElementRecord
bean property.- See Also:
-
ELEMENT_REGISTRY
TheElementRegistry
bean property.- See Also:
-
ELEMENT_RECORD_PROPERTY
static final ElementStandardBeanProperties.StandardBeanProperty<ElementRecord> ELEMENT_RECORD_PROPERTY -
ELEMENT_DEFINITION_RECORD_PROPERTY
static final ElementStandardBeanProperties.StandardBeanProperty<ElementDefinitionRecord> ELEMENT_DEFINITION_RECORD_PROPERTY -
SERVICE_LOCATOR_PROPERTY
static final ElementStandardBeanProperties.StandardBeanProperty<ServiceLocator> SERVICE_LOCATOR_PROPERTY -
ELEMENT_REGISTRY_PROPERTY
static final ElementStandardBeanProperties.StandardBeanProperty<ElementRegistry> ELEMENT_REGISTRY_PROPERTY
-