Package 

Class Converter.StringConverter

  • 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 = raw, type = Boolean, defaultValue = false)@ConfigParam(name = format, type = String, defaultValue = yyyy-MM-dd)@ConfigParam(name = locale, type = String | Locale, defaultValue = <default>)@ConfigParam(name = timeZone, type = String | TimeZone, defaultValue = <utc>) 
    public class Converter.StringConverter
    extends AbstractConverter<String> implements ConfigurableConverter<String>