Interface Validatable

All Known Implementing Classes:
ServiceExceptionFassade, ServiceImpl, ServiceImplDelegator

@Deprecated public interface Validatable
Deprecated.
This module is deprecated and will be removed in a future release. It is recommended to use REST according to IsyFacts REST Concept instead.
Schnittstelle für Implementierungsteile, die ihre statische Konfiguration validieren können.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validateConfiguration(Class<?> calledInterface, Object target)
    Deprecated.
    Überprüft die Konsistenz der Konfiguration.
  • Method Details

    • validateConfiguration

      void validateConfiguration(Class<?> calledInterface, Object target)
      Deprecated.
      Überprüft die Konsistenz der Konfiguration.
      Parameters:
      calledInterface - die gerufene Schnittstelle
      target - die zu rufende Target-Bean