@CompileStatic class DomainPropertyImpl extends Object implements DomainProperty
| Modifiers | Name | Description |
|---|---|---|
protected Boolean |
convertEmptyStringsToNull |
|
protected Boolean |
trimStrings |
| Type | Name and description |
|---|---|
Constrained |
constrained |
PersistentEntity |
domainClass |
String |
pathFromRoot |
PersistentProperty<Property> |
persistentProperty |
PersistentProperty |
rootProperty |
| Constructor and description |
|---|
DomainPropertyImpl(PersistentProperty persistentProperty, MappingContext mappingContext) |
DomainPropertyImpl(PersistentProperty rootProperty, PersistentProperty persistentProperty, MappingContext mappingContext) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
int |
compareTo(DomainProperty o2) |
|
PersistentEntity |
getAssociatedEntity() |
|
Class |
getAssociatedType() |
|
Class |
getBeanType() |
|
String |
getDefaultLabel() |
|
List<String> |
getLabelKeys() |
|
Class |
getRootBeanType() |
|
boolean |
isRequired() |
|
void |
setRootProperty(PersistentProperty rootProperty) |