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 ConverterFactoryBinder.getConverterFactory()Gets an instance ofConverterFactorythat 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 TypeClassDescriptionenumDefault implementation ofConverterFactory, handling all standard converters defined incom.vaadin.flow.data.converterspackage.