|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.callbackparams.wrap.legacy.WrappingLegacySupport org.callbackparams.wrap.WrappingSupport<V>
public class WrappingSupport<V>
Constructor Summary | |
---|---|
WrappingSupport()
|
Method Summary | ||
---|---|---|
String |
toString()
|
|
static
|
wrap(Class<W> targetClass,
V... wrappedValues)
Same as WrappingLegacySupport.wrapArray(java.lang.Class, java.lang.Object[])
but with a Java5+ enhanced method-signature, which has two generic
type-parameters and a vararg argument. |
|
V |
wrappedValue()
|
Methods inherited from class org.callbackparams.wrap.legacy.WrappingLegacySupport |
---|
wrapArray, wrapSingle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WrappingSupport()
Method Detail |
---|
public V wrappedValue()
wrappedValue
in interface Wrapping
public static <W extends Wrapping<V>,V> W[] wrap(Class<W> targetClass, V... wrappedValues)
WrappingLegacySupport.wrapArray(java.lang.Class, java.lang.Object[])
but with a Java5+ enhanced method-signature, which has two generic
type-parameters and a vararg argument.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |