public class MongockAnnotationProcessor extends Object implements AnnotationProcessor
| Constructor and Description |
|---|
MongockAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Class<? extends Annotation>> |
getChangeLogAnnotationClass() |
String |
getChangeLogOrder(Class<?> type) |
ChangeSetItem |
getChangeSet(Method method) |
boolean |
isChangeSetAnnotated(Method method) |
public Collection<Class<? extends Annotation>> getChangeLogAnnotationClass()
getChangeLogAnnotationClass in interface AnnotationProcessorpublic boolean isChangeSetAnnotated(Method method)
isChangeSetAnnotated in interface AnnotationProcessorpublic String getChangeLogOrder(Class<?> type)
getChangeLogOrder in interface AnnotationProcessorpublic ChangeSetItem getChangeSet(Method method)
getChangeSet in interface AnnotationProcessorCopyright © 2021. All rights reserved.