Interface NamingConvention
- All Known Implementing Classes:
BeanConvention,PrefixlessConvention
public interface NamingConvention
-
Method Summary
Modifier and TypeMethodDescriptiongetPropertyNames(TypeElement valueType, ExecutableElement method) Verifiesmethodis an abstract getter following this naming convention.
-
Method Details
-
getPropertyNames
Verifiesmethodis an abstract getter following this naming convention. Any deviations will be logged as an error.
-