Uses of Class
org.immutables.value.processor.meta.ImmutableProto.MetaAnnotated
Packages that use ImmutableProto.MetaAnnotated
-
Uses of ImmutableProto.MetaAnnotated in org.immutables.value.processor.meta
Methods in org.immutables.value.processor.meta that return ImmutableProto.MetaAnnotatedModifier and TypeMethodDescriptionstatic ImmutableProto.MetaAnnotatedImmutableProto.MetaAnnotated.copyOf(Proto.MetaAnnotated instance) Creates an immutable copy of aProto.MetaAnnotatedvalue.static ImmutableProto.MetaAnnotatedImmutableProto.MetaAnnotated.of(Element element, String qualifiedName, Proto.Environment environment) Construct a new immutableMetaAnnotatedinstance.ImmutableProto.MetaAnnotated.withElement(Element value) Copy the current immutable object by setting a value for theelementattribute.ImmutableProto.MetaAnnotated.withEnvironment(Proto.Environment value) Copy the current immutable object by setting a value for theenvironmentattribute.ImmutableProto.MetaAnnotated.withQualifiedName(String value) Copy the current immutable object by setting a value for thequalifiedNameattribute.Methods in org.immutables.value.processor.meta with parameters of type ImmutableProto.MetaAnnotatedModifier and TypeMethodDescriptionprivate booleanImmutableProto.MetaAnnotated.equalTo(int synthetic, ImmutableProto.MetaAnnotated another) Constructors in org.immutables.value.processor.meta with parameters of type ImmutableProto.MetaAnnotatedModifierConstructorDescriptionprivateMetaAnnotated(ImmutableProto.MetaAnnotated original, Element element, String qualifiedName, Proto.Environment environment)