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.