public interface RestResourceGenerator
| Modifier and Type | Method and Description |
|---|---|
List<org.jboss.forge.parser.java.JavaClass> |
generateFrom(RestGenerationContext context)
Generate a REST endpoint based on a context
|
String |
getDescription()
A human-readable description for this strategy
|
String |
getName()
A readable description for this strategy
|
String getName()
String getDescription()
List<org.jboss.forge.parser.java.JavaClass> generateFrom(RestGenerationContext context) throws Exception
ExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.