Uses of Interface
io.smallrye.stork.api.MetadataKey
Packages that use MetadataKey
-
Uses of MetadataKey in io.smallrye.stork.api
Classes in io.smallrye.stork.api with type parameters of type MetadataKeyModifier and TypeClassDescriptionclassMetadata<T extends Enum<T> & MetadataKey>Service Instance metadata.interfaceServiceRegistrar<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>Classes in io.smallrye.stork.api that implement MetadataKeyModifier and TypeClassDescriptionstatic enumThe default metadata key.static enumMethods in io.smallrye.stork.api with type parameters of type MetadataKeyModifier and TypeMethodDescriptionstatic <T extends Enum<T> & MetadataKey>
Metadata<T>Metadata.empty()Returns an immutable, empty set of metadata.static <K extends Enum<K> & MetadataKey>
Metadata<K>Returns an instance ofMetadatacontaining an empty set of values.static <K extends Enum<K> & MetadataKey>
Metadata<K>Returns an instance ofMetadatacontaining metadata values.Methods in io.smallrye.stork.api that return types with arguments of type MetadataKeyModifier and TypeMethodDescriptiondefault Metadata<? extends MetadataKey>ServiceInstance.getMetadata() -
Uses of MetadataKey in io.smallrye.stork.spi
Classes in io.smallrye.stork.spi with type parameters of type MetadataKeyModifier and TypeInterfaceDescriptioninterfaceServiceRegistrarProvider<T,MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey> -
Uses of MetadataKey in io.smallrye.stork.spi.internal
Classes in io.smallrye.stork.spi.internal with type parameters of type MetadataKeyModifier and TypeInterfaceDescriptioninterfaceServiceRegistrarLoader<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>Used by stork internals to generate service loader for ServiceRegistrarProvider.