Class SupportedChecker.Implementation
java.lang.Object
software.xdev.spring.data.eclipse.store.repository.SupportedChecker.Implementation
- All Implemented Interfaces:
SupportedChecker
- Enclosing interface:
- SupportedChecker
-
Nested Class Summary
Nested classes/interfaces inherited from interface software.xdev.spring.data.eclipse.store.repository.SupportedChecker
SupportedChecker.Implementation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSupported(Class<?> clazz) Checks if a class is supported by the Spring-Data-Eclipse-Store library.
-
Constructor Details
-
Implementation
public Implementation()
-
-
Method Details
-
isSupported
Description copied from interface:SupportedCheckerChecks 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:
isSupportedin interfaceSupportedChecker
-