com.vaadin.flow.server.connect.

Class EndpointNameChecker


  • public class EndpointNameChecker
    extends Object

    A checker responsible for validating the Vaadin Connect endpoint names.

    • Constructor Detail

      • EndpointNameChecker

        public EndpointNameChecker()
    • Method Detail

      • check

        public String check(String endpointName)

        Validates the Vaadin Connect endpoint name given.

        Parameters:

        endpointName - the name to validate

        Returns:

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