-
-
Method Summary
-
Methods declared in class java.beans.FeatureDescriptor
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue, toString
-
-
Constructor Detail
-
MethodDescriptor
public MethodDescriptor(Method method,
ParameterDescriptor[] parameterDescriptors)
Constructs a MethodDescriptor
from a
Method
providing descriptive information for each
of the method's parameters.
- Parameters:
method
- The low-level method information.
parameterDescriptors
- Descriptive information for each of the
method's parameters.