Interface JavaClass

    • Method Detail

      • getActualTypeArguments

        Collection getActualTypeArguments()
      • getComponentType

        JavaClass getComponentType()
      • getQualifiedName

        String getQualifiedName()
      • getRawName

        String getRawName()
      • hasActualTypeArguments

        boolean hasActualTypeArguments()
      • getDeclaredClasses

        Collection getDeclaredClasses()
      • getDeclaredFields

        Collection getDeclaredFields()
      • getDeclaredMethods

        Collection getDeclaredMethods()
      • getDeclaredConstructors

        Collection getDeclaredConstructors()
      • getModifiers

        int getModifiers()
      • getPackageName

        String getPackageName()
      • getGenericInterfaces

        Type[] getGenericInterfaces()
      • getGenericSuperclass

        Type getGenericSuperclass()
      • isAbstract

        boolean isAbstract()
      • isAnnotation

        boolean isAnnotation()
      • isArray

        boolean isArray()
      • isAssignableFrom

        boolean isAssignableFrom​(JavaClass arg0)
      • isEnum

        boolean isEnum()
      • isFinal

        boolean isFinal()
      • isInterface

        boolean isInterface()
      • isMemberClass

        boolean isMemberClass()
      • isPrimitive

        boolean isPrimitive()
      • isPrivate

        boolean isPrivate()
      • isProtected

        boolean isProtected()
      • isPublic

        boolean isPublic()
      • isStatic

        boolean isStatic()
      • isSynthetic

        boolean isSynthetic()