Uses of Class
org.fest.reflect.constructor.TargetType
Packages that use TargetType
Package
Description
Provides a "fluent" API for
constructor invocation via the Java Reflection API.
Provides a "fluent" API that
makes usage of the Java Reflection API easier and improves code readability.
-
Uses of TargetType in org.fest.reflect.constructor
Methods in org.fest.reflect.constructor that return TargetTypeModifier and TypeMethodDescriptionstatic TargetType
TargetType.startConstructorAccess()
Creates a newTargetType
. -
Uses of TargetType in org.fest.reflect.core
Methods in org.fest.reflect.core that return TargetTypeModifier and TypeMethodDescriptionstatic TargetType
Reflection.constructor()
Starting point of the fluent interface for invoking constructors via reflection.