Interface ComponentVerifierExtension.VerificationError.Code

    • Method Detail

      • name

        String name()
        Name of the code. All uppercase for standard codes, all lower case for custom codes. Separator between two words is an underscore.
        Returns:
        code name
      • getName

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