Interface FieldTypeCustomizer
- All Superinterfaces:
KeyFactoryCustomizer
Customizes key types for
KeyFactory right in constructor.-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(CodeEmitter e, int index, Type type) Customizesthis.FIELD_0 = ?assignment in key constructorgetOutType(int index, Type type) Computes type of field for storing given parameter
-
Method Details
-
customize
Customizesthis.FIELD_0 = ?assignment in key constructor- Parameters:
e- code emitterindex- parameter indextype- parameter type
-
getOutType
-