Class LocalDateToStringConverter

    • Constructor Detail

      • LocalDateToStringConverter

        public LocalDateToStringConverter()
    • Method Detail

      • convertToModel

        public com.vaadin.flow.data.binder.Result<LocalDate> convertToModel​(String value,
                                                                            com.vaadin.flow.data.binder.ValueContext context)
        Specified by:
        convertToModel in interface com.vaadin.flow.data.converter.Converter<String,​LocalDate>
      • convertToPresentation

        public String convertToPresentation​(LocalDate value,
                                            com.vaadin.flow.data.binder.ValueContext context)
        Specified by:
        convertToPresentation in interface com.vaadin.flow.data.converter.Converter<String,​LocalDate>