Class WrapperRegistry
java.lang.Object
de.hybris.platform.servicelayer.internal.model.impl.wrapper.WrapperRegistry
Central place where all wrappers initiate their live and are kept for potential reuse.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsWrapperFor(Object model, PersistenceOperation operation) createWrapper(Object model, PersistenceOperation operation) getWrapperFor(Object model, PersistenceOperation operation) wrap(Collection<? extends Object> models, PersistenceOperation persistenceOperation)
-
Constructor Details
-
WrapperRegistry
-
-
Method Details
-
createWrapper
-
wrap
public Collection<ModelWrapper> wrap(Collection<? extends Object> models, PersistenceOperation persistenceOperation) -
containsWrapperFor
-
getWrapperFor
-