public class Utils extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<org.web3j.abi.TypeReference<org.web3j.abi.datatypes.Type>> |
convert(List<org.web3j.abi.TypeReference<?>> input) |
static <T,R extends org.web3j.abi.datatypes.Type<T>,E extends org.web3j.abi.datatypes.Type<T>> |
typeMap(List<List<T>> input,
Class<E> outerDestType,
Class<R> innerType) |
static <T,R extends org.web3j.abi.datatypes.Type<T>> |
typeMap(List<T> input,
Class<R> destType) |
public static List<org.web3j.abi.TypeReference<org.web3j.abi.datatypes.Type>> convert(List<org.web3j.abi.TypeReference<?>> input)
public static <T,R extends org.web3j.abi.datatypes.Type<T>,E extends org.web3j.abi.datatypes.Type<T>> List<E> typeMap(List<List<T>> input, Class<E> outerDestType, Class<R> innerType)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.