public static class GenericWrapper.Companion
Modifier and Type | Method and Description |
---|---|
<T> SchemaParserOptions.GenericWrapper |
listCollectionWithTransformer(java.lang.Class<T> type,
int index,
kotlin.jvm.functions.Function1<? super T,? extends java.lang.Object> transformer) |
<T> SchemaParserOptions.GenericWrapper |
listCollectionWithTransformer(kotlin.reflect.KClass<T> type,
int index,
kotlin.jvm.functions.Function1<? super T,? extends java.lang.Object> transformer) |
<T> SchemaParserOptions.GenericWrapper |
withTransformer(java.lang.Class<T> type,
int index,
kotlin.jvm.functions.Function2<? super T,? super graphql.schema.DataFetchingEnvironment,? extends java.lang.Object> transformer,
kotlin.jvm.functions.Function1<? super java.lang.reflect.Type,? extends java.lang.reflect.Type> schemaWrapper) |
<T> SchemaParserOptions.GenericWrapper |
withTransformer(kotlin.reflect.KClass<T> type,
int index,
kotlin.jvm.functions.Function2<? super T,? super graphql.schema.DataFetchingEnvironment,? extends java.lang.Object> transformer,
kotlin.jvm.functions.Function1<? super java.lang.reflect.Type,? extends java.lang.reflect.Type> schemaWrapper) |
<T> SchemaParserOptions.GenericWrapper |
withTransformer(java.lang.Class<T> type,
int index,
kotlin.jvm.functions.Function1<? super T,? extends java.lang.Object> transformer,
kotlin.jvm.functions.Function1<? super java.lang.reflect.Type,? extends java.lang.reflect.Type> schemaWrapper) |
<T> SchemaParserOptions.GenericWrapper |
withTransformer(kotlin.reflect.KClass<T> type,
int index,
kotlin.jvm.functions.Function1<? super T,? extends java.lang.Object> transformer,
kotlin.jvm.functions.Function1<? super java.lang.reflect.Type,? extends java.lang.reflect.Type> schemaWrapper) |
public <T> SchemaParserOptions.GenericWrapper withTransformer(java.lang.Class<T> type, int index, kotlin.jvm.functions.Function2<? super T,? super graphql.schema.DataFetchingEnvironment,? extends java.lang.Object> transformer, kotlin.jvm.functions.Function1<? super java.lang.reflect.Type,? extends java.lang.reflect.Type> schemaWrapper)
public <T> SchemaParserOptions.GenericWrapper withTransformer(kotlin.reflect.KClass<T> type, int index, kotlin.jvm.functions.Function2<? super T,? super graphql.schema.DataFetchingEnvironment,? extends java.lang.Object> transformer, kotlin.jvm.functions.Function1<? super java.lang.reflect.Type,? extends java.lang.reflect.Type> schemaWrapper)
public <T> SchemaParserOptions.GenericWrapper withTransformer(java.lang.Class<T> type, int index, kotlin.jvm.functions.Function1<? super T,? extends java.lang.Object> transformer, kotlin.jvm.functions.Function1<? super java.lang.reflect.Type,? extends java.lang.reflect.Type> schemaWrapper)
public <T> SchemaParserOptions.GenericWrapper withTransformer(kotlin.reflect.KClass<T> type, int index, kotlin.jvm.functions.Function1<? super T,? extends java.lang.Object> transformer, kotlin.jvm.functions.Function1<? super java.lang.reflect.Type,? extends java.lang.reflect.Type> schemaWrapper)
public <T> SchemaParserOptions.GenericWrapper listCollectionWithTransformer(java.lang.Class<T> type, int index, kotlin.jvm.functions.Function1<? super T,? extends java.lang.Object> transformer)
public <T> SchemaParserOptions.GenericWrapper listCollectionWithTransformer(kotlin.reflect.KClass<T> type, int index, kotlin.jvm.functions.Function1<? super T,? extends java.lang.Object> transformer)