Class ElementUtils
- java.lang.Object
-
- com.webcohesion.enunciate.javac.decorations.element.ElementUtils
-
public class ElementUtils extends Object
- Author:
- Ryan Heaton
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classElementUtils.DefaultPropertySpec
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringcapitalize(String string)static StringfindDeprecationMessage(DecoratedElement<?> el, JavaDocTagHandler tagHandler)static booleanisCollection(TypeElement declaration)static booleanisMap(TypeElement declaration)static booleanisStream(TypeElement declaration)
-
-
-
Method Detail
-
findDeprecationMessage
public static String findDeprecationMessage(DecoratedElement<?> el, JavaDocTagHandler tagHandler)
-
isCollection
public static boolean isCollection(TypeElement declaration)
-
isStream
public static boolean isStream(TypeElement declaration)
-
isMap
public static boolean isMap(TypeElement declaration)
-
-