AnnotationWrapper(MapperGeneratorContext context,
AnnotationMirror annotationMirror,
Element annotatedElement) |
BeanWrapper(MapperGeneratorContext context,
TypeMirror typeMirror) |
CustomMapperWrapper(AnnotationWrapper mapperAnnotation,
MapperGeneratorContext context) |
CustomMapperWrapper(CustomMapperWrapper parent,
AnnotationWrapper annotationWrapper,
MapperGeneratorContext context) |
EnumMappersWrapper(List<AnnotationWrapper> annotationWrappers,
MapperGeneratorContext context,
Element reportElement) |
FactoryWrapper(AnnotationWrapper mapperAnnotation,
MapperGeneratorContext context) |
FieldsWrapper(MapperGeneratorContext context,
MethodWrapper mapperMethod,
FieldsWrapper parent,
List<AnnotationWrapper> withCustomFields) |
FieldsWrapper(MapperGeneratorContext context,
TypeElement type,
AnnotationWrapper mapper) |
IgnoreFieldsWrapper(MapperGeneratorContext context,
Element mapperMethod,
IgnoreFieldsWrapper parent,
List<String> ignoreFieldsParam) |
IgnoreFieldsWrapper(MapperGeneratorContext context,
Element mapperMethod,
List<String> ignoreFieldsParam) |
ImmutableTypesWrapper(AnnotationWrapper mapper,
MapperGeneratorContext context) |
MapperWrapper(MapperGeneratorContext context,
TypeElement mapperInterface) |
MappingRegistry(MapperGeneratorContext context) |
MethodWrapper(ExecutableElement method,
DeclaredType declaredType,
MapperGeneratorContext context) |
SourceWrapper(AnnotationWrapper mapperAnnotation,
MapperGeneratorContext context) |
TypeConstructorWrapper(MapperGeneratorContext context,
TypeElement typeElement) |