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 booleanCompatibilityChanges. fieldTypeMatches(JApiField field1, JApiField field2)private booleanCompatibilityChanges. 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. fieldsMethods 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 booleanJApiClass. includeField(JApiField jApiField)Method parameters in japicmp.model with type arguments of type JApiField Modifier and Type Method Description private voidJApiClass. 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 voidFilter.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 voidFilter.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.StringStdoutOutputGenerator. fieldTypeChangeAsString(JApiField field)
-