public final class ConstructorDescriptor extends MemberDescriptor
declaringType| Constructor and Description |
|---|
ConstructorDescriptor(TypeDescriptor declaringType,
Constructor<?> constructor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applies(TypeDescriptor typeDescriptor) |
boolean |
equals(Object obj) |
List<ParameterDescriptor> |
getParameters() |
int |
hashCode() |
Object |
newInstance(Object... args) |
String |
toString() |
getAnnotation, getAnnotations, getDeclaringType, hasAnnotationpublic ConstructorDescriptor(TypeDescriptor declaringType, Constructor<?> constructor)
public List<ParameterDescriptor> getParameters()
public boolean equals(Object obj)
equals in class MemberDescriptorpublic int hashCode()
hashCode in class MemberDescriptorpublic boolean applies(TypeDescriptor typeDescriptor)
Copyright © 2016. All rights reserved.