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 ofConverterFactory
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 ofConverterFactory
, handling all standard converters defined incom.vaadin.flow.data.converters
package.