Uses of Interface
org.glassfish.hk2.utilities.binding.NamedBindingBuilder
Packages that use NamedBindingBuilder
-
Uses of NamedBindingBuilder in org.glassfish.hk2.utilities.binding
Classes in org.glassfish.hk2.utilities.binding that implement NamedBindingBuilderModifier 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 NamedBindingBuilderModifier and TypeMethodDescriptionCall this if the parameterized type of the implementation class is known.Custom HK2 loader to be used when service class is about to be loaded.Name
the binding.NamedBindingBuilder.proxy
(boolean proxiable) Set proxy flag on the binding.NamedBindingBuilder.qualifiedBy
(Annotation annotation) Add a binging qualifier annotation.Bind a new contract to a service.NamedBindingBuilder.to
(TypeLiteral<?> contract) Bind a new contract to a service.NamedBindingBuilder.withMetadata
(String key, String value) Add binding descriptor metadata.NamedBindingBuilder.withMetadata
(String key, List<String> values) Add binding descriptor metadata.