
public class RoundContext extends Object
| Constructor and Description |
|---|
RoundContext(AnnotationProcessorContext annotationProcessorContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTypeReadyForProcessing(TypeMirror type)
Marks the given type as being ready for further processing.
|
AnnotationProcessorContext |
getAnnotationProcessorContext() |
boolean |
isReadyForProcessing(TypeMirror type)
Whether the given type has been found to be ready for further processing or not.
|
public RoundContext(AnnotationProcessorContext annotationProcessorContext)
public AnnotationProcessorContext getAnnotationProcessorContext()
public void addTypeReadyForProcessing(TypeMirror type)
type - the type that is ready for further processing by MapStructpublic boolean isReadyForProcessing(TypeMirror type)
type - the typed to be checked for its readinessAstModifyingAnnotationProcessorCopyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.