Class Attributes
Functions
Link copied to clipboard
fun <T : Any, S : ISettingsHolder> ISetting<T, S>.forGenerator(generator: IGenerator): ISetting<T, S>
Creates new setting, specialized for generator. In case we have two generator instances with same type for one model (e.g. com.jetbrains.rd.generator.nova.csharp.CSharp50Generator.FlowTransformProperty which is different for client and server) you need to distinguish this settings for different generation processes (e.g. client and server).