Uses of Interface
com.remondis.propertypath.api.PropertyPath
-
Packages that use PropertyPath Package Description com.remondis.propertypath.api com.remondis.propertypath.impl -
-
Uses of PropertyPath in com.remondis.propertypath.api
Methods in com.remondis.propertypath.api with parameters of type PropertyPath Modifier and Type Method Description voidAssertGetterBuilder. assertGetter(PropertyPath<O,I,E> selector)Defines the expected property path and checks that theGetunder test, evaluates the expected property path.<O,E extends java.lang.Exception>
Get<I,O,E>GetBuilder. evaluate(PropertyPath<O,I,E> selector)Specifies the property path to evaluate. -
Uses of PropertyPath in com.remondis.propertypath.impl
Methods in com.remondis.propertypath.impl with parameters of type PropertyPath Modifier and Type Method Description voidAssertGetterBuilderImpl. assertGetter(PropertyPath<O,I,E> selector)protected static <I,X,E extends java.lang.Exception>
com.remondis.propertypath.impl.TypedTransitiveProperty<I,X,E>GetImpl. buildTransitiveProperty(java.lang.Class<I> startType, PropertyPath<X,I,E> selector)<O,E extends java.lang.Exception>
Get<I,O,E>GetBuilderImpl. evaluate(PropertyPath<O,I,E> selector)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.Constructors in com.remondis.propertypath.impl with parameters of type PropertyPath Constructor Description GetImpl(java.lang.Class<I> startType, PropertyPath<O,I,E> selector)
-