final class ConventionSetPrivateFieldImpl extends java.lang.Object implements Convention
| Modifier and Type | Class and Description |
|---|---|
private static class |
ConventionSetPrivateFieldImpl.PrivateProperyAccessor<T> |
| Constructor and Description |
|---|
ConventionSetPrivateFieldImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ClassModelBuilder<?> classModelBuilder)
This method applies this Convention to the given ClassModelBuilder
|
private <T> void |
setPropertyAccessor(PropertyModelBuilder<T> propertyModelBuilder) |
public void apply(ClassModelBuilder<?> classModelBuilder)
Conventionapply in interface ConventionclassModelBuilder - the ClassModelBuilder to apply the convention toprivate <T> void setPropertyAccessor(PropertyModelBuilder<T> propertyModelBuilder)