Class CommonsManager.ProxyJaloObjectCreator

java.lang.Object
de.hybris.platform.commons.jalo.CommonsManager.ProxyJaloObjectCreator
All Implemented Interfaces:
JaloObjectCreator
Enclosing class:
CommonsManager

public static class CommonsManager.ProxyJaloObjectCreator extends Object implements JaloObjectCreator
An proxy abstraction over the Item object that can be used for intercepting for creating and modifying Java classes during the runtime.
  • Constructor Details

    • ProxyJaloObjectCreator

      public ProxyJaloObjectCreator(Class<? extends Item> type)
      Creates an proxy object creator
      Parameters:
      type - item type that would be created as a proxy, should be an instance of a Java runtime manipulation library.
  • Method Details