Uses of Interface
org.openwms.wms.movements.spi.Validators
Packages that use 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
Fields in org.openwms.wms.movements.impl declared as ValidatorsConstructors in org.openwms.wms.movements.impl with parameters of type ValidatorsModifierConstructorDescription(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
Classes in org.openwms.wms.movements.spi that implement ValidatorsModifier and TypeClassDescription(package private) class
A DefaultValidatorsImpl is used to instantiate concrete Spring Beans from the interface.