| Package | Description |
|---|---|
| com.github.drinkjava2.myserverless |
| Modifier and Type | Method and Description |
|---|---|
static PieceType |
PieceType.byRemoteMethodName(String method)
Return a PieceType instance based on method name
|
static PieceType |
PieceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PieceType[] |
PieceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SrcBuilder.createFrontText(PieceType pieceType,
SqlJavaPiece piece) |
static String |
SrcBuilder.createSourceCode(Class<?> templateClass,
PieceType piectType,
SqlJavaPiece sqlJavaPiece)
According templateClass, pieceType, SqlJavaPiece to generate java source code
|
static String |
SrcBuilder.createSourceCode(Class<?> templateClass,
PieceType pieceType,
String frontText)
According templateClass, pieceType, frontText to generate java source code
|
Copyright © 2021. All rights reserved.