Package 

Class Converter.LocalDateTimeConverter

  • All Implemented Interfaces:
    icu.windea.breezeframework.core.component.Component , icu.windea.breezeframework.core.component.ConfigurableComponent , icu.windea.breezeframework.core.component.ConfigurableConverter , icu.windea.breezeframework.core.component.Converter , icu.windea.breezeframework.core.component.TypedComponent , icu.windea.breezeframework.core.model.Configurable

    @ConfigParam(name = format, type = String, defaultValue = yyyy-MM-dd HH:mm:ss)@ConfigParam(name = locale, type = String | Locale, defaultValue = <default>)@ConfigParam(name = timeZone, type = String | TimeZone, defaultValue = <utc>) 
    public class Converter.LocalDateTimeConverter
    extends AbstractConverter<LocalDateTime> implements ConfigurableConverter<LocalDateTime>