Uses of Class
org.immutables.value.processor.meta.ImmutableProto.Environment
Packages that use ImmutableProto.Environment
-
Uses of ImmutableProto.Environment in org.immutables.value.processor.meta
Methods in org.immutables.value.processor.meta that return ImmutableProto.EnvironmentModifier and TypeMethodDescriptionImmutableProto.Environment.Builder.build()Builds a newEnvironment.static ImmutableProto.EnvironmentImmutableProto.Environment.copyOf(Proto.Environment instance) Creates an immutable copy of aProto.Environmentvalue.static ImmutableProto.EnvironmentImmutableProto.Environment.of(ProcessingEnvironment processing, Round round) Construct a new immutableEnvironmentinstance.ImmutableProto.Environment.withProcessing(ProcessingEnvironment value) Copy the current immutable object by setting a value for theprocessingattribute.Copy the current immutable object by setting a value for theroundattribute.Methods in org.immutables.value.processor.meta with parameters of type ImmutableProto.EnvironmentModifier and TypeMethodDescriptionprivate booleanImmutableProto.Environment.equalTo(int synthetic, ImmutableProto.Environment another) Constructors in org.immutables.value.processor.meta with parameters of type ImmutableProto.EnvironmentModifierConstructorDescriptionprivateEnvironment(ImmutableProto.Environment original, ProcessingEnvironment processing, Round round)