Uses of Interface
io.smallrye.stork.api.MetadataKey
-
Packages that use MetadataKey Package Description io.smallrye.stork.api io.smallrye.stork.api.config io.smallrye.stork.spi io.smallrye.stork.spi.internal -
-
Uses of MetadataKey in io.smallrye.stork.api
Classes in io.smallrye.stork.api with type parameters of type MetadataKey Modifier and Type Class Description classMetadata<T extends Enum<T> & MetadataKey>Service Instance metadata.interfaceServiceRegistrar<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>Classes in io.smallrye.stork.api that implement MetadataKey Modifier and Type Class Description static classMetadata.DefaultMetadataKeyThe default metadata key.static classMetadata.NoMetadataKeyMethods in io.smallrye.stork.api with type parameters of type MetadataKey Modifier and Type Method Description static <T extends Enum<T> & MetadataKey>
Metadata<T>Metadata. empty()Returns an immutable, empty set of metadata.static <K extends Enum<K> & MetadataKey>
Metadata<K>Metadata. of(Class<K> key)Returns an instance ofMetadatacontaining an empty set of values.static <K extends Enum<K> & MetadataKey>
Metadata<K>Metadata. of(Class<K> key, Map<K,Object> metadata)Returns an instance ofMetadatacontaining metadata values.Methods in io.smallrye.stork.api that return types with arguments of type MetadataKey Modifier and Type Method Description default Metadata<? extends MetadataKey>ServiceInstance. getMetadata() -
Uses of MetadataKey in io.smallrye.stork.api.config
Methods in io.smallrye.stork.api.config that return types with arguments of type MetadataKey Modifier and Type Method Description Class<? extends MetadataKey>metadataKey() -
Uses of MetadataKey in io.smallrye.stork.spi
Classes in io.smallrye.stork.spi with type parameters of type MetadataKey Modifier and Type Interface Description interfaceServiceRegistrarProvider<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 MetadataKey Modifier and Type Interface Description interfaceServiceRegistrarLoader<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>Used by stork internals to generate service loader for ServiceRegistrarProvider.
-