Uses of Enum Class
io.activej.inject.binding.BindingType
Packages that use BindingType
-
Uses of BindingType in io.activej.inject.binding
Methods in io.activej.inject.binding that return BindingTypeModifier and TypeMethodDescriptionBinding.getType()static BindingTypeReturns the enum constant of this class with the specified name.static BindingType[]BindingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.activej.inject.binding with parameters of type BindingTypeConstructors in io.activej.inject.binding with parameters of type BindingTypeModifierConstructorDescriptionprotectedBinding(Set<Key<?>> dependencies, BindingType type, @Nullable LocationInfo location) -
Uses of BindingType in io.activej.inject.module
Methods in io.activej.inject.module with parameters of type BindingTypeModifier and TypeMethodDescriptionModuleBuilder1.as(BindingType type) ModuleBuilderImpl.as(BindingType type)