Uses of Class
org.apache.sling.caconfig.spi.metadata.PropertyMetadata
Packages that use PropertyMetadata
Package
Description
Management API of the Context-Aware configuration implementation.
Defining configuration and parameter metadata for the SPI.
-
Uses of PropertyMetadata in org.apache.sling.caconfig.management
Methods in org.apache.sling.caconfig.management that return PropertyMetadataModifier and TypeMethodDescription@Nullable PropertyMetadata<T>
ValueInfo.getPropertyMetadata()
Property metadata. -
Uses of PropertyMetadata in org.apache.sling.caconfig.spi.metadata
Methods in org.apache.sling.caconfig.spi.metadata that return PropertyMetadataModifier and TypeMethodDescriptionPropertyMetadata.configurationMetadata
(ConfigurationMetadata configurationMetadata) PropertyMetadata.defaultValue
(T value) PropertyMetadata.order
(int value) Methods in org.apache.sling.caconfig.spi.metadata that return types with arguments of type PropertyMetadataConstructor parameters in org.apache.sling.caconfig.spi.metadata with type arguments of type PropertyMetadataModifierConstructorDescriptionConfigurationMetadata
(@NotNull String name, Collection<PropertyMetadata<?>> propertyMetadata, boolean collection)