Package | Description |
---|---|
com.espertech.esper.codegen.model.blocks |
Code-Generation Reusable Code Blocks
|
Modifier and Type | Method and Description |
---|---|
static CodegenBlockPropertyBeanOrUnd.AccessType |
CodegenBlockPropertyBeanOrUnd.AccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodegenBlockPropertyBeanOrUnd.AccessType[] |
CodegenBlockPropertyBeanOrUnd.AccessType.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 |
CodegenBlockPropertyBeanOrUnd.from(CodegenContext context,
Class expectedUnderlyingType,
EventPropertyGetterSPI innerGetter,
CodegenBlockPropertyBeanOrUnd.AccessType accessType,
Class generator) |