Package org.javers.core.metamodel.object
Class DehydrateMapFunction
- java.lang.Object
-
- org.javers.core.metamodel.object.DehydrateMapFunction
-
- All Implemented Interfaces:
EnumerableFunction
public class DehydrateMapFunction extends java.lang.Object implements EnumerableFunction
-
-
Constructor Summary
Constructors Constructor Description DehydrateMapFunction(GlobalIdFactory globalIdFactory, MapContentType mapContentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectapply(java.lang.Object input, EnumerationAwareOwnerContext context)
-
-
-
Constructor Detail
-
DehydrateMapFunction
public DehydrateMapFunction(GlobalIdFactory globalIdFactory, MapContentType mapContentType)
-
-
Method Detail
-
apply
public java.lang.Object apply(java.lang.Object input, EnumerationAwareOwnerContext context)- Specified by:
applyin interfaceEnumerableFunction
-
-