接口 FieldTypeCustomizer

所有超级接口:
KeyFactoryCustomizer

public interface FieldTypeCustomizer extends KeyFactoryCustomizer
Customizes key types for KeyFactory right in constructor.
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    customize(CodeEmitter e, int index, Type type)
    Customizes this.FIELD_0 = ? assignment in key constructor
    getOutType(int index, Type type)
    Computes type of field for storing given parameter
  • 方法详细资料

    • customize

      void customize(CodeEmitter e, int index, Type type)
      Customizes this.FIELD_0 = ? assignment in key constructor
      参数:
      e - code emitter
      index - parameter index
      type - parameter type
    • getOutType

      Type getOutType(int index, Type type)
      Computes type of field for storing given parameter
      参数:
      index - parameter index
      type - parameter type