We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.flow.data.converter.ConverterFactory
Packages that use ConverterFactory
-
Uses of ConverterFactory in com.vaadin.flow.data.binder
Methods in com.vaadin.flow.data.binder that return ConverterFactoryModifier and TypeMethodDescriptionprotected ConverterFactory
Binder.getConverterFactory()
Gets an instance of
ConverterFactory
that can be used to detect a suitable converter for bindings when presentation and model types are not compatible and a converter has not been explicitly configured. -
Uses of ConverterFactory in com.vaadin.flow.data.converter
Classes in com.vaadin.flow.data.converter that implement ConverterFactoryModifier and TypeClassDescriptionenum
Default implementation of
ConverterFactory
, handling all standard converters defined incom.vaadin.flow.data.converters
package.