public interface ObjectValueGenerator
| Modifier and Type | Method and Description |
|---|---|
Object |
generate(ExecutionContext ec,
Object obj,
Map<String,String> extensions)
Method that takes the object being persisted by the specified ExecutionContext
and generates a value (based on the contents of the object).
|
Object generate(ExecutionContext ec, Object obj, Map<String,String> extensions)
ec - execution contextobj - The object (persistent, or being persisted)extensions - Extensions on the field being generatedCopyright © 2018. All rights reserved.