public class ElementUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ElementUtils.DefaultPropertySpec |
| Modifier and Type | Method and Description |
|---|---|
static String |
capitalize(String string) |
static String |
findDeprecationMessage(DecoratedElement<?> el,
JavaDocTagHandler tagHandler) |
static boolean |
isCollection(TypeElement declaration) |
static boolean |
isMap(TypeElement declaration) |
static boolean |
isStream(TypeElement declaration) |
public static String findDeprecationMessage(DecoratedElement<?> el, JavaDocTagHandler tagHandler)
public static boolean isCollection(TypeElement declaration)
public static boolean isStream(TypeElement declaration)
public static boolean isMap(TypeElement declaration)
Copyright © 2006-2016–2022. All rights reserved.