Class SpringDataFunction<INPUT,RESULT>
- java.lang.Object
-
- ru.tinkoff.qa.neptune.core.api.steps.SelfDescribed
-
- ru.tinkoff.qa.neptune.spring.data.SpringDataFunction<INPUT,RESULT>
-
- All Implemented Interfaces:
Function<INPUT,RESULT>
- Direct Known Subclasses:
DeleteAll
,SelectAll
,SelectByOrderedFunction
,SelectByPredicateFunction
,SelectionAsPage
,SelectionByExample
,SelectionByIds
,SelectionBySorting
public abstract class SpringDataFunction<INPUT,RESULT> extends ru.tinkoff.qa.neptune.core.api.steps.SelfDescribed implements Function<INPUT,RESULT>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SpringDataFunction(Class<?>... supported)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T extends org.springframework.data.repository.Repository<?,?>>
RuntimeExceptionunsupportedRepository(T repo)
-
-
-
Constructor Detail
-
SpringDataFunction
protected SpringDataFunction(Class<?>... supported)
-
-
Method Detail
-
unsupportedRepository
protected final <T extends org.springframework.data.repository.Repository<?,?>> RuntimeException unsupportedRepository(T repo)
-
-