Uses of Interface
org.glassfish.hk2.utilities.binding.ScopedBindingBuilder
Packages that use ScopedBindingBuilder
-
Uses of ScopedBindingBuilder in org.glassfish.hk2.utilities.binding
Classes in org.glassfish.hk2.utilities.binding that implement ScopedBindingBuilderModifier 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 ScopedBindingBuilderModifier and TypeMethodDescriptionScopedBindingBuilder.analyzeWith
(String analyzer) Set the name of theClassAnalyzer
on the binding.<T> ScopedBindingBuilder
<T> AbstractBinder.bind
(T service) Start building a new instance-based service binding.ServiceBindingBuilder.in
(Annotation scopeAnnotation) Scope a binding.ServiceBindingBuilder.in
(Class<? extends Annotation> scopeAnnotation) Scope a binding.Custom HK2 loader to be used when service class is about to be loaded.static <T> ScopedBindingBuilder
<T> BindingBuilderFactory.newBinder
(T service) Get a new instance-based service binding builder.ScopedBindingBuilder.proxy
(boolean proxiable) Set proxy flag on the binding.ScopedBindingBuilder.proxyForSameScope
(boolean proxyForSameScope) Set proxyForSameScope flag on the bindingScopedBindingBuilder.qualifiedBy
(Annotation annotation) Add a binging qualifier annotation.Bind a new contract to a service.ScopedBindingBuilder.to
(TypeLiteral<?> contract) Bind a new contract to a service.ScopedBindingBuilder.withMetadata
(String key, String value) Add binding descriptor metadata.ScopedBindingBuilder.withMetadata
(String key, List<String> values) Add binding descriptor metadata.