类 ConvertValueHandler<T>
java.lang.Object
cool.scx.config.handler_impl.ConvertValueHandler<T>
- 类型参数:
T- a
- 所有已实现的接口:
ScxConfigValueHandler<T>
a
- 版本:
- 0.0.1
- 作者:
- scx567888
-
方法概要
修饰符和类型方法说明handle.static <H> ConvertValueHandler<H>of(com.fasterxml.jackson.core.type.TypeReference<H> tTypeReference) of.static <H> ConvertValueHandler<H>of.
-
方法详细资料
-
of
of.
- 类型参数:
H- a H class- 参数:
tClass- aClassobject- 返回:
- a
ConvertValueHandlerobject
-
of
public static <H> ConvertValueHandler<H> of(com.fasterxml.jackson.core.type.TypeReference<H> tTypeReference) of.
- 类型参数:
H- a H class- 参数:
tTypeReference- aTypeReferenceobject- 返回:
- a
ConvertValueHandlerobject
-
handle
handle.
- 指定者:
handle在接口中ScxConfigValueHandler<T>- 参数:
keyPath- aStringobjectrawValue- aObjectobject- 返回:
- a T object
-