T - public class AnnotationRepository<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
List<AnnotatedClassMethod<?>> |
getClassMethodListForAnnotation(String annotationName)
Use this method to get a List of AnnotatedClassMethod object based on annotation name
|
static AnnotationRepository<?> |
getInstance()
To get an instance of AnnotationRepository Class
|
void |
registerAnnotationClassMethod(String annotationName,
AnnotatedClassMethod<?> annoClassMthod)
Use this method to register a list of AnnotatedClassMethod object against a particular Odata V4 annotation
|
public static AnnotationRepository<?> getInstance()
public List<AnnotatedClassMethod<?>> getClassMethodListForAnnotation(String annotationName)
String:annotationName - public void registerAnnotationClassMethod(String annotationName, AnnotatedClassMethod<?> annoClassMthod)
annotationName - list - Copyright © 2020 SAP. All Rights Reserved.