Uses of Class
org.immutables.value.processor.meta.Reporter
-
Packages that use Reporter Package Description org.immutables.value.processor.encode org.immutables.value.processor.meta -
-
Uses of Reporter in org.immutables.value.processor.encode
Fields in org.immutables.value.processor.encode declared as Reporter Modifier and Type Field Description (package private) ReporterEncodings. reporterMethods in org.immutables.value.processor.encode with parameters of type Reporter Modifier and Type Method Description InstantiationInstantiator.InstantiationCreator. tryInstantiateFor(Reporter reporter, java.lang.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.meta Modifier and Type Class Description classImmutableReporterImmutable implementation ofReporter.Fields in org.immutables.value.processor.meta declared as Reporter Modifier and Type Field Description private ReporterAccessorAttributesCollector. reporterprivate ReporterFactoryMethodAttributesCollector. reporterprivate ReporterFromSupertypesModel. reporterprivate ReporterTypeStringProvider. reporterReporterValueAttribute. reporterMethods in org.immutables.value.processor.meta that return Reporter Modifier and Type Method Description ReporterReporter. annotationNamed(java.lang.String simpleName)ReporterReporter. forAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)static ReporterReporter. from(javax.annotation.processing.ProcessingEnvironment processing)private ReporterAccessorAttributesCollector. report(javax.lang.model.element.Element type)ReporterProto.Diagnosable. report()(package private) ReporterValueAttribute. report()ReporterValueType. report()abstract ReporterReporter. withAnnotation(javax.lang.model.element.AnnotationMirror mirror)abstract ReporterReporter. withElement(javax.lang.model.element.Element mirror)Methods in org.immutables.value.processor.meta with parameters of type Reporter Modifier and Type Method Description static ImmutableReporterImmutableReporter. copyOf(Reporter instance)Creates an immutable copy of aReportervalue.(package private) TypeHierarchyCollectorValueType. createTypeHierarchyCollector(Reporter reporter, javax.lang.model.element.Element element)private static booleanImportRewriteDisabler. shouldDisableFor(Reporter reporter, javax.lang.model.element.Element element)Constructors in org.immutables.value.processor.meta with parameters of type Reporter Constructor Description FromSupertypesModel(Reporter reporter, java.lang.String abstractTypeName, java.util.Collection<ValueAttribute> attributes, com.google.common.collect.ImmutableListMultimap<java.lang.String,javax.lang.model.element.TypeElement> accessorMapping, javax.annotation.processing.ProcessingEnvironment processing, java.util.List<javax.lang.model.element.TypeElement> extendedClasses, java.util.Set<javax.lang.model.element.TypeElement> implementedInterfaces)TypeStringProvider(Reporter reporter, javax.lang.model.element.Element element, javax.lang.model.type.TypeMirror startType, ImportsTypeStringResolver importsResolver, java.lang.String[] allowedTypevars, java.lang.String[] typevarArguments)
-