Uses of Class
japicmp.model.JApiField
Packages that use JApiField
Package
Description
-
Uses of JApiField in japicmp.compat
Methods in japicmp.compat with parameters of type JApiFieldModifier and TypeMethodDescriptionprivate boolean
CompatibilityChanges.fieldTypeMatches
(JApiField field1, JApiField field2) private boolean
CompatibilityChanges.hasSameType
(JApiField field, JApiField otherField) -
Uses of JApiField in japicmp.model
Fields in japicmp.model with type parameters of type JApiFieldMethods in japicmp.model that return types with arguments of type JApiFieldMethods in japicmp.model with parameters of type JApiFieldMethod parameters in japicmp.model with type arguments of type JApiFieldModifier and TypeMethodDescriptionprivate void
JApiClass.computeFieldChanges
(List<JApiField> fields, Optional<javassist.CtClass> oldClassOptional, Optional<javassist.CtClass> newClassOptional) -
Uses of JApiField in japicmp.output
Methods in japicmp.output with parameters of type JApiFieldModifier and TypeMethodDescriptionvoid
Method parameters in japicmp.output with type arguments of type JApiField -
Uses of JApiField in japicmp.output.extapi.jpa.model
Methods in japicmp.output.extapi.jpa.model with parameters of type JApiFieldModifier and TypeMethodDescriptionprivate Optional
<JApiMethod> JpaTable.getPropertyMethod
(JApiField field) private Optional
<JApiAnnotation> JpaTable.getTransientAnnotationOfField
(JApiField field) private Optional
<JApiAnnotation> JpaTable.getTransientAnnotationOfProperty
(JApiField field) -
Uses of JApiField in japicmp.output.stdout
Methods in japicmp.output.stdout with parameters of type JApiFieldModifier and TypeMethodDescriptionprivate String
StdoutOutputGenerator.fieldTypeChangeAsString
(JApiField field)