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