Package com.remondis.propertypath.impl
Class InvocationSensor.Invocation
- java.lang.Object
-
- com.remondis.propertypath.impl.InvocationSensor.Invocation
-
- Enclosing class:
- InvocationSensor<T>
public static class InvocationSensor.Invocation extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.Object[]getArgs()java.lang.Class<?>getGenericReturnType()java.lang.reflect.MethodgetMethod()inthashCode()static java.lang.StringinvocationsToString(java.util.List<InvocationSensor.Invocation> invocations)java.lang.StringtoString()
-
-
-
Method Detail
-
getGenericReturnType
public java.lang.Class<?> getGenericReturnType()
-
getMethod
public java.lang.reflect.Method getMethod()
-
getArgs
public java.lang.Object[] getArgs()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
invocationsToString
public static java.lang.String invocationsToString(java.util.List<InvocationSensor.Invocation> invocations)
-
-