クラス ClassUtils
java.lang.ObjectSE
org.springframework.integration.util.ClassUtils
- 導入:
- 2.0
- 作成者:
- Mark Fisher, Artem Bilan
フィールド概要
フィールド修飾子と型フィールド説明static final MethodSEFunction.apply(Object)SE メソッドオブジェクト。static final MethodSEorg.springframework.integration.core.GenericHandler#handle(Object, Map)メソッドオブジェクト。static final @Nullable ClassSE<?> kotlin.jvm.functions.Function0クラスオブジェクト。static final @Nullable MethodSEkotlin.jvm.functions.Function0#invokeメソッドオブジェクト。static final @Nullable ClassSE<?> kotlin.jvm.functions.Function1クラスオブジェクト。static final MethodSEorg.springframework.integration.core.GenericSelector#accept(Object)メソッドオブジェクト。static final MethodSESupplier.get()メソッドオブジェクト。static final MethodSEorg.springframework.integration.core.GenericTransformer#transform(Object)メソッドオブジェクト。コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明static @Nullable ClassSE<?> findClosestMatch(ClassSE<?> type, SetSE<ClassSE<?>> candidates, boolean failOnTie) static booleanisKotlinFunction0(ClassSE<?> aClass) クラスがkotlin.jvm.functions.Function0かどうかを確認します。static booleanisKotlinFunction1(ClassSE<?> aClass) クラスがkotlin.jvm.functions.Function1かどうかを確認します。static booleanisKotlinUnit(ClassSE<?> aClass) クラスがkotlin.Unitかどうかを確認します。static booleanクラスが Java または Kotlin ラムダであるかどうかを確認します。static booleanオブジェクトが Java、Kotlin、Groovy ラムダであるかどうかを確認します。static @Nullable ClassSE<?> resolvePrimitiveType(ClassSE<?> clazz) 指定されたクラスがプリミティブラッパークラスである場合は解決し、代わりに対応するプリミティブ型を返します。
フィールドの詳細
FUNCTION_APPLY_METHOD
Function.apply(Object)SE メソッドオブジェクト。SUPPLIER_GET_METHOD
Supplier.get()メソッドオブジェクト。SELECTOR_ACCEPT_METHOD
org.springframework.integration.core.GenericSelector#accept(Object)メソッドオブジェクト。TRANSFORMER_TRANSFORM_METHOD
org.springframework.integration.core.GenericTransformer#transform(Object)メソッドオブジェクト。HANDLER_HANDLE_METHOD
org.springframework.integration.core.GenericHandler#handle(Object, Map)メソッドオブジェクト。KOTLIN_FUNCTION_0_CLASS
kotlin.jvm.functions.Function0クラスオブジェクト。KOTLIN_FUNCTION_0_INVOKE_METHOD
kotlin.jvm.functions.Function0#invokeメソッドオブジェクト。KOTLIN_FUNCTION_1_CLASS
kotlin.jvm.functions.Function1クラスオブジェクト。
コンストラクターの詳細
ClassUtils
public ClassUtils()
方法の詳細
findClosestMatch
resolvePrimitiveType
isLambda
isLambda
isKotlinFunction0
isKotlinFunction1
isKotlinUnit