Uses of Class
com.remondis.propertypath.impl.exceptions.ExceptionInPropertyPath
-
Packages that use ExceptionInPropertyPath Package Description com.remondis.propertypath.impl com.remondis.propertypath.impl.exceptions -
-
Uses of ExceptionInPropertyPath in com.remondis.propertypath.impl
Methods in com.remondis.propertypath.impl that throw ExceptionInPropertyPath 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 ExceptionInPropertyPath in com.remondis.propertypath.impl.exceptions
Methods in com.remondis.propertypath.impl.exceptions that return ExceptionInPropertyPath Modifier and Type Method Description static ExceptionInPropertyPathExceptionInPropertyPath. exceptionInPropertyPath(java.lang.Class<?> sensorType, java.lang.Exception exception)
-