Class FieldViewModel


  • public class FieldViewModel
    extends MemberViewModel
    This utility class renders Field objects into a more human-readable format. It can be used as a Java type renderer in Intellij-based IDE to support debugging.
    • Method Detail

      • renderPreview

        public java.lang.String renderPreview()
        A utility method that renders a Field entry into a preview string, e.g., "public static int bar"
        Returns:
        A string previewing the constant pool entry.