Class SimpleComplexityFunction
- java.lang.Object
-
- io.leangen.graphql.execution.complexity.AbstractComplexityFunction
-
- io.leangen.graphql.execution.complexity.SimpleComplexityFunction
-
- All Implemented Interfaces:
ComplexityFunction
public class SimpleComplexityFunction extends AbstractComplexityFunction
-
-
Constructor Summary
Constructors Constructor Description SimpleComplexityFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected inteval(String expression, Map<String,Object> arguments)-
Methods inherited from class io.leangen.graphql.execution.complexity.AbstractComplexityFunction
getComplexity
-
-