Interface TypeWriter.FieldPool

    • Method Detail

      • target

        TypeWriter.FieldPool.Record target​(FieldDescription fieldDescription)
        Returns the field attribute appender that matches a given field description or a default field attribute appender if no appender was registered for the given field.
        Parameters:
        fieldDescription - The field description of interest.
        Returns:
        The registered field attribute appender for the given field or the default appender if no such appender was found.