Class NamingConventions


  • public class NamingConventions
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NamingConventions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static NamingConvention determineNamingConvention​(javax.lang.model.element.TypeElement type, java.lang.Iterable<javax.lang.model.element.ExecutableElement> methods, javax.annotation.processing.Messager messager, javax.lang.model.util.Types types)
      Determine whether the user has followed bean-like naming convention or not.
      private static NamingConventions.Convention methodNameConvention​(javax.lang.model.element.ExecutableElement method)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NamingConventions

        private NamingConventions()
    • Method Detail

      • determineNamingConvention

        public static NamingConvention determineNamingConvention​(javax.lang.model.element.TypeElement type,
                                                                 java.lang.Iterable<javax.lang.model.element.ExecutableElement> methods,
                                                                 javax.annotation.processing.Messager messager,
                                                                 javax.lang.model.util.Types types)
        Determine whether the user has followed bean-like naming convention or not.
      • methodNameConvention

        private static NamingConventions.Convention methodNameConvention​(javax.lang.model.element.ExecutableElement method)