public interface ClassWriter
| Modifier and Type | Method and Description |
|---|---|
void |
createCommandResourceConstructor(String commandResourceClassName,
String commandName,
String httpMethod,
boolean linkedToParent,
CommandResourceMetaData.ParameterMetaData[] commandParams,
String commandDisplayName,
String commandAction) |
void |
createCustomResourceMapping(String resourceClassName,
String mappingPath) |
void |
createGetChildResource(String path,
String childResourceClassName) |
void |
createGetChildResourceForListResources(String keyAttributeName,
String childResourceClassName) |
void |
createGetCommandResource(String commandResourceClassName,
String resourcePath) |
void |
createGetCommandResourcePaths(List<CommandResourceMetaData> commandMetaData) |
void |
createGetDeleteCommand(String commandName) |
void |
createGetDeleteCommandForCollectionLeafResource(String postCommandName) |
void |
createGetDisplayNameForCollectionLeafResource(String displayName) |
void |
createGetPostCommand(String commandName) |
void |
createGetPostCommandForCollectionLeafResource(String postCommandName) |
void |
done()
Called to end creation of class being written by this writer
|
void createGetCommandResourcePaths(List<CommandResourceMetaData> commandMetaData)
void createGetCommandResource(String commandResourceClassName, String resourcePath)
void createCommandResourceConstructor(String commandResourceClassName, String commandName, String httpMethod, boolean linkedToParent, CommandResourceMetaData.ParameterMetaData[] commandParams, String commandDisplayName, String commandAction)
void createCustomResourceMapping(String resourceClassName, String mappingPath)
void done()
void createGetDeleteCommand(String commandName)
void createGetPostCommand(String commandName)
void createGetChildResourceForListResources(String keyAttributeName, String childResourceClassName)
void createGetPostCommandForCollectionLeafResource(String postCommandName)
void createGetDeleteCommandForCollectionLeafResource(String postCommandName)
void createGetDisplayNameForCollectionLeafResource(String displayName)
Copyright © 2019. All rights reserved.