Uses of Class
org.apache.juneau.commons.reflect.ExecutableInfo
Packages that use ExecutableInfo
Package
Description
Comprehensive reflection utilities for working with classes, methods, fields, constructors,
and annotations in a more convenient and type-safe way than the standard Java reflection APIs.
Classpath Utilities
-
Uses of ExecutableInfo in org.apache.juneau.commons.reflect
Subclasses of ExecutableInfo in org.apache.juneau.commons.reflectModifier and TypeClassDescriptionclassLightweight utility class for introspecting information about a Java constructor.classLightweight utility class for introspecting information about a Java method.Methods in org.apache.juneau.commons.reflect that return ExecutableInfoModifier and TypeMethodDescriptionExecutableInfo.accessible()Attempts to callx.setAccessible(and quietly ignores security exceptions.true )ParameterInfo.getDeclaringExecutable()Returns theExecutableInfowhich declares this parameter.Constructors in org.apache.juneau.commons.reflect with parameters of type ExecutableInfoModifierConstructorDescriptionprotectedParameterInfo(ExecutableInfo executable, Parameter inner, int index, ClassInfo type) Constructor. -
Uses of ExecutableInfo in org.apache.juneau.cp
Methods in org.apache.juneau.cp with parameters of type ExecutableInfoModifier and TypeMethodDescriptionBeanStore.getMissingParams(ExecutableInfo executable) Given an executable, returns a list of types that are missing from this factory.Object[]BeanStore.getParams(ExecutableInfo executable) Returns the corresponding beans in this factory for the specified param types.booleanBeanStore.hasAllParams(ExecutableInfo executable) Given the list of param types, returnstrue if this factory has all the parameters for the specified executable.