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
 Object box(Object value)
          Box the provided value according to the boxing strategy
 

Method Detail

box

Object box(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-2012 Atlassian. All Rights Reserved.