public interface IConventionAware
Allows default values for the properties of this object to be declared. Most implementations are generated at
run-time from existing classes, by a ClassGenerator implementation.
Each getter of an IConventionAware object should use the mappings to determine the value for the property,
when no value has been explicitly set for the property.
| Modifier and Type | Method and Description |
|---|---|
ConventionMapping |
getConventionMapping()
Returns the convention mapping for the properties of this object.
|
ConventionMapping getConventionMapping()
Copyright © 2013. All rights reserved