public class DefaultMethodInvokingMethodInterceptor extends ObjectSE implements MethodInterceptor
| コンストラクターと説明 |
|---|
DefaultMethodInvokingMethodInterceptor() |
| 修飾子と型 | メソッドと説明 |
|---|---|
static boolean | hasDefaultMethods(ClassSE<?> interfaceClass)interfaceClass が default methodsSE を宣言するかどうかを返します。 |
ObjectSE | invoke(MethodInvocation invocation) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static boolean hasDefaultMethods(ClassSE<?> interfaceClass)
interfaceClass が default methodsSE を宣言するかどうかを返します。interfaceClass - インスペクションする ClassSE。interfaceClass がデフォルトのメソッドを宣言している場合は true。@Nullable public ObjectSE invoke(MethodInvocation invocation) throws ThrowableSE
MethodInterceptor の invoke ThrowableSECopyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.