- java.lang.Object
-
- com.remondis.remap.utils.propertywalker.GetSet<T,P>
-
public class GetSet<T,P> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T,P>
GetSet<T,P>create(T object, Function<T,P> propertyExtractor, BiConsumer<T,P> propertyWriter)Pget()voidset(P value)
-
-
-
Method Detail
-
create
public static <T,P> GetSet<T,P> create(T object, Function<T,P> propertyExtractor, BiConsumer<T,P> propertyWriter)
-
set
public void set(P value)
-
get
public P get()
-
-