Interface OperationInfoGenerator
-
- All Known Implementing Classes:
AnnotatedOperationInfoGenerator,DefaultOperationInfoGenerator,MemberOperationInfoGenerator,PropertyOperationInfoGenerator,RecordComponentInfoGenerator
public interface OperationInfoGeneratorCreated by bojan.tomic on 3/11/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringdeprecationReason(OperationInfoGeneratorParams params)Stringdescription(OperationInfoGeneratorParams params)Stringname(OperationInfoGeneratorParams params)
-
-
-
Method Detail
-
name
String name(OperationInfoGeneratorParams params)
-
description
String description(OperationInfoGeneratorParams params)
-
deprecationReason
String deprecationReason(OperationInfoGeneratorParams params)
-
-