public class ListUnmarshaller<T> extends Object implements Unmarshaller<List<T>,RpcV2CborUnmarshallerContext>
| Constructor and Description |
|---|
ListUnmarshaller(Unmarshaller<T,RpcV2CborUnmarshallerContext> itemUnmarshaller) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
unmarshall(RpcV2CborUnmarshallerContext context)
Unmarshalls the response headers or the json doc in the payload to the
list
|
public ListUnmarshaller(Unmarshaller<T,RpcV2CborUnmarshallerContext> itemUnmarshaller)
public List<T> unmarshall(RpcV2CborUnmarshallerContext context) throws Exception
unmarshall in interface Unmarshaller<List<T>,RpcV2CborUnmarshallerContext>ExceptionCopyright © 2025. All rights reserved.