public final class ConstructorSignature extends Object
| Modifier and Type | Field and Description |
|---|---|
static ConstructorSignature |
DEFAULT_CONSTRUCTOR |
static ConstructorSignature |
STRING_CONSTRUCTOR |
| Constructor and Description |
|---|
ConstructorSignature(Class<?>... parameterTypes) |
ConstructorSignature(Constructor<?> constructor) |
public static final ConstructorSignature DEFAULT_CONSTRUCTOR
public static final ConstructorSignature STRING_CONSTRUCTOR
public ConstructorSignature(Constructor<?> constructor)
public ConstructorSignature(Class<?>... parameterTypes)
Copyright © 2016. All rights reserved.