Class ReflectionFactory


  • public class ReflectionFactory
    extends java.lang.Object
    Author:
    Federico Tomassetti
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration typeDeclarationFor​(java.lang.Class<?> clazz, com.github.javaparser.resolution.TypeSolver typeSolver)  
      static com.github.javaparser.resolution.types.ResolvedType typeUsageFor​(java.lang.reflect.Type type, com.github.javaparser.resolution.TypeSolver typeSolver)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReflectionFactory

        public ReflectionFactory()
    • Method Detail

      • typeDeclarationFor

        public static com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration typeDeclarationFor​(java.lang.Class<?> clazz,
                                                                                                                        com.github.javaparser.resolution.TypeSolver typeSolver)
      • typeUsageFor

        public static com.github.javaparser.resolution.types.ResolvedType typeUsageFor​(java.lang.reflect.Type type,
                                                                                       com.github.javaparser.resolution.TypeSolver typeSolver)