Uses of Interface
org.glassfish.hk2.utilities.binding.ScopedNamedBindingBuilder
Packages that use ScopedNamedBindingBuilder
-
Uses of ScopedNamedBindingBuilder in org.glassfish.hk2.utilities.binding
Methods in org.glassfish.hk2.utilities.binding that return ScopedNamedBindingBuilderModifier and TypeMethodDescriptionScopedNamedBindingBuilder.analyzeWith(String analyzer) Set the name of theClassAnalyzeron 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.Namethe 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.