Package dev.hilla

Class EndpointNameChecker


  • public class EndpointNameChecker
    extends Object
    A checker responsible for validating the Vaadin endpoint names.
    • Constructor Detail

      • EndpointNameChecker

        public EndpointNameChecker()
    • Method Detail

      • 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.