Uses of Class
japicmp.model.JApiField
-
Packages that use JApiField Package Description japicmp.compat japicmp.model japicmp.output japicmp.output.extapi.jpa.model japicmp.output.stdout -
-
Uses of JApiField in japicmp.compat
Methods in japicmp.compat with parameters of type JApiField Modifier and Type Method Description private 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 JApiField Modifier and Type Field Description private java.util.List<JApiField>
JApiClass. fields
Methods in japicmp.model that return types with arguments of type JApiField Modifier and Type Method Description java.util.List<JApiField>
JApiClass. getFields()
Methods in japicmp.model with parameters of type JApiField Modifier and Type Method Description private boolean
JApiClass. includeField(JApiField jApiField)
Method parameters in japicmp.model with type arguments of type JApiField Modifier and Type Method Description private void
JApiClass. computeFieldChanges(java.util.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 JApiField Modifier and Type Method Description void
Filter.FilterVisitor. visit(java.util.Iterator<JApiField> iterator, JApiField jApiField)
Method parameters in japicmp.output with type arguments of type JApiField Modifier and Type Method Description void
Filter.FilterVisitor. visit(java.util.Iterator<JApiField> iterator, JApiField jApiField)
-
Uses of JApiField in japicmp.output.extapi.jpa.model
Methods in japicmp.output.extapi.jpa.model with parameters of type JApiField Modifier and Type Method Description private 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 JApiField Modifier and Type Method Description private java.lang.String
StdoutOutputGenerator. fieldTypeChangeAsString(JApiField field)
-