Package org.djutils.reflection

Classes to help retrieve information through reflection that the standard Class object does not offer.

Copyright (c) 2002-2020 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.

Author:
Alexander Verbraeck
  • Class Summary 
    Class Description
    ClassUtil
    ClassUtil is a utility class providing assistance for Java Classes.
    ClassUtil.ClassFileDescriptor
    ClassFileDescriptor contains some information about a class file, either stand-alone on the classpath, or within a Jar file.

    Copyright (c) 2019-2020 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands.
    FieldSignature
    A field descriptor represents the type of a class, instance, or local variable.
    MethodSignature
    A method descriptor represents the parameters that the method takes and the value that it returns.