Uses of Class
com.remondis.propertypath.impl.exceptions.ZeroInteractionException
-
Packages that use ZeroInteractionException Package Description com.remondis.propertypath.impl com.remondis.propertypath.impl.exceptions -
-
Uses of ZeroInteractionException in com.remondis.propertypath.impl
Methods in com.remondis.propertypath.impl that throw ZeroInteractionException Modifier and Type Method Description static <R,T,E extends java.lang.Exception>
com.remondis.propertypath.impl.TypedTransitiveProperty<T,R,E>InvocationSensor. getTransitiveTypedProperty(java.lang.Class<T> sensorType, PropertyPath<R,T,E> selector)Executes aFunctionlambda on a proxy object of the specified type and returns thePropertyDescriptorof the property selected. -
Uses of ZeroInteractionException in com.remondis.propertypath.impl.exceptions
Methods in com.remondis.propertypath.impl.exceptions that return ZeroInteractionException Modifier and Type Method Description static ZeroInteractionExceptionZeroInteractionException. zeroInteractions(java.lang.Class<?> sensorType)
-