Uses of Class
com.remondis.remap.utils.propertywalker.GetSet
-
Packages that use GetSet Package Description com.remondis.remap.utils.propertywalker -
-
Uses of GetSet in com.remondis.remap.utils.propertywalker
Methods in com.remondis.remap.utils.propertywalker that return GetSet Modifier and Type Method Description static <T,P>
GetSet<T,P>GetSet. create(T object, Function<T,P> propertyExtractor, BiConsumer<T,P> propertyWriter)GetSet<T,P>PropertyAccess. sourceProperty()GetSet<T,P>PropertyAccess. targetProperty()
-