public interface ConventionMapping
A ConventionMapping maintains the convention mappings for the properties of a particular object.
Implementations should also allow mappings to be set using dynamic properties.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConventionMapping.MappedProperty |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getConventionValue(T actualValue,
String propertyName,
boolean isExplicitValue) |
ConventionMapping.MappedProperty |
map(String propertyName,
Callable<?> value) |
ConventionMapping.MappedProperty |
map(String propertyName,
Closure<?> value) |
ConventionMapping.MappedProperty map(String propertyName, Closure<?> value)
ConventionMapping.MappedProperty map(String propertyName, Callable<?> value)
<T> T getConventionValue(T actualValue,
String propertyName,
boolean isExplicitValue)
Copyright © 2013. All rights reserved