Interface ComponentVerifierExtension.VerificationError.Attribute

    • Method Detail

      • name

        String name()
        Name of the attribute. All uppercase for standard attributes and all lower case for custom attributes. Separator between words is an underscore.
        Returns:
        attribute name
      • getName

        default String getName()
        Bean style accessor to name; This is required for framework like Jackson using bean convention for object serialization.
        Returns:
        attribute name