Uses of Interface
com.remondis.propertypath.api.AssertGetterAndApplyBuilder
-
Packages that use AssertGetterAndApplyBuilder Package Description com.remondis.propertypath.api com.remondis.propertypath.impl -
-
Uses of AssertGetterAndApplyBuilder in com.remondis.propertypath.api
Methods in com.remondis.propertypath.api that return AssertGetterAndApplyBuilder Modifier and Type Method Description static <I,O,T,E extends java.lang.Exception>
AssertGetterAndApplyBuilder<I,O,T,E>AssertGetter. of(GetAndApply<I,O,T,E> getter)Creates a new builder to assert the property path of a specifiedGetinstance. -
Uses of AssertGetterAndApplyBuilder in com.remondis.propertypath.impl
Classes in com.remondis.propertypath.impl that implement AssertGetterAndApplyBuilder Modifier and Type Class Description classAssertGetterBuilderImpl<I,O,T,E extends java.lang.Exception>
-