Package io.quarkus.gizmo
Class Gizmo.EqualsHashCodeToStringGenerator
- java.lang.Object
-
- io.quarkus.gizmo.Gizmo.EqualsHashCodeToStringGenerator
-
- Enclosing class:
- Gizmo
private static class Gizmo.EqualsHashCodeToStringGenerator extends java.lang.Object
-
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateEqualsHashCodeToStringGenerator(ClassCreator clazz, java.util.Collection<FieldDescriptor> fields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidgenerateEquals()private voidgenerateHashCode()private voidgenerateToString()
-
-
-
Field Detail
-
FLOAT_TO_INT_BITS
private static final MethodDescriptor FLOAT_TO_INT_BITS
-
DOUBLE_TO_LONG_BITS
private static final MethodDescriptor DOUBLE_TO_LONG_BITS
-
BOOLEAN_ARRAY_EQUALS
private static final MethodDescriptor BOOLEAN_ARRAY_EQUALS
-
BYTE_ARRAY_EQUALS
private static final MethodDescriptor BYTE_ARRAY_EQUALS
-
SHORT_ARRAY_EQUALS
private static final MethodDescriptor SHORT_ARRAY_EQUALS
-
INT_ARRAY_EQUALS
private static final MethodDescriptor INT_ARRAY_EQUALS
-
LONG_ARRAY_EQUALS
private static final MethodDescriptor LONG_ARRAY_EQUALS
-
FLOAT_ARRAY_EQUALS
private static final MethodDescriptor FLOAT_ARRAY_EQUALS
-
DOUBLE_ARRAY_EQUALS
private static final MethodDescriptor DOUBLE_ARRAY_EQUALS
-
CHAR_ARRAY_EQUALS
private static final MethodDescriptor CHAR_ARRAY_EQUALS
-
OBJECT_EQUALS
private static final MethodDescriptor OBJECT_EQUALS
-
OBJECT_ARRAY_EQUALS
private static final MethodDescriptor OBJECT_ARRAY_EQUALS
-
ARRAY_DEEP_EQUALS
private static final MethodDescriptor ARRAY_DEEP_EQUALS
-
BOOLEAN_HASH_CODE
private static final MethodDescriptor BOOLEAN_HASH_CODE
-
BOOLEAN_ARRAY_HASH_CODE
private static final MethodDescriptor BOOLEAN_ARRAY_HASH_CODE
-
BYTE_HASH_CODE
private static final MethodDescriptor BYTE_HASH_CODE
-
BYTE_ARRAY_HASH_CODE
private static final MethodDescriptor BYTE_ARRAY_HASH_CODE
-
SHORT_HASH_CODE
private static final MethodDescriptor SHORT_HASH_CODE
-
SHORT_ARRAY_HASH_CODE
private static final MethodDescriptor SHORT_ARRAY_HASH_CODE
-
INT_HASH_CODE
private static final MethodDescriptor INT_HASH_CODE
-
INT_ARRAY_HASH_CODE
private static final MethodDescriptor INT_ARRAY_HASH_CODE
-
LONG_HASH_CODE
private static final MethodDescriptor LONG_HASH_CODE
-
LONG_ARRAY_HASH_CODE
private static final MethodDescriptor LONG_ARRAY_HASH_CODE
-
FLOAT_ARRAY_HASH_CODE
private static final MethodDescriptor FLOAT_ARRAY_HASH_CODE
-
FLOAT_HASH_CODE
private static final MethodDescriptor FLOAT_HASH_CODE
-
DOUBLE_HASH_CODE
private static final MethodDescriptor DOUBLE_HASH_CODE
-
DOUBLE_ARRAY_HASH_CODE
private static final MethodDescriptor DOUBLE_ARRAY_HASH_CODE
-
CHAR_HASH_CODE
private static final MethodDescriptor CHAR_HASH_CODE
-
CHAR_ARRAY_HASH_CODE
private static final MethodDescriptor CHAR_ARRAY_HASH_CODE
-
OBJECT_HASH_CODE
private static final MethodDescriptor OBJECT_HASH_CODE
-
OBJECT_ARRAY_HASH_CODE
private static final MethodDescriptor OBJECT_ARRAY_HASH_CODE
-
ARRAY_DEEP_HASH_CODE
private static final MethodDescriptor ARRAY_DEEP_HASH_CODE
-
BOOLEAN_ARRAY_TO_STRING
private static final MethodDescriptor BOOLEAN_ARRAY_TO_STRING
-
BYTE_ARRAY_TO_STRING
private static final MethodDescriptor BYTE_ARRAY_TO_STRING
-
SHORT_ARRAY_TO_STRING
private static final MethodDescriptor SHORT_ARRAY_TO_STRING
-
INT_ARRAY_TO_STRING
private static final MethodDescriptor INT_ARRAY_TO_STRING
-
LONG_ARRAY_TO_STRING
private static final MethodDescriptor LONG_ARRAY_TO_STRING
-
FLOAT_ARRAY_TO_STRING
private static final MethodDescriptor FLOAT_ARRAY_TO_STRING
-
DOUBLE_ARRAY_TO_STRING
private static final MethodDescriptor DOUBLE_ARRAY_TO_STRING
-
CHAR_ARRAY_TO_STRING
private static final MethodDescriptor CHAR_ARRAY_TO_STRING
-
OBJECT_ARRAY_TO_STRING
private static final MethodDescriptor OBJECT_ARRAY_TO_STRING
-
ARRAY_DEEP_TO_STRING
private static final MethodDescriptor ARRAY_DEEP_TO_STRING
-
clazz
private final ClassCreator clazz
-
fields
private final java.util.Collection<FieldDescriptor> fields
-
-
Constructor Detail
-
EqualsHashCodeToStringGenerator
private EqualsHashCodeToStringGenerator(ClassCreator clazz, java.util.Collection<FieldDescriptor> fields)
-
-