-
- All Implemented Interfaces:
public final class GraphQLNameExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static String
getSimpleName(KClass<?> $self, Boolean isInputClass)
Taken from graphql-kotlin https://github.com/ExpediaGroup/graphql-kotlin/blob/master/generator/graphql-kotlin-schema-generator/src/main/kotlin/com/expediagroup/graphql/generator/internal/extensions/kClassExtensions. final static String
getGraphQLName(KAnnotatedElement $self)
Taken from graphql-kotlin https://github.com/ExpediaGroup/graphql-kotlin/blob/master/generator/graphql-kotlin-schema-generator/src/main/kotlin/com/expediagroup/graphql/generator/internal/extensions/annotationExtensions. final static String
getPropertyName(KProperty<?> $self, KClass<?> parentClass)
Taken from graphql-kotlin https://github.com/ExpediaGroup/graphql-kotlin/blob/master/generator/graphql-kotlin-schema-generator/src/main/kotlin/com/expediagroup/graphql/generator/internal/extensions/kPropertyExtensions. -
-
Method Detail
-
getSimpleName
final static String getSimpleName(KClass<?> $self, Boolean isInputClass)
Taken from graphql-kotlin https://github.com/ExpediaGroup/graphql-kotlin/blob/master/generator/graphql-kotlin-schema-generator/src/main/kotlin/com/expediagroup/graphql/generator/internal/extensions/kClassExtensions.kt
-
getGraphQLName
final static String getGraphQLName(KAnnotatedElement $self)
Taken from graphql-kotlin https://github.com/ExpediaGroup/graphql-kotlin/blob/master/generator/graphql-kotlin-schema-generator/src/main/kotlin/com/expediagroup/graphql/generator/internal/extensions/annotationExtensions.kt
-
getPropertyName
final static String getPropertyName(KProperty<?> $self, KClass<?> parentClass)
Taken from graphql-kotlin https://github.com/ExpediaGroup/graphql-kotlin/blob/master/generator/graphql-kotlin-schema-generator/src/main/kotlin/com/expediagroup/graphql/generator/internal/extensions/kPropertyExtensions.kt
-
-
-
-