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