Package org.mapstruct.ap.internal.writer
Interface Writable.Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
get(Class<T> type)
Retrieves the object with the given type from this context.
-
-
-
Method Detail
-
get
<T> T get(Class<T> type)
Retrieves the object with the given type from this context.- Type Parameters:
T
- the type- Parameters:
type
- The type of the object to retrieve from this context.- Returns:
- The object with the given type from this context.
-
-