Interface TypeWriter.FieldPool

All Known Subinterfaces:
FieldRegistry.Compiled
All Known Implementing Classes:
FieldRegistry.Compiled.NoOp, FieldRegistry.Default.Compiled, TypeWriter.FieldPool.Disabled
Enclosing interface:
TypeWriter<T>

public static interface TypeWriter.FieldPool
An field pool that allows a lookup for how to implement a field.
  • Method Details

    • target

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