类 ConvertValueHandler<T>
java.lang.Object
cool.scx.config.handler.ConvertValueHandler<T>
- 所有已实现的接口:
ScxConfigValueHandler<T>
-
方法概要
修饰符和类型方法说明static <H> ConvertValueHandler<H> of(com.fasterxml.jackson.core.type.TypeReference<H> tTypeReference) static <H> ConvertValueHandler<H>
-
方法详细资料
-
of
-
of
public static <H> ConvertValueHandler<H> of(com.fasterxml.jackson.core.type.TypeReference<H> tTypeReference) -
handle
- 指定者:
handle在接口中ScxConfigValueHandler<T>
-