Class ValueWrapper<T>
- java.lang.Object
-
- org.exoplatform.services.rest.ext.management.ValueWrapper<T>
-
public class ValueWrapper<T> extends Object
Temporary class until eXo JSON marshaller supports non java bean objects.- Version:
- $Revision$
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description ValueWrapper(T value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetValue()static <T> ValueWrapper<T>wrap(T value)
-
-
-
Constructor Detail
-
ValueWrapper
public ValueWrapper(T value)
-
-
Method Detail
-
wrap
public static <T> ValueWrapper<T> wrap(T value)
-
getValue
public T getValue()
-
-