Package org.drools.codegen.common.rest
Interface RestAnnotator
- All Known Implementing Classes:
CDIRestAnnotator,SpringRestAnnotator
public interface RestAnnotator
-
Method Summary
Modifier and TypeMethodDescriptiongetEndpointValue(T node) <T extends com.github.javaparser.ast.nodeTypes.NodeWithAnnotations<?>>
booleanisRestAnnotated(T node)
-
Method Details
-
isRestAnnotated
<T extends com.github.javaparser.ast.nodeTypes.NodeWithAnnotations<?>> boolean isRestAnnotated(T node) -
getEndpointValue
-