Class SupportedChecker.Implementation

java.lang.Object
software.xdev.spring.data.eclipse.store.repository.SupportedChecker.Implementation
All Implemented Interfaces:
SupportedChecker
Enclosing interface:
SupportedChecker

public static class SupportedChecker.Implementation extends Object implements SupportedChecker
  • Constructor Details

    • Implementation

      public Implementation()
  • Method Details

    • isSupported

      public boolean isSupported(Class<?> clazz)
      Description copied from interface: SupportedChecker
      Checks if a class is supported by the Spring-Data-Eclipse-Store library.

      Some classes are not supported, because Eclipse Store doesn't support them.

      Specified by:
      isSupported in interface SupportedChecker