Class JsonConstructor<T>
- java.lang.Object
-
- org.wicketstuff.simile.timeline.model.JsonConstructor<T>
-
- Type Parameters:
T-
public class JsonConstructor<T> extends Object
'model class' that will be converted into a call of a constructor using 'object' as parameter when converted byJSONObject.fromObject- Author:
- arnouten
-
-
Constructor Summary
Constructors Constructor Description JsonConstructor(String name, T object)
-