Interface SystemSpecClient
-
- All Superinterfaces:
FeignQuerySupport<SystemSpec>
public interface SystemSpecClient extends FeignQuerySupport<SystemSpec>
Feign declarative service interface for consuming System service..
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<SystemSpec>findAll(java.lang.String condition)Searching for multiple values.
-
-
-
Method Detail
-
findAll
java.util.Set<SystemSpec> findAll(java.lang.String condition)
Description copied from interface:FeignQuerySupportSearching for multiple values.- Specified by:
findAllin interfaceFeignQuerySupport<SystemSpec>- Returns:
-
-