Uses of Interface
com.remondis.propertypath.api.Get
-
Packages that use Get Package Description com.remondis.propertypath.api com.remondis.propertypath.impl -
-
Uses of Get in com.remondis.propertypath.api
Subinterfaces of Get in com.remondis.propertypath.api Modifier and Type Interface Description interfaceGetAndApply<I,O,T,E extends java.lang.Exception>A get access object that applies a mapping function if the getter has a non-null return value.Methods in com.remondis.propertypath.api that return Get Modifier and Type Method Description <O,E extends java.lang.Exception>
Get<I,O,E>GetBuilder. evaluate(PropertyPath<O,I,E> selector)Specifies the property path to evaluate.Methods in com.remondis.propertypath.api with parameters of type Get Modifier and Type Method Description static <I,O,E extends java.lang.Exception>
AssertGetterBuilder<I,O,E>AssertGetter. of(Get<I,O,E> getter)Creates a new builder to assert the property path of a specifiedGetinstance. -
Uses of Get in com.remondis.propertypath.impl
Classes in com.remondis.propertypath.impl that implement Get Modifier and Type Class Description classGetAndApplyImpl<I,O,T,E extends java.lang.Exception>classGetImpl<I,O,E extends java.lang.Exception>Methods in com.remondis.propertypath.impl that return Get Modifier and Type Method Description <O,E extends java.lang.Exception>
Get<I,O,E>GetBuilderImpl. evaluate(PropertyPath<O,I,E> selector)Constructors in com.remondis.propertypath.impl with parameters of type Get Constructor Description AssertGetterBuilderImpl(Get<I,O,E> getter)GetAndApplyImpl(Get<I,O,E> getter, java.util.function.Function<O,T> mapping)
-