Class Util
java.lang.Object
org.keycloak.models.map.processor.Util
- Author:
- hmlnarik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static Optional<ExecutableElement>
findParentMethodImplementation
(List<? extends Element> allParentMembers, ExecutableElement method) static List<TypeMirror>
getGenericsDeclaration
(TypeMirror fieldType) static boolean
isCollectionType
(TypeElement typeElement) static boolean
isListType
(TypeElement typeElement) static boolean
isMapType
(TypeElement typeElement) static boolean
isNotIgnored
(Element el) static boolean
isSetType
(TypeElement typeElement) static String
methodParameters
(List<? extends VariableElement> parameters) static String
pluralToSingular
(String word) static String
singularToPlural
(String word)
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
getGenericsDeclaration
-
methodParameters
-
isCollectionType
-
isListType
-
isSetType
-
isMapType
-
isNotIgnored
-
findParentMethodImplementation
protected static Optional<ExecutableElement> findParentMethodImplementation(List<? extends Element> allParentMembers, ExecutableElement method) -
singularToPlural
-
pluralToSingular
-