Package foundation.rpg.generator.parser
Class TypeUtils
java.lang.Object
foundation.rpg.generator.parser.TypeUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAnnotationAnnotatedWith(AnnotatedConstruct c, Class<? extends Annotation> annotationType) static Stringstatic booleanhasAnnotation(AnnotationMirror annotationMirror, Class<? extends Annotation> annotationType) static booleanhasAnnotationAnnotatedWith(AnnotatedConstruct c, Class<? extends Annotation> annotationType) static booleanincludeInName(Element annotationElement) static booleanisVoid(ExecutableElement method) static Stream<ExecutableElement>static booleannotVoid(ExecutableElement method) static StringtypeName(TypeMirror typeMirror)
-
Constructor Details
-
TypeUtils
public TypeUtils()
-
-
Method Details
-
typeName
-
getAnnotationValue
-
hasAnnotation
public static boolean hasAnnotation(AnnotationMirror annotationMirror, Class<? extends Annotation> annotationType) -
hasAnnotationAnnotatedWith
public static boolean hasAnnotationAnnotatedWith(AnnotatedConstruct c, Class<? extends Annotation> annotationType) -
includeInName
-
getAnnotationAnnotatedWith
public static List<Element> getAnnotationAnnotatedWith(AnnotatedConstruct c, Class<? extends Annotation> annotationType) -
methods
-
isVoid
-
notVoid
-