AbstractObjectValueGenerator¶
-
public abstract class
AbstractObjectValueGenerator
<T> implements ObjectValueGenerator¶ Base class for other generator classes. It takes value of property (see
getPropertName()
method) from object and modify it depending on the implementation. If the modified value is null then thejava.lang.IllegalStateException
is thrown.Parameters: - <T> – type of property