Uses of Enum
net.bytebuddy.implementation.EqualsMethod.SuperClassCheck
Packages that use EqualsMethod.SuperClassCheck
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of EqualsMethod.SuperClassCheck in net.bytebuddy.implementation
Subclasses with type arguments of type EqualsMethod.SuperClassCheck in net.bytebuddy.implementationModifier and TypeClassDescriptionprotected static enumChecks the equality contract against the super class.Methods in net.bytebuddy.implementation that return EqualsMethod.SuperClassCheckModifier and TypeMethodDescriptionstatic EqualsMethod.SuperClassCheckReturns the enum constant of this type with the specified name.static EqualsMethod.SuperClassCheck[]EqualsMethod.SuperClassCheck.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.bytebuddy.implementation with parameters of type EqualsMethod.SuperClassCheckModifierConstructorDescriptionprotectedEqualsMethod(EqualsMethod.SuperClassCheck superClassCheck) Creates a new equals method implementation.