Class SimpleGsonPojoCopier
- java.lang.Object
-
- org.projectbarbel.histo.functions.SimpleGsonPojoCopier
-
- All Implemented Interfaces:
Function<Object,Object>
,UnaryOperator<Object>
public class SimpleGsonPojoCopier extends Object implements UnaryOperator<Object>
-
-
Field Summary
Fields Modifier and Type Field Description static SimpleGsonPojoCopier
INSTANCE
-
Constructor Summary
Constructors Constructor Description SimpleGsonPojoCopier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
apply(Object objectFrom)
void
setGson(com.google.gson.Gson gson)
-
-
-
Field Detail
-
INSTANCE
public static final SimpleGsonPojoCopier INSTANCE
-
-