-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.Converter
public class Converters.StringConverter.Default extends Converters.StringConverter
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanrawprivate final Stringformatprivate final StringdateFormatprivate final StringtimeFormatprivate final StringdateTimeFormatprivate final Localelocaleprivate final TimeZonetimeZoneprivate final Map<String, Object>componentParamsprivate final Class<String>targetTypeprivate final StringcomponentIdpublic final static Converters.StringConverter.DefaultINSTANCE
-
Method Summary
Modifier and Type Method Description final BooleangetRaw()final StringgetFormat()final StringgetDateFormat()final StringgetTimeFormat()final StringgetDateTimeFormat()final LocalegetLocale()final TimeZonegetTimeZone()final Map<String, Object>getComponentParams()组件参数。组件参数默认会向下传递。Component parameters. Class<String>getTargetType()StringgetComponentId()-
Methods inherited from class icu.windea.breezeframework.core.component.Converters.StringConverter.Default
componentCopy, convert -
Methods inherited from class icu.windea.breezeframework.core.component.Converters.StringConverter
equals, hashCode, toString -
Methods inherited from class icu.windea.breezeframework.core.component.AbstractConverter
convertOrNull -
Methods inherited from class icu.windea.breezeframework.core.component.Converter
componentEquals, componentHashcode, componentToString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDateFormat
final String getDateFormat()
-
getTimeFormat
final String getTimeFormat()
-
getDateTimeFormat
final String getDateTimeFormat()
-
getTimeZone
final TimeZone getTimeZone()
-
getComponentParams
final Map<String, Object> getComponentParams()
组件参数。组件参数默认会向下传递。
Component parameters. By default, component parameters will pass down.
-
getTargetType
Class<String> getTargetType()
-
getComponentId
String getComponentId()
-
-
-
-