com.atlassian.confluence.velocity.introspection
Interface BoxingStrategy

All Known Subinterfaces:
AnnotationBoxedElement
All Known Implementing Classes:
AnnotatedValue, ToStringDelegatingAnnotationBoxedElement

public interface BoxingStrategy

Interface for classes that provide some strategy for boxing an object


Method Summary
 java.lang.Object box(java.lang.Object value)
          Box the provided value according to the boxing strategy
 

Method Detail

box

java.lang.Object box(java.lang.Object value)
Box the provided value according to the boxing strategy

Parameters:
value - object to box
Returns:
value boxed according to this strategy


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.