Interface ComponentVerifierExtension.VerificationError.Attribute

All Superinterfaces:
Serializable
All Known Subinterfaces:
ComponentVerifierExtension.VerificationError.ExceptionAttribute, ComponentVerifierExtension.VerificationError.GroupAttribute, ComponentVerifierExtension.VerificationError.HttpAttribute
Enclosing interface:
ComponentVerifierExtension.VerificationError

Interface defining an attribute which is a key for the detailed error messages.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Bean style accessor to name; This is required for framework like Jackson using bean convention for object serialization.
    Name of the attribute.
  • Method Details

    • 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