Uses of Class
org.jetbrains.bsp.bazel.installationcontext.entities.InstallationContextDebuggerAddressEntity
-
Packages that use InstallationContextDebuggerAddressEntity Package Description org.jetbrains.bsp.bazel.installationcontext org.jetbrains.bsp.bazel.installationcontext.entities.mappers -
-
Uses of InstallationContextDebuggerAddressEntity in org.jetbrains.bsp.bazel.installationcontext
Methods in org.jetbrains.bsp.bazel.installationcontext that return types with arguments of type InstallationContextDebuggerAddressEntity Modifier and Type Method Description io.vavr.control.Option<InstallationContextDebuggerAddressEntity>InstallationContext. getDebuggerAddress()Method parameters in org.jetbrains.bsp.bazel.installationcontext with type arguments of type InstallationContextDebuggerAddressEntity Modifier and Type Method Description InstallationContext.BuilderInstallationContext.Builder. debuggerAddress(io.vavr.control.Option<InstallationContextDebuggerAddressEntity> debuggerAddress) -
Uses of InstallationContextDebuggerAddressEntity in org.jetbrains.bsp.bazel.installationcontext.entities.mappers
Methods in org.jetbrains.bsp.bazel.installationcontext.entities.mappers that return types with arguments of type InstallationContextDebuggerAddressEntity Modifier and Type Method Description io.vavr.control.Try<io.vavr.control.Option<InstallationContextDebuggerAddressEntity>>InstallationContextDebuggerAddressEntityMapper. map(org.jetbrains.bsp.bazel.projectview.model.ProjectView projectView)
-