接口 ImmutableConverter<T,Static>
public interface ImmutableConverter<T,Static>
-
嵌套类概要
嵌套类修饰符和类型接口说明static interfaceOnly for java, kotlin developers should use `newImmutableConverter`static interfacestatic interface -
方法概要
修饰符和类型方法说明static <T,Static> ImmutableConverter.Builder<T, Static> static <T,Static> ImmutableConverter.Builder<T, Static> forMethods(Class<T> immutableType, Class<Static> staticType) Only for java, kotlin developers should use `newImmutableConverter`
-
方法详细资料
-
convert
-
forMethods
static <T,Static> ImmutableConverter.Builder<T,Static> forMethods(Class<T> immutableType, Class<Static> staticType) Only for java, kotlin developers should use `newImmutableConverter`- 类型参数:
T-Static-
-
forFields
static <T,Static> ImmutableConverter.Builder<T,Static> forFields(Class<T> immutableType, Class<Static> staticType)
-