Interface TypeWriter.MethodPool

All Known Subinterfaces:
MethodRegistry.Compiled
All Known Implementing Classes:
MethodRegistry.Default.Compiled
Enclosing interface:
TypeWriter<T>

public static interface TypeWriter.MethodPool
An method pool that allows a lookup for how to implement a method.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    An entry of a method pool that describes how a method is implemented.
  • Method Summary

    Modifier and Type
    Method
    Description
    target(MethodDescription methodDescription)
    Looks up a handler entry for a given method.
  • Method Details

    • target

      Looks up a handler entry for a given method.
      Parameters:
      methodDescription - The method being processed.
      Returns:
      A handler entry for the given method.