Package 

Class Converters.StringConverter

  • All Implemented Interfaces:
    icu.windea.breezeframework.core.component.Component , icu.windea.breezeframework.core.component.Converter

    @ComponentParam(name = "raw", type = "Boolean", defaultValue = "false")@ComponentParam(name = "format", type = "String", defaultValue = "yyyy-MM-dd")@ComponentParam(name = "dateFormat", type = "String", defaultValue = "yyyy-MM-dd")@ComponentParam(name = "timeFormat", type = "String", defaultValue = "HH:mm:ss")@ComponentParam(name = "dateTimeFormat", type = "String", defaultValue = "yyyy-MM-dd HH:mm:ss")@ComponentParam(name = "locale", type = "String | Locale", defaultValue = "<default>")@ComponentParam(name = "timeZone", type = "String | TimeZone", defaultValue = "<utc>") 
    public class Converters.StringConverter
    extends AbstractConverter<String>