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 recordDefines a bean property. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringTheElementDefinitionRecordbean property.static final StringTheElementRecordbean property.static final StringTheElementRegistrybean property.static final StringTheElementRecordbean property.
-
Field Details
-
ELEMENT_RECORD
TheElementRecordbean property.- See Also:
-
ELEMENT_DEFINITION_RECORD
TheElementDefinitionRecordbean property.- See Also:
-
SERVICE_LOCATOR
TheElementRecordbean property.- See Also:
-
ELEMENT_REGISTRY
TheElementRegistrybean 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
-