Package org.mapstruct.ap.internal.writer
Interface Writable.Context
-
- All Known Implementing Classes:
ModelWriter.DefaultModelElementWriterContext
- Enclosing interface:
- Writable
public static interface Writable.ContextPassed toWritable, providing access to additional data specific to a given implementation of the model serialization mechanism.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Tget(java.lang.Class<T> type)Retrieves the object with the given type from this context.
-