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