interface MappingConfigurationBuilder<E extends Entity, P extends Property>
Interface for objects that build a mapping configuration
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract E |
evaluate(Closure mappingClosure)Evaluates the configuration for the given closure |
|
abstract E |
evaluate(Closure mappingClosure, Object context)Evaluates the configuration for the given closure |
|
abstract Map<String, P> |
getProperties()
|
Evaluates the configuration for the given closure
mappingClosure - The closure configurationEvaluates the configuration for the given closure
mappingClosure - The closure configurationcontext - A context object