Uses of Interface
org.callbackparams.wrap.Wrapping

Packages that use Wrapping
org.callbackparams.wrap   
 

Uses of Wrapping in org.callbackparams.wrap
 

Methods in org.callbackparams.wrap with type parameters of type Wrapping
static
<W extends Wrapping<V>,V>
W[]
WrappingSupport.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.
 

Methods in org.callbackparams.wrap that return Wrapping
static
<W extends Wrapping<V>,V>
W[]
WrappingSupport.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.
 



Copyright © 2010-2013 Henrik Kaipe. All Rights Reserved.