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:FeignQuerySupport
Searching for multiple values.- Specified by:
findAll
in interfaceFeignQuerySupport<SystemSpec>
- Returns:
-
-