Class RecordComponentInternal


  • final class RecordComponentInternal
    extends java.lang.Object
    The shared internal representation for RecordComponentInfo objects.
    • Constructor Detail

      • RecordComponentInternal

        RecordComponentInternal​(byte[] name,
                                Type type)
      • RecordComponentInternal

        RecordComponentInternal​(byte[] name,
                                Type type,
                                AnnotationInstance[] annotations)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • name

        final java.lang.String name()
      • nameBytes

        final byte[] nameBytes()
      • type

        final Type type()
      • hasAnnotation

        final boolean hasAnnotation​(DotName name)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toString

        public java.lang.String toString​(ClassInfo clazz)
      • setType

        void setType​(Type type)