Class SystemPropertyCustomPersistenceHandler

java.lang.Object
org.broadleafcommerce.openadmin.server.service.handler.CustomPersistenceHandlerAdapter
org.broadleafcommerce.openadmin.server.service.handler.SystemPropertyCustomPersistenceHandler
All Implemented Interfaces:
CustomPersistenceHandler, org.springframework.core.Ordered

@Component("blSystemPropertyCustomPersistenceHandler") public class SystemPropertyCustomPersistenceHandler extends CustomPersistenceHandlerAdapter
Custom persistence handler for SystemProperty to ensure that the value is validated against the type appropriately.
Author:
Andre Azzolini (apazzolini)