JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Tree
Deprecated
Index
Search
Help
org.gradle.api.reflect
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package org.gradle.api.reflect
package
org.gradle.api.reflect
Classes and API for the reflection and types.
Since:
3.5
Related Packages
Package
Description
org.gradle.api
Start Here:
Gradle's
Project
API, which is available from your build files.
All Classes and Interfaces
Interfaces
Classes
Exception Classes
Class
Description
HasPublicType
Allows a scriptable object, such as a project extension, to declare its preferred public type.
ObjectInstantiationException
Thrown when an object cannot be instantiated.
TypeOf
<T>
Provides a way to preserve high-fidelity
Type
information on generic types.