Uses of Class
japicmp.model.JApiAnnotation
Packages that use JApiAnnotation
Package
Description
-
Uses of JApiAnnotation in japicmp.model
Fields in japicmp.model with type parameters of type JApiAnnotationModifier and TypeFieldDescriptionprivate final List
<JApiAnnotation> JApiBehavior.annotations
private final List
<JApiAnnotation> JApiClass.annotations
private final List
<JApiAnnotation> JApiField.annotations
Methods in japicmp.model that return types with arguments of type JApiAnnotationModifier and TypeMethodDescriptionJApiBehavior.getAnnotations()
JApiClass.getAnnotations()
JApiField.getAnnotations()
JApiHasAnnotations.getAnnotations()
Returns a list of annotations asJApiAnnotation
.Method parameters in japicmp.model with type arguments of type JApiAnnotationModifier and TypeMethodDescriptionprivate void
JApiBehavior.computeAnnotationChanges
(List<JApiAnnotation> annotations, Optional<? extends javassist.CtBehavior> oldBehavior, Optional<? extends javassist.CtBehavior> newBehavior, JarArchiveComparatorOptions options) private void
JApiClass.computeAnnotationChanges
(List<JApiAnnotation> annotations, Optional<javassist.CtClass> oldClassOptional, Optional<javassist.CtClass> newClassOptional) private void
JApiField.computeAnnotationChanges
(List<JApiAnnotation> annotations, Optional<javassist.CtField> oldBehavior, Optional<javassist.CtField> newBehavior, JarArchiveComparatorOptions options) private void
JApiBehavior.computeAnnotationChangesConstructor
(List<JApiAnnotation> annotations, Optional<javassist.CtConstructor> oldBehavior, Optional<javassist.CtConstructor> newBehavior, JarArchiveComparatorOptions options) private void
JApiBehavior.computeAnnotationChangesMethod
(List<JApiAnnotation> annotations, Optional<javassist.CtMethod> oldBehavior, Optional<javassist.CtMethod> newBehavior, JarArchiveComparatorOptions options) -
Uses of JApiAnnotation in japicmp.output
Methods in japicmp.output with parameters of type JApiAnnotationModifier and TypeMethodDescriptionvoid
Filter.FilterVisitor.visit
(Iterator<JApiAnnotation> iterator, JApiAnnotation jApiAnnotation) Method parameters in japicmp.output with type arguments of type JApiAnnotationModifier and TypeMethodDescriptionvoid
Filter.FilterVisitor.visit
(Iterator<JApiAnnotation> iterator, JApiAnnotation jApiAnnotation) -
Uses of JApiAnnotation in japicmp.output.extapi.jpa.model
Methods in japicmp.output.extapi.jpa.model that return types with arguments of type JApiAnnotationModifier and TypeMethodDescriptionprivate Optional
<JApiAnnotation> JpaTable.getTransientAnnotationOfField
(JApiField field) private Optional
<JApiAnnotation> JpaTable.getTransientAnnotationOfProperty
(JApiField field) Methods in japicmp.output.extapi.jpa.model with parameters of type JApiAnnotationModifier and TypeMethodDescriptionprivate JpaName
JpaTable.extractName
(JApiAnnotation entityAnnotation, JApiClass jApiClass) Constructors in japicmp.output.extapi.jpa.model with parameters of type JApiAnnotation -
Uses of JApiAnnotation in japicmp.output.stdout
Methods in japicmp.output.stdout with parameters of type JApiAnnotationModifier and TypeMethodDescriptionprivate void
StdoutOutputGenerator.appendAnnotation
(StringBuilder sb, String signs, JApiAnnotation jApiAnnotation, int numberOfTabs) -
Uses of JApiAnnotation in japicmp.util
Method parameters in japicmp.util with type arguments of type JApiAnnotationModifier and TypeMethodDescriptionstatic <T> void
AnnotationHelper.computeAnnotationChanges
(List<JApiAnnotation> annotations, Optional<T> oldClassOptional, Optional<T> newClassOptional, JarArchiveComparatorOptions options, AnnotationHelper.AnnotationsAttributeCallback<T> annotationsAttributeCallback)