-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.Converter,icu.windea.breezeframework.core.component.TypedComponent
public class Converter.TimeZoneConverter extends AbstractConverter<TimeZone>
-
-
Field Summary
Fields Modifier and Type Field Description private final Class<TimeZone>targetTypepublic final static Converter.TimeZoneConverterINSTANCE
-
Method Summary
Modifier and Type Method Description TimeZoneconvert(Object value)将指定的对象转化为另一个类型。如果转化失败,则抛出异常。 TimeZoneconvertOrNull(Object value)将指定的对象转化为另一个类型。如果转化失败,则返回null。 Class<TimeZone>getTargetType()目标类型。 -
-
Method Detail
-
convertOrNull
TimeZone convertOrNull(Object value)
将指定的对象转化为另一个类型。如果转化失败,则返回null。
-
getTargetType
Class<TimeZone> getTargetType()
目标类型。
-
-
-
-