Uses of Class
org.immutables.value.processor.meta.NullabilityAnnotationInfo
-
Packages that use NullabilityAnnotationInfo Package Description org.immutables.value.processor.meta -
-
Uses of NullabilityAnnotationInfo in org.immutables.value.processor.meta
Subclasses of NullabilityAnnotationInfo in org.immutables.value.processor.meta Modifier and Type Class Description (package private) classImmutableNullabilityAnnotationInfoImmutable implementation ofNullabilityAnnotationInfo.Fields in org.immutables.value.processor.meta declared as NullabilityAnnotationInfo Modifier and Type Field Description private NullabilityAnnotationInfoValueAttribute. nullabilityprivate NullabilityAnnotationInfoValueAttribute. nullabilityInSupertypeMethods in org.immutables.value.processor.meta that return NullabilityAnnotationInfo Modifier and Type Method Description (package private) static NullabilityAnnotationInfoNullabilityAnnotationInfo. forTypeUse()(package private) static NullabilityAnnotationInfoNullabilityAnnotationInfo. forTypeUse(boolean synthetic)Ad-hoc implementation for type-use level nullable annotation.private NullabilityAnnotationInfoValueAttribute. isAccessorNullableAccessor(javax.lang.model.element.Element element)Methods in org.immutables.value.processor.meta with parameters of type NullabilityAnnotationInfo Modifier and Type Method Description private static booleanAnnotations. annotationTypeMatches(javax.lang.model.element.Element element, javax.lang.model.element.TypeElement annotationElement, java.util.Set<java.lang.String> includeAnnotations, boolean includeAllAnnotations, boolean includeJacksonAnnotations, java.util.Set<java.lang.String> seenAnnotations, java.util.List<java.lang.CharSequence> lines, com.google.common.base.Function<java.lang.String,java.lang.String> importsResolver, java.lang.annotation.ElementType elementType, NullabilityAnnotationInfo nullability)static ImmutableNullabilityAnnotationInfoImmutableNullabilityAnnotationInfo. copyOf(NullabilityAnnotationInfo instance)Creates an immutable copy of aNullabilityAnnotationInfovalue.(package private) static java.util.List<java.lang.CharSequence>Annotations. getAnnotationLines(javax.lang.model.element.Element element, java.util.Set<java.lang.String> includeAnnotations, boolean includeAllAnnotations, boolean includeJacksonAnnotations, java.lang.annotation.ElementType elementType, com.google.common.base.Function<java.lang.String,java.lang.String> importsResolver, NullabilityAnnotationInfo nullability)(package private) static java.util.List<java.lang.CharSequence>Annotations. getAnnotationLines(javax.lang.model.element.Element element, java.util.Set<java.lang.String> includeAnnotations, boolean includeJacksonAnnotations, java.lang.annotation.ElementType elementType, com.google.common.base.Function<java.lang.String,java.lang.String> importsResolver, NullabilityAnnotationInfo nullability)
-