Interface FieldMarkupFunction<T>

Type Parameters:
T - structure mapped class type

public interface FieldMarkupFunction<T>
A function that decorates a field in a structure mapped class.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    markupField(FieldContext<T> fieldContext, MarkupSession markupSession)
    Decorates the specified field.
  • Method Details

    • markupField

      void markupField(FieldContext<T> fieldContext, MarkupSession markupSession) throws IOException
      Decorates the specified field.
      Parameters:
      fieldContext - information about the field
      markupSession - state and methods to assist marking up the program
      Throws:
      IOException - thrown if error performing the markup