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 TypeMethodDescriptionvoid
markupField
(FieldContext<T> fieldContext, MarkupSession markupSession) Decorates the specified field.
-
Method Details
-
markupField
void markupField(FieldContext<T> fieldContext, MarkupSession markupSession) throws IOException, CancelledException Decorates the specified field.- Parameters:
fieldContext
- information about the fieldmarkupSession
- state and methods to assist marking up the program- Throws:
IOException
- thrown if error performing the markupCancelledException
- if cancelled
-