Class NamingConventions
java.lang.Object
org.inferred.freebuilder.processor.naming.NamingConventions
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NamingConventiondetermineNamingConvention(TypeElement type, Iterable<ExecutableElement> methods, Messager messager, Types types) Determine whether the user has followed bean-like naming convention or not.private static NamingConventions.Convention
-
Constructor Details
-
NamingConventions
private NamingConventions()
-
-
Method Details
-
determineNamingConvention
public static NamingConvention determineNamingConvention(TypeElement type, Iterable<ExecutableElement> methods, Messager messager, Types types) Determine whether the user has followed bean-like naming convention or not. -
methodNameConvention
-