Uses of Interface
com.remondis.propertypath.api.GetBuilder
-
Packages that use GetBuilder Package Description com.remondis.propertypath.api com.remondis.propertypath.impl -
-
Uses of GetBuilder in com.remondis.propertypath.api
Methods in com.remondis.propertypath.api that return GetBuilder Modifier and Type Method Description static <I,O>
GetBuilder<I>Getter. newFor(java.lang.Class<I> startType)Creates a builder of a property path for the specified type. -
Uses of GetBuilder in com.remondis.propertypath.impl
Classes in com.remondis.propertypath.impl that implement GetBuilder Modifier and Type Class Description classGetBuilderImpl<I>
-