Uses of Interface
de.hybris.platform.util.JaloObjectCreator
-
Packages that use JaloObjectCreator Package Description de.hybris.platform.commons.jalo de.hybris.platform.jalo -
-
Uses of JaloObjectCreator in de.hybris.platform.commons.jalo
Classes in de.hybris.platform.commons.jalo that implement JaloObjectCreator Modifier and Type Class Description static classCommonsManager.ItemMethodInterceptor -
Uses of JaloObjectCreator in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that return JaloObjectCreator Modifier and Type Method Description static JaloObjectCreatorJaloImplementationManager. getJaloObjectCreator(java.lang.Class jaloClass)Deprecated.since agesMethods in de.hybris.platform.jalo with parameters of type JaloObjectCreator Modifier and Type Method Description static voidJaloImplementationManager. registerJaloObject(java.lang.Class jaloClass, JaloObjectCreator creator)registers a new jalo object to the system.static voidJaloImplementationManager. replaceCoreJaloClass(java.lang.Class jaloClass, JaloObjectCreator creator)
-