| Package | Description |
|---|---|
| com.daikit.graphql.spring.demo.beans | |
| com.daikit.graphql.spring.demo.data |
| Modifier and Type | Method and Description |
|---|---|
Entity1 |
CustomMethodQuery3.apply(Enum1 arg1,
List<String> arg2,
List<Enum1> arg3,
List<EmbeddedData1> arg4,
String arg5) |
| Modifier and Type | Method and Description |
|---|---|
Entity1 |
CustomMethodQuery3.apply(Enum1 arg1,
List<String> arg2,
List<Enum1> arg3,
List<EmbeddedData1> arg4,
String arg5) |
| Modifier and Type | Method and Description |
|---|---|
Enum1 |
EmbeddedData1.getEnumAttr() |
Enum1 |
Entity1.getEnumAttr() |
static Enum1 |
Enum1.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enum1[] |
Enum1.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Enum1> |
EmbeddedData1.getEnumList() |
List<Enum1> |
Entity1.getEnumList() |
Set<Enum1> |
EmbeddedData1.getEnumSet() |
Set<Enum1> |
Entity1.getEnumSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedData1.setEnumAttr(Enum1 enumAttr) |
void |
Entity1.setEnumAttr(Enum1 enumAttr) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedData1.setEnumList(List<Enum1> enumList) |
void |
Entity1.setEnumList(List<Enum1> enumList) |
void |
EmbeddedData1.setEnumSet(Set<Enum1> enumSet) |
void |
Entity1.setEnumSet(Set<Enum1> enumSet) |
Copyright © 2019. All rights reserved.