java.lang.Object
tech.deplant.java4ever.binding.generator.ParserUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static String
capitalize
(String str) static int
length
(CharSequence cs) static tech.deplant.javapoet.ParameterSpec.Builder
processReservedNames
(tech.deplant.javapoet.TypeName paramType, String paramName) static tech.deplant.javapoet.AnnotationSpec
renamedFieldAnnotation
(String originalName) static String
toCapitalCase
(String str)
-
Field Details
-
JAVA_RESERVED_WORDS
-
-
Constructor Details
-
ParserUtils
public ParserUtils()
-
-
Method Details
-
length
-
capitalize
-
camelCase
-
toCapitalCase
-
renamedFieldAnnotation
-
processReservedNames
public static tech.deplant.javapoet.ParameterSpec.Builder processReservedNames(tech.deplant.javapoet.TypeName paramType, String paramName)
-