com.vaadin.hilla.

Class EndpointNameChecker

java.lang.Object
com.vaadin.hilla.EndpointNameChecker
public class EndpointNameChecker extends Object

A checker responsible for validating the Vaadin endpoint names.

  • Field Details

  • Constructor Details

    • EndpointNameChecker

      public EndpointNameChecker()
  • Method Details

    • check

      public String check(String endpointName)

      Validates the Vaadin endpoint name given.

      Parameters:

      endpointName - the name to validate

      Returns:

      null if there are no validation errors or String containing validation error description.