Uses of Interface
com.vaadin.flow.data.converter.ConverterFactory
-
Packages that use ConverterFactory Package Description com.vaadin.flow.data.binder com.vaadin.flow.data.converter -
-
Uses of ConverterFactory in com.vaadin.flow.data.binder
Methods in com.vaadin.flow.data.binder that return ConverterFactory Modifier and Type Method Description protected 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 ConverterFactory Modifier and Type Class Description classDefaultConverterFactoryDefault implementation ofConverterFactory, handling all standard converters defined incom.vaadin.flow.data.converterspackage.
-