com.vaadin.flow.server.webcomponent.
Package com.vaadin.flow.server.webcomponent
-
ClassDescription
For internal use only.
PropertyData<P extends Serializable>Value object containing information of a web component's property field.
UnsupportedPropertyTypeException
is throw whenWebComponentExporter
tries to register a property encasing an unsupported value type.WebComponentBinding<C extends Component>Represents a single instance of a exported web component instance embedded onto a host page.
Registry for storing available web component configuration implementations.
Retrieves web component tag from a
WebComponentExporterFactory
object.Internal utility methods for
WebComponentExporter
andWebComponentExporterFactory
classes.Generates a client-side web component from a Java class.
Writes web components generated from
WebComponentExporter
implementation classes to a target directory.Enables the usage of given
WebComponentModulesWriter
class via reflection.