Class AnnotatedOperationInfoGenerator
- java.lang.Object
-
- io.leangen.graphql.metadata.strategy.query.AnnotatedOperationInfoGenerator
-
- All Implemented Interfaces:
OperationInfoGenerator
- Direct Known Subclasses:
PropertyOperationInfoGenerator,RecordComponentInfoGenerator
public class AnnotatedOperationInfoGenerator extends Object implements OperationInfoGenerator
Created by bojan.tomic on 7/3/16.
-
-
Constructor Summary
Constructors Constructor Description AnnotatedOperationInfoGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdeprecationReason(OperationInfoGeneratorParams params)Stringdescription(OperationInfoGeneratorParams params)Stringname(OperationInfoGeneratorParams params)
-
-
-
Method Detail
-
name
public String name(OperationInfoGeneratorParams params)
- Specified by:
namein interfaceOperationInfoGenerator
-
description
public String description(OperationInfoGeneratorParams params)
- Specified by:
descriptionin interfaceOperationInfoGenerator
-
deprecationReason
public String deprecationReason(OperationInfoGeneratorParams params)
- Specified by:
deprecationReasonin interfaceOperationInfoGenerator
-
-