T
public abstract class ResultListAdapter<T> extends XmlAdapter<Result<ArrayItem<T>>,Result<List<T>>>
protected Class<T>
type
protected
ResultListAdapter()
Result<ArrayItem<T>>
marshal(Result<List<T>> v)
Result<List<T>>
unmarshal(Result<ArrayItem<T>> v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final Class<T> type
protected ResultListAdapter()
public Result<List<T>> unmarshal(Result<ArrayItem<T>> v)
unmarshal
XmlAdapter<Result<ArrayItem<T>>,Result<List<T>>>
public Result<ArrayItem<T>> marshal(Result<List<T>> v)
marshal
Copyright © 2023. All rights reserved.