Uses of Class
com.remondis.propertypath.impl.exceptions.NotAValidPropertyPathException
-
Packages that use NotAValidPropertyPathException Package Description com.remondis.propertypath.impl com.remondis.propertypath.impl.exceptions -
-
Uses of NotAValidPropertyPathException in com.remondis.propertypath.impl
Methods in com.remondis.propertypath.impl that throw NotAValidPropertyPathException 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 NotAValidPropertyPathException in com.remondis.propertypath.impl.exceptions
Methods in com.remondis.propertypath.impl.exceptions that return NotAValidPropertyPathException Modifier and Type Method Description static NotAValidPropertyPathExceptionNotAValidPropertyPathException. notAValidPropertyPath(java.lang.Class<?> sensorType, java.util.List<InvocationSensor.Invocation> trackedInvocations)
-