Uses of Interface
com.remondis.propertypath.api.AssertGetterBuilder
-
Packages that use AssertGetterBuilder Package Description com.remondis.propertypath.api com.remondis.propertypath.impl -
-
Uses of AssertGetterBuilder in com.remondis.propertypath.api
Subinterfaces of AssertGetterBuilder in com.remondis.propertypath.api Modifier and Type Interface Description interfaceAssertGetterAndApplyBuilder<I,O,T,E extends java.lang.Exception>Methods in com.remondis.propertypath.api that return AssertGetterBuilder 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 AssertGetterBuilder in com.remondis.propertypath.impl
Classes in com.remondis.propertypath.impl that implement AssertGetterBuilder Modifier and Type Class Description classAssertGetterBuilderImpl<I,O,T,E extends java.lang.Exception>
-