public class ConstructorInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConstructorInfo.ConstructorType |
| Modifier and Type | Field and Description |
|---|---|
ExecutableElement |
constructor |
ConstructorInfo.ConstructorType |
type |
| Modifier and Type | Method and Description |
|---|---|
static ConstructorInfo |
defaultConstructor(ExecutableElement constructor) |
static ConstructorInfo |
entityCreator(ExecutableElement constructor) |
static ConstructorInfo |
immutable(ExecutableElement constructor) |
public final ExecutableElement constructor
public final ConstructorInfo.ConstructorType type
public static ConstructorInfo immutable(ExecutableElement constructor)
public static ConstructorInfo entityCreator(ExecutableElement constructor)
public static ConstructorInfo defaultConstructor(ExecutableElement constructor)
Copyright © 2012-2021. All Rights Reserved.