Uses of Class
org.immutables.value.processor.meta.ImmutableValueImmutableInfo
Packages that use ImmutableValueImmutableInfo
-
Uses of ImmutableValueImmutableInfo in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta declared as ImmutableValueImmutableInfoModifier and TypeFieldDescription(package private) final ImmutableValueImmutableInfoImmutableValueImmutableInfo.InternProxy.instanceMethods in org.immutables.value.processor.meta that return ImmutableValueImmutableInfoModifier and TypeMethodDescriptionImmutableValueImmutableInfo.Builder.build()Builds a newImmutableValueImmutableInfo.(package private) static ImmutableValueImmutableInfoValueImmutableInfo.infoFrom(ImmutableMirror input) static ImmutableValueImmutableInfoImmutableValueImmutableInfo.theCopyOf(ValueImmutableInfo instance) Creates an immutable copy of aValueImmutableInfovalue.static ImmutableValueImmutableInfoImmutableValueImmutableInfo.theOf(boolean builder, boolean copy, boolean intern, boolean prehash, boolean lazyhash, boolean singleton) Construct a new immutableValueImmutableInfoinstance.private static ImmutableValueImmutableInfoImmutableValueImmutableInfo.validate(ImmutableValueImmutableInfo instance) ImmutableValueImmutableInfo.withBuilder(boolean value) Copy the current immutable object by setting a value for thebuilderattribute.ImmutableValueImmutableInfo.withCopy(boolean value) Copy the current immutable object by setting a value for thecopyattribute.ImmutableValueImmutableInfo.withIntern(boolean value) Copy the current immutable object by setting a value for theinternattribute.ImmutableValueImmutableInfo.withIsDefault(boolean value) Copy the current immutable object by setting a value for theisDefaultattribute.ImmutableValueImmutableInfo.withLazyhash(boolean value) Copy the current immutable object by setting a value for thelazyhashattribute.ImmutableValueImmutableInfo.withPrehash(boolean value) Copy the current immutable object by setting a value for theprehashattribute.ImmutableValueImmutableInfo.withSingleton(boolean value) Copy the current immutable object by setting a value for thesingletonattribute.Methods in org.immutables.value.processor.meta with parameters of type ImmutableValueImmutableInfoModifier and TypeMethodDescriptionprivate booleanImmutableValueImmutableInfo.equalTo(int synthetic, ImmutableValueImmutableInfo another) private static ImmutableValueImmutableInfoImmutableValueImmutableInfo.validate(ImmutableValueImmutableInfo instance) Constructors in org.immutables.value.processor.meta with parameters of type ImmutableValueImmutableInfoModifierConstructorDescription(package private)InternProxy(ImmutableValueImmutableInfo instance)