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