BuilderInstantiatorDefinition, ExecutableInstantiatorDefinition, KotlinDefaultConstructorInstantiatorDefinitionpublic interface InstantiatorDefinition
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
InstantiatorDefinition.Type |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getName() |
|
Parameter[] |
getParameters() |
|
InstantiatorDefinition.Type |
getType() |
|
boolean |
hasParam(Parameter param) |
Parameter[] getParameters()
boolean hasParam(Parameter param)
InstantiatorDefinition.Type getType()
String getName()
Copyright © 2019. All rights reserved.