Class SpringRestAnnotator
java.lang.Object
org.drools.codegen.common.rest.impl.SpringRestAnnotator
- All Implemented Interfaces:
RestAnnotator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEndpointValue(T node) <T extends com.github.javaparser.ast.nodeTypes.NodeWithAnnotations<?>>
booleanisRestAnnotated(T node)
-
Constructor Details
-
SpringRestAnnotator
public SpringRestAnnotator()
-
-
Method Details
-
isRestAnnotated
public <T extends com.github.javaparser.ast.nodeTypes.NodeWithAnnotations<?>> boolean isRestAnnotated(T node) - Specified by:
isRestAnnotatedin interfaceRestAnnotator
-
getEndpointValue
public <T extends com.github.javaparser.ast.nodeTypes.NodeWithAnnotations<?>> Optional<String> getEndpointValue(T node) - Specified by:
getEndpointValuein interfaceRestAnnotator
-