Uses of Interface
org.glassfish.hk2.utilities.binding.ScopedNamedBindingBuilder
Packages that use ScopedNamedBindingBuilder
-
Uses of ScopedNamedBindingBuilder in org.glassfish.hk2.utilities.binding
Classes in org.glassfish.hk2.utilities.binding that implement ScopedNamedBindingBuilderModifier and TypeClassDescription(package private) class
Abstract binding builder implementation.private static class
private static class
private static class
private static class
Methods in org.glassfish.hk2.utilities.binding that return ScopedNamedBindingBuilderModifier and TypeMethodDescriptionScopedNamedBindingBuilder.analyzeWith
(String analyzer) Set the name of theClassAnalyzer
on the binding.NamedBindingBuilder.in
(Class<? extends Annotation> scopeAnnotation) Scope a binding.Custom HK2 loader to be used when service class is about to be loaded.Name
the binding.ScopedNamedBindingBuilder.proxy
(boolean proxiable) Set proxy flag on the binding.ScopedNamedBindingBuilder.qualifiedBy
(Annotation annotation) Add a binging qualifier annotation.Bind a new contract to a service.ScopedNamedBindingBuilder.to
(TypeLiteral<?> contract) Bind a new contract to a service.ScopedNamedBindingBuilder.withMetadata
(String key, String value) Add binding descriptor metadata.ScopedNamedBindingBuilder.withMetadata
(String key, List<String> values) Add binding descriptor metadata.