Class DefaultNativeReflectionEntry

    • Method Detail

      • getType

        public java.lang.Class<?> getType()
        Return the type to consider.
        Returns:
        the type to consider
      • getConstructors

        public java.util.Set<java.lang.reflect.Constructor<?>> getConstructors()
        Return the constructor.
        Returns:
        the constructors
      • getMethods

        public java.util.Set<java.lang.reflect.Method> getMethods()
        Return the methods.
        Returns:
        the methods
      • getFields

        public java.util.Set<java.lang.reflect.Field> getFields()
        Return the fields.
        Returns:
        the fields
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object