Package dev.hilla
Class EndpointNameChecker
- java.lang.Object
-
- dev.hilla.EndpointNameChecker
-
public class EndpointNameChecker extends Object
A checker responsible for validating the Vaadin endpoint names.
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>ECMA_SCRIPT_RESERVED_WORDSSet of reserved words in ECMAScript specification.
-
Constructor Summary
Constructors Constructor Description EndpointNameChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcheck(String endpointName)Validates the Vaadin endpoint name given.
-