DateTimeValueGenerator

public abstract class DateTimeValueGenerator extends AbstractObjectValueGenerator<DateTime>

The DateTimeValueGenerator class modifies properties with org.joda.time.DateTime type. If the given value is null then the current time is returned; otherwise the given value is returned.

Methods

modify

protected DateTime modify(DateTime value)