Package | Description |
---|---|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Field and Description |
---|---|
private EqualsMethod.TypeCompatibilityCheck |
EqualsMethod.typeCompatibilityCheck
The instance type compatibility check.
|
Modifier and Type | Method and Description |
---|---|
static EqualsMethod.TypeCompatibilityCheck |
EqualsMethod.TypeCompatibilityCheck.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EqualsMethod.TypeCompatibilityCheck[] |
EqualsMethod.TypeCompatibilityCheck.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EqualsMethod(EqualsMethod.SuperClassCheck superClassCheck,
EqualsMethod.TypeCompatibilityCheck typeCompatibilityCheck,
ElementMatcher.Junction<? super FieldDescription.InDefinedShape> ignored,
ElementMatcher.Junction<? super FieldDescription.InDefinedShape> nonNullable,
java.util.Comparator<? super FieldDescription.InDefinedShape> comparator)
Creates a new equals method implementation.
|