boxedClass(Class<?> type) | org.keycloak.common.util.reflections.Types | inlinestatic |
boxedType(Type type) | org.keycloak.common.util.reflections.Types | inlinestatic |
EMPTY_TYPE_ARRAY | org.keycloak.common.util.reflections.Types | privatestatic |
extractTypes(Map< String, Type > typeVarMap, Type genericSub) | org.keycloak.common.util.reflections.Types | inlineprivatestatic |
extractTypeVariables(Map< String, Type > typeVarMap, Type[] types) | org.keycloak.common.util.reflections.Types | inlineprivatestatic |
findClassParameterizedTypes(Class<?> root, ParameterizedType rootType, Class<?> searchedForClass) | org.keycloak.common.util.reflections.Types | inlinestatic |
findInterfaceParameterizedTypes(Class<?> root, ParameterizedType rootType, Class<?> searchedForInterface) | org.keycloak.common.util.reflections.Types | inlinestatic |
findParameterizedTypes(Class<?> root, Class<?> searchedFor) | org.keycloak.common.util.reflections.Types | inlinestatic |
getActualTypeArgumentsOfAnInterface(Class<?> classToSearch, Class<?> interfaceToFind) | org.keycloak.common.util.reflections.Types | inlinestatic |
getArgumentType(ParameterizedType pType, int index) | org.keycloak.common.util.reflections.Types | inlinestatic |
getCollectionBaseType(Class type, Type genericType) | org.keycloak.common.util.reflections.Types | inlinestatic |
getImplementingMethod(Class clazz, Method intfMethod) | org.keycloak.common.util.reflections.Types | inlinestatic |
getMapKeyType(Type genericType) | org.keycloak.common.util.reflections.Types | inlinestatic |
getMapValueType(Type genericType) | org.keycloak.common.util.reflections.Types | inlinestatic |
getRawType(Type type) | org.keycloak.common.util.reflections.Types | inlinestatic |
getRawTypeNoException(Type type) | org.keycloak.common.util.reflections.Types | inlinestatic |
getTemplateParameterOfInterface(Class base, Class desiredInterface) | org.keycloak.common.util.reflections.Types | inlinestatic |
getTypeArgument(Type genericType) | org.keycloak.common.util.reflections.Types | inlinestatic |
isA(Class clazz, ParameterizedType pType) | org.keycloak.common.util.reflections.Types | inlinestatic |
isCompatible(Method method, Method intfMethod) | org.keycloak.common.util.reflections.Types | inlinestatic |
populateParameterizedMap(Class<?> root, ParameterizedType rootType) | org.keycloak.common.util.reflections.Types | inlineprivatestatic |
recurseSuperclassForInterface(Class<?> searchedForInterface, Map< String, Type > typeVarMap, Type genericSub, Class<?> sub) | org.keycloak.common.util.reflections.Types | inlineprivatestatic |
resolveTypeVariable(Class<?> root, TypeVariable<?> typeVariable) | org.keycloak.common.util.reflections.Types | inlinestatic |
resolveTypeVariables(Class<?> root, Type type) | org.keycloak.common.util.reflections.Types | inlinestatic |
searchForInterfaceTemplateParameter(Class base, Class desiredInterface) | org.keycloak.common.util.reflections.Types | inlineprivatestatic |
supports(Class< T > type, Object object, Class<?> fromInterface) | org.keycloak.common.util.reflections.Types | inlinestatic |
Types() | org.keycloak.common.util.reflections.Types | inlineprivate |