Uses of Class
japicmp.model.JApiMethod
-
Packages that use JApiMethod Package Description japicmp.compat japicmp.model japicmp.output japicmp.output.extapi.jpa.model -
-
Uses of JApiMethod in japicmp.compat
Methods in japicmp.compat that return types with arguments of type JApiMethod Modifier and Type Method Description private java.util.List<JApiMethod>
CompatibilityChanges. getImplementedMethods(JApiClass jApiClass, java.util.Map<java.lang.String,JApiClass> classMap, JApiMethod method)
private java.util.List<JApiMethod>
CompatibilityChanges. getOverriddenMethods(JApiClass jApiClass, java.util.Map<java.lang.String,JApiClass> classMap, JApiMethod method)
private java.util.List<JApiMethod>
CompatibilityChanges. removeNullValues(java.util.ArrayList<JApiMethod> jApiMethods)
Methods in japicmp.compat with parameters of type JApiMethod Modifier and Type Method Description private void
CompatibilityChanges. checkAbstractMethod(JApiClass jApiClass, java.util.Map<java.lang.String,JApiClass> classMap, JApiMethod method)
private void
CompatibilityChanges. checkIfExceptionIsNowChecked(JApiMethod method)
private void
CompatibilityChanges. checkIfMethodHasBeenPulledUp(JApiClass jApiClass, java.util.Map<java.lang.String,JApiClass> classMap, JApiMethod method, java.util.List<java.lang.Integer> returnValues)
private java.util.List<JApiMethod>
CompatibilityChanges. getImplementedMethods(JApiClass jApiClass, java.util.Map<java.lang.String,JApiClass> classMap, JApiMethod method)
private java.util.List<JApiMethod>
CompatibilityChanges. getOverriddenMethods(JApiClass jApiClass, java.util.Map<java.lang.String,JApiClass> classMap, JApiMethod method)
private boolean
CompatibilityChanges. isImplemented(JApiMethod jApiMethod)
Is a method implemented in a super classMethod parameters in japicmp.compat with type arguments of type JApiMethod Modifier and Type Method Description private java.util.List<JApiMethod>
CompatibilityChanges. removeNullValues(java.util.ArrayList<JApiMethod> jApiMethods)
-
Uses of JApiMethod in japicmp.model
Fields in japicmp.model with type parameters of type JApiMethod Modifier and Type Field Description private java.util.List<JApiMethod>
JApiClass. methods
Methods in japicmp.model that return types with arguments of type JApiMethod Modifier and Type Method Description java.util.List<JApiMethod>
JApiClass. getMethods()
Methods in japicmp.model with parameters of type JApiMethod Modifier and Type Method Description boolean
JApiBehavior. hasSameParameter(JApiMethod method)
boolean
JApiMethod. hasSameReturnType(JApiMethod otherMethod)
boolean
JApiMethod. hasSameSignature(JApiMethod jApiMethod)
private boolean
JApiClass. includeMethod(JApiMethod jApiMethod)
-
Uses of JApiMethod in japicmp.output
Methods in japicmp.output with parameters of type JApiMethod Modifier and Type Method Description void
Filter.FilterVisitor. visit(java.util.Iterator<JApiMethod> iterator, JApiMethod jApiMethod)
Method parameters in japicmp.output with type arguments of type JApiMethod Modifier and Type Method Description void
Filter.FilterVisitor. visit(java.util.Iterator<JApiMethod> iterator, JApiMethod jApiMethod)
-
Uses of JApiMethod in japicmp.output.extapi.jpa.model
Methods in japicmp.output.extapi.jpa.model that return types with arguments of type JApiMethod Modifier and Type Method Description private Optional<JApiMethod>
JpaTable. getPropertyMethod(JApiField field)
-