クラス ClassUtils
java.lang.ObjectSE
org.springframework.integration.util.ClassUtils
- 導入:
- 2.0
- 作成者:
- Mark Fisher, Artem Bilan
フィールドのサマリー
フィールド修飾子と型フィールド説明static final MethodSE
Function.apply(Object)
SE メソッドオブジェクト。static final MethodSE
org.springframework.integration.core.GenericHandler#handle(Object, Map)
メソッドオブジェクト。static final ClassSE
<?> kotlin.jvm.functions.Function0
クラスオブジェクト。static final MethodSE
kotlin.jvm.functions.Function0#invoke
メソッドオブジェクト。static final ClassSE
<?> kotlin.jvm.functions.Function1
クラスオブジェクト。static final MethodSE
org.springframework.integration.core.GenericSelector#accept(Object)
メソッドオブジェクト。static final MethodSE
Supplier.get()
メソッドオブジェクト。static final MethodSE
org.springframework.integration.core.GenericTransformer#transform(Object)
メソッドオブジェクト。コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明static ClassSE
<?> findClosestMatch
(ClassSE<?> type, SetSE<ClassSE<?>> candidates, boolean failOnTie) static boolean
isKotlinFunction0
(ClassSE<?> aClass) クラスがkotlin.jvm.functions.Function0
かどうかを確認します。static boolean
isKotlinFunction1
(ClassSE<?> aClass) クラスがkotlin.jvm.functions.Function1
かどうかを確認します。static boolean
isKotlinUnit
(ClassSE<?> aClass) クラスがkotlin.Unit
かどうかを確認します。static boolean
クラスが Java または Kotlin ラムダであるかどうかを確認します。static boolean
オブジェクトが Java、Kotlin、Groovy ラムダであるかどうかを確認します。static 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