Uses of Interface
org.openwms.wms.movements.spi.Validators
Package
Description
This package contains the internal types of the microservice implementation.
This package contains types to connect to other services (Service Provider Interfaces).
-
Uses of Validators in org.openwms.wms.movements.impl
ModifierConstructorDescription(package private)
MovementServiceImpl
(org.springframework.context.ApplicationEventPublisher eventPublisher, org.ameba.mapping.BeanMapper mapper, javax.validation.Validator validator, org.ameba.i18n.Translator translator, MovementStateResolver movementStateResolver, MovementRepository repository, MovementTypeResolver movementTypeResolver, org.springframework.plugin.core.PluginRegistry<MovementHandler, MovementType> handlers, Validators validators, org.openwms.common.transport.api.TransportUnitApi transportUnitApi, org.openwms.common.location.api.LocationApi locationApi, org.openwms.common.location.api.LocationGroupApi locationGroupApi) -
Uses of Validators in org.openwms.wms.movements.spi
Modifier and TypeClassDescription(package private) class
A DefaultValidatorsImpl is used to instantiate concrete Spring Beans from the interface.