public interface  net.bytebuddy.implementation.HashCodeMethod$NullValueGuard extends java.lang.Object
{
public abstract net.bytebuddy.implementation.bytecode.StackManipulation before();
public abstract net.bytebuddy.implementation.bytecode.StackManipulation after();
public abstract int getRequiredVariablePadding();
}