Class HttpEndpointCreator

java.lang.Object
io.helidon.nima.http.processor.HttpEndpointCreator
All Implemented Interfaces:
CustomAnnotationTemplateCreator

public class HttpEndpointCreator extends Object implements CustomAnnotationTemplateCreator
Annotation processor that generates a service for each class annotated with "io.helidon.common.http.Path" annotation. Service provider implementation of a CustomAnnotationTemplateCreator.