Class Util
- java.lang.Object
-
- org.keycloak.models.map.processor.Util
-
public class Util extends Object
- Author:
- hmlnarik
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<TypeMirror>getGenericsDeclaration(TypeMirror fieldType)static booleanisMapType(TypeElement typeElement)static booleanisNotIgnored(Element el)static booleanisSetType(TypeElement typeElement)static StringmethodParameters(List<? extends VariableElement> parameters)
-
-
-
Method Detail
-
getGenericsDeclaration
public static List<TypeMirror> getGenericsDeclaration(TypeMirror fieldType)
-
methodParameters
public static String methodParameters(List<? extends VariableElement> parameters)
-
isSetType
public static boolean isSetType(TypeElement typeElement)
-
isMapType
public static boolean isMapType(TypeElement typeElement)
-
isNotIgnored
public static boolean isNotIgnored(Element el)
-
-