Interface ProjectViewToExecutionContextEntityMapper<T extends ExecutionContextEntity>
-
- Type Parameters:
T- type of the mapped entity
- All Known Implementing Classes:
InstallationContextJavaPathEntityMapper
public interface ProjectViewToExecutionContextEntityMapper<T extends ExecutionContextEntity>MapsProjectViewintoExecutionContextEntity. It takes entireProjectViewbecause sometimes in order to create oneExecutionContextEntityyou may want to use multipleProjectViewsections.- See Also:
ProjectViewToExecutionContextEntityBaseMapper,ExecutionContextEntity,ProjectView
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vavr.control.Try<T>map(org.jetbrains.bsp.bazel.projectview.model.ProjectView projectView)
-