Uses of Class
org.immutables.value.processor.meta.AnnotationInjections.InjectAnnotation.Where
-
Packages that use AnnotationInjections.InjectAnnotation.Where Package Description org.immutables.value.processor.meta -
-
Uses of AnnotationInjections.InjectAnnotation.Where in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta declared as AnnotationInjections.InjectAnnotation.Where Modifier and Type Field Description private AnnotationInjections.InjectAnnotation.Where[]InjectAnnotationMirror. target(package private) AnnotationInjections.InjectAnnotation.Where[]InjectAnnotationMirror.TargetExtractor. valuesFields in org.immutables.value.processor.meta with type parameters of type AnnotationInjections.InjectAnnotation.Where Modifier and Type Field Description (package private) java.util.EnumSet<AnnotationInjections.InjectAnnotation.Where>AnnotationInjections.InjectionInfo. targetsMethods in org.immutables.value.processor.meta that return AnnotationInjections.InjectAnnotation.Where Modifier and Type Method Description (package private) AnnotationInjections.InjectAnnotation.Where[]InjectAnnotationMirror.TargetExtractor. get()AnnotationInjections.InjectAnnotation.Where[]target()AnnotationInjections.InjectAnnotation.Where[]InjectAnnotationMirror. target()static AnnotationInjections.InjectAnnotation.WhereAnnotationInjections.InjectAnnotation.Where. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AnnotationInjections.InjectAnnotation.Where[]AnnotationInjections.InjectAnnotation.Where. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.immutables.value.processor.meta with parameters of type AnnotationInjections.InjectAnnotation.Where Modifier and Type Method Description (package private) voidAnnotationInjections.AnnotationInjection. addIfApplicable(javax.lang.model.element.Element element, AnnotationInjections.InjectAnnotation.Where target, java.util.Collection<java.lang.String> attributeNames, java.util.Map<java.lang.String,java.lang.String> annotationCode)static java.util.Collection<java.lang.String>AnnotationInjections. collectInjections(javax.lang.model.element.Element element, AnnotationInjections.InjectAnnotation.Where target, java.util.Collection<java.lang.String> attributeNames, java.lang.Iterable<AnnotationInjections.AnnotationInjection>... injections)private java.util.Collection<java.lang.String>ValueAttribute. collectInjections(AnnotationInjections.InjectAnnotation.Where target)private java.util.Collection<java.lang.String>ValueType. collectInjections(AnnotationInjections.InjectAnnotation.Where target)Constructors in org.immutables.value.processor.meta with parameters of type AnnotationInjections.InjectAnnotation.Where Constructor Description InjectionInfo(java.lang.String code, java.lang.String annotationType, java.lang.String deduplicationKey, boolean ifPresent, AnnotationInjections.InjectAnnotation.Where[] targets)
-