Uses of Class
org.immutables.value.processor.meta.ImmutableNullabilityAnnotationInfo
-
Packages that use ImmutableNullabilityAnnotationInfo Package Description org.immutables.value.processor.meta -
-
Uses of ImmutableNullabilityAnnotationInfo in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta declared as ImmutableNullabilityAnnotationInfo Modifier and Type Field Description (package private) ImmutableNullabilityAnnotationInfoImmutableNullabilityAnnotationInfo.InternProxy. instanceMethods in org.immutables.value.processor.meta that return ImmutableNullabilityAnnotationInfo Modifier and Type Method Description static ImmutableNullabilityAnnotationInfoImmutableNullabilityAnnotationInfo. copyOf(NullabilityAnnotationInfo instance)Creates an immutable copy of aNullabilityAnnotationInfovalue.static ImmutableNullabilityAnnotationInfoImmutableNullabilityAnnotationInfo. of(javax.lang.model.element.TypeElement element)Construct a new immutableNullabilityAnnotationInfoinstance.private static ImmutableNullabilityAnnotationInfoImmutableNullabilityAnnotationInfo. validate(ImmutableNullabilityAnnotationInfo instance)ImmutableNullabilityAnnotationInfoImmutableNullabilityAnnotationInfo. withElement(javax.lang.model.element.TypeElement value)Copy the current immutable object by setting a value for theelementattribute.Methods in org.immutables.value.processor.meta with parameters of type ImmutableNullabilityAnnotationInfo Modifier and Type Method Description private booleanImmutableNullabilityAnnotationInfo. equalTo(int synthetic, ImmutableNullabilityAnnotationInfo another)private static ImmutableNullabilityAnnotationInfoImmutableNullabilityAnnotationInfo. validate(ImmutableNullabilityAnnotationInfo instance)Constructors in org.immutables.value.processor.meta with parameters of type ImmutableNullabilityAnnotationInfo Constructor Description ImmutableNullabilityAnnotationInfo(ImmutableNullabilityAnnotationInfo original, javax.lang.model.element.TypeElement element)InternProxy(ImmutableNullabilityAnnotationInfo instance)
-