codesimian.wrap
Interface Wrapper

All Known Implementing Classes:
CSThatWraps

public interface Wrapper

OPTIONALLY, a class that wraps can implement Wrapper, but it may wrap and return a WrapAbilities without that.

A codesimian.reflect.SETGET or a codesimian.CS could be more efficient at wrapping because it can input and output directly as primitive or Object.


Method Summary
 WrapAbilities GETWrapAbilities()
           
 java.lang.Object wrap(java.lang.Object wrapAnObjectAroundMe, java.lang.Class returnType)
           
 

Method Detail

GETWrapAbilities

WrapAbilities GETWrapAbilities()

wrap

java.lang.Object wrap(java.lang.Object wrapAnObjectAroundMe,
                      java.lang.Class returnType)