Class TypePool.Default.LazyTypeDescription.LazyRecordComponentDescription

    • Method Detail

      • getType

        public TypeDescription.Generic getType()
        Returns the type of the record.
        Returns:
        The type of the record.
      • getDeclaringType

        @Nonnull
        public TypeDescription getDeclaringType()
        Returns the declaring type of this instance.
        Returns:
        The declaring type or null if no such type exists.
      • getActualName

        public java.lang.String getActualName()
        Returns the display name of this element as it is found in the source code. If no such name exists, an empty string is returned.
        Returns:
        The name of this element as given in a Java program's source code.
      • getDeclaredAnnotations

        public AnnotationList getDeclaredAnnotations()
        Returns a list of annotations that are declared by this instance.
        Returns:
        A list of declared annotations.