temmental
Interface ConvertFunction<T>

All Known Subinterfaces:
ConditionalConvertFunction<T>

public interface ConvertFunction<T>


Method Summary
 void populate(java.util.Map<java.lang.String,java.lang.Object> model, T val, int index)
          Function to implement to populate the given model.
 

Method Detail

populate

void populate(java.util.Map<java.lang.String,java.lang.Object> model,
              T val,
              int index)
Function to implement to populate the given model.

Parameters:
model - The model to populate
val - the object to use to populate the model
index - the index of the object if you want to specify in the model