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