public abstract class QueryExecutionConverters extends ObjectSE
java.util.Optionalcom.google.common.base.Optionalscala.Option - 1.12 現在 java.util.concurrent.Futurejava.util.concurrent.CompletableFutureorg.springframework.util.concurrent.ListenableFuture<javaslang.control.Option - 1.13 現在 javaslang.collection.Seq、javaslang.collection.Map、javaslang.collection.Set - 1.13 現在 io.vavr.collection.Seq、io.vavr.collection.Map、io.vavr.collection.Set - 2.0 現在 ReactiveWrappers でサポートされているリアクティブラッパー -2.0 以降 ReactiveWrappers| 修飾子と型 | クラスと説明 |
|---|---|
static interface | QueryExecutionConverters.ExecutionAdapter |
static interface | QueryExecutionConverters.ThrowingSupplier |
static class | QueryExecutionConverters.WrapperType |
| 修飾子と型 | メソッドと説明 |
|---|---|
static SetSE<ClassSE<?>> | getAllowedPageableTypes() ページ付けクエリメソッドでサポートされている型を返します。 |
static QueryExecutionConverters.ExecutionAdapter | getExecutionAdapter(ClassSE<?> returnType) 指定された戻り値の型に使用される QueryExecutionConverters.ExecutionAdapter を返します。 |
static boolean | isSingleValue(ClassSE<?> type) |
static void | registerConvertersIn(ConfigurableConversionService conversionService) クラスパスで見つかったラッパー型のコンバーターを登録します。 |
static boolean | supports(ClassSE<?> type) 指定された型がサポートされているラッパー型であるかどうかを返します。 |
static boolean | supportsUnwrapping(ClassSE<?> type) 指定されたラッパー型がアンラップをサポートするかどうかを返します。 |
static ObjectSE | unwrap(ObjectSE source) 実行時に検出された現在サポートされているラッパー型の 1 つである場合は、指定されたソース値をアンラップします。 |
static TypeInformation<?> | unwrapWrapperTypes(TypeInformation<?> type) 指定された TypeInformation から既知のラッパー型を再帰的にアンラップします。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static boolean supports(ClassSE<?> type)
type - null であってはなりません。public static boolean supportsUnwrapping(ClassSE<?> type)
type - null であってはなりません。public static boolean isSingleValue(ClassSE<?> type)
public static SetSE<ClassSE<?>> getAllowedPageableTypes()
public static void registerConvertersIn(ConfigurableConversionService conversionService)
conversionService - null であってはなりません。@Nullable public static ObjectSE unwrap(@Nullable ObjectSE source)
source - null でもかまいません。public static TypeInformation<?> unwrapWrapperTypes(TypeInformation<?> type)
TypeInformation から既知のラッパー型を再帰的にアンラップします。type - null であってはなりません。@Nullable public static QueryExecutionConverters.ExecutionAdapter getExecutionAdapter(ClassSE<?> returnType)
QueryExecutionConverters.ExecutionAdapter を返します。returnType - null であってはなりません。Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.