接口 ImmutableConverter<T,Static>


public interface ImmutableConverter<T,Static>
  • 方法详细资料

    • convert

      @NotNull T convert(Static staticObj)
    • 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)