Interface for objects that build a mapping configuration
Type Params | Return Type | Name and description |
---|---|---|
|
E |
evaluate(groovy.lang.Closure mappingClosure) Evaluates the configuration for the given closure |
|
E |
evaluate(groovy.lang.Closure mappingClosure, java.lang.Object context) Evaluates the configuration for the given closure |
|
java.util.Map<java.lang.String, P> |
getProperties() @return The build property definitions |
Evaluates the configuration for the given closure
mappingClosure
- The closure configurationEvaluates the configuration for the given closure
mappingClosure
- The closure configurationcontext
- A context object