public class DefaultFunctionReturnDecoder extends FunctionReturnDecoder
| 构造器和说明 |
|---|
DefaultFunctionReturnDecoder() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends Type> |
decodeEventParameter(String rawInput,
TypeReference<T> typeReference) |
List<Type> |
decodeFunctionResult(String rawInput,
List<TypeReference<Type>> outputParameters) |
static <T extends Type> |
getDataOffset(String input,
int offset,
TypeReference<?> typeReference) |
decode, decodeIndexedValuepublic static <T extends Type> int getDataOffset(String input, int offset, TypeReference<?> typeReference) throws ClassNotFoundException
public <T extends Type> Type decodeEventParameter(String rawInput, TypeReference<T> typeReference)
Copyright © 2025. All rights reserved.