org.callbackparams.wrap.legacy
Class WrappingLegacySupport

java.lang.Object
  extended by org.callbackparams.wrap.legacy.WrappingLegacySupport
All Implemented Interfaces:
Wrapping
Direct Known Subclasses:
WrappingSupport

public class WrappingLegacySupport
extends Object

Author:
Henrik Kaipe

Constructor Summary
WrappingLegacySupport()
           
 
Method Summary
 String toString()
           
static Wrapping[] wrapArray(Class targetClass, Object[] wrappedValues)
           
 Object wrappedValue()
           
static Wrapping wrapSingle(Class targetClass, Object wrappedValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WrappingLegacySupport

public WrappingLegacySupport()
Method Detail

wrapArray

public static Wrapping[] wrapArray(Class targetClass,
                                   Object[] wrappedValues)

wrapSingle

public static Wrapping wrapSingle(Class targetClass,
                                  Object wrappedValue)

toString

public String toString()
Overrides:
toString in class Object

wrappedValue

public Object wrappedValue()
Specified by:
wrappedValue in interface Wrapping
Returns:
the wrapped value


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