Uses of Class
org.immutables.value.processor.meta.Reporter
Packages that use Reporter
-
Uses of Reporter in org.immutables.value.processor.encode
Fields in org.immutables.value.processor.encode declared as ReporterMethods in org.immutables.value.processor.encode with parameters of type ReporterModifier and TypeMethodDescriptionInstantiator.InstantiationCreator.tryInstantiateFor(Reporter reporter, String typeString, Styles.UsingName.AttributeNames names, ValueType containingType, boolean indirectField) -
Uses of Reporter in org.immutables.value.processor.meta
Subclasses of Reporter in org.immutables.value.processor.metaFields in org.immutables.value.processor.meta declared as ReporterModifier and TypeFieldDescriptionprivate final ReporterAccessorAttributesCollector.reporterprivate final ReporterFactoryMethodAttributesCollector.reporterprivate final ReporterFromSupertypesModel.reporterprivate final ReporterTypeStringProvider.reporterValueAttribute.reporterMethods in org.immutables.value.processor.meta that return ReporterModifier and TypeMethodDescriptionReporter.annotationNamed(String simpleName) Reporter.forAnnotation(Class<? extends Annotation> annotationType) static ReporterReporter.from(ProcessingEnvironment processing) private ReporterProto.Diagnosable.report()(package private) ReporterValueAttribute.report()ValueType.report()abstract ReporterReporter.withAnnotation(AnnotationMirror mirror) abstract ReporterReporter.withElement(Element mirror) Methods in org.immutables.value.processor.meta with parameters of type ReporterModifier and TypeMethodDescriptionstatic ImmutableReporterCreates an immutable copy of aReportervalue.(package private) TypeHierarchyCollectorValueType.createTypeHierarchyCollector(Reporter reporter, Element element) private static booleanImportRewriteDisabler.shouldDisableFor(Reporter reporter, Element element) Constructors in org.immutables.value.processor.meta with parameters of type ReporterModifierConstructorDescription(package private)FromSupertypesModel(Reporter reporter, String abstractTypeName, Collection<ValueAttribute> attributes, com.google.common.collect.ImmutableListMultimap<String, TypeElement> accessorMapping, ProcessingEnvironment processing, List<TypeElement> extendedClasses, Set<TypeElement> implementedInterfaces) (package private)TypeStringProvider(Reporter reporter, Element element, TypeMirror startType, ImportsTypeStringResolver importsResolver, String[] allowedTypevars, String[] typevarArguments)