Uses of Class
com.vaadin.copilot.kotlinrewriter.KotlinFileSourceProvider
Packages that use KotlinFileSourceProvider
-
Uses of KotlinFileSourceProvider in com.vaadin.copilot
Methods in com.vaadin.copilot that return KotlinFileSourceProviderModifier and TypeMethodDescriptionSourceProviders.kotlin()The Kotlin sources for this operation, created on first use. -
Uses of KotlinFileSourceProvider in com.vaadin.copilot.kotlinrewriter
Constructors in com.vaadin.copilot.kotlinrewriter with parameters of type KotlinFileSourceProviderModifierConstructorDescriptionKotlinComponentResolver(KotlinFileSourceProvider sources, Function<com.vaadin.flow.component.Component, List<ComponentTypeAndSourceLocation>> siblings) KotlinPropertyEditor(KotlinFileSourceProvider sources, Function<com.vaadin.flow.component.Component, List<ComponentTypeAndSourceLocation>> siblings)