Uses of Enum
org.immutables.value.processor.encode.EncodedElement.Tag
Packages that use EncodedElement.Tag
-
Uses of EncodedElement.Tag in org.immutables.value.processor.encode
Fields in org.immutables.value.processor.encode with type parameters of type EncodedElement.TagModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableSet.Builder<EncodedElement.Tag> ImmutableEncodedElement.Builder.tagsprivate final com.google.common.collect.ImmutableSet<EncodedElement.Tag> ImmutableEncodedElement.tagsMethods in org.immutables.value.processor.encode that return EncodedElement.TagModifier and TypeMethodDescriptionstatic EncodedElement.TagReturns the enum constant of this type with the specified name.static EncodedElement.Tag[]EncodedElement.Tag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.immutables.value.processor.encode that return types with arguments of type EncodedElement.TagModifier and TypeMethodDescriptionprivate Set<EncodedElement.Tag> Encodings.Encoding.inferTags(Element member, EnumSet<EncodedElement.Tag> tags) (package private) abstract Set<EncodedElement.Tag> EncodedElement.tags()(package private) com.google.common.collect.ImmutableSet<EncodedElement.Tag> ImmutableEncodedElement.tags()Methods in org.immutables.value.processor.encode with parameters of type EncodedElement.TagModifier and TypeMethodDescriptionfinal EncodedElement.BuilderImmutableEncodedElement.Builder.addTags(EncodedElement.Tag element) Adds one element totagsset.final EncodedElement.BuilderImmutableEncodedElement.Builder.addTags(EncodedElement.Tag... elements) Adds elements totagsset.private booleanEncodings.Encoding.processGenericEncodedMethod(ExecutableElement method, List<EncodedElement> collection, EncodedElement.Tag... additionalTags) final ImmutableEncodedElementImmutableEncodedElement.withTags(EncodedElement.Tag... elements) Copy the current immutable object with elements that replace the content oftags.Method parameters in org.immutables.value.processor.encode with type arguments of type EncodedElement.TagModifier and TypeMethodDescriptionfinal EncodedElement.BuilderImmutableEncodedElement.Builder.addAllTags(Iterable<EncodedElement.Tag> elements) Adds elements totagsset.private NamingEncodings.Encoding.inferNaming(Element element, EnumSet<EncodedElement.Tag> tags, AtomicReference<StandardNaming> standardNaming) private Set<EncodedElement.Tag> Encodings.Encoding.inferTags(Element member, EnumSet<EncodedElement.Tag> tags) final ImmutableEncodedElementImmutableEncodedElement.withTags(Iterable<EncodedElement.Tag> elements) Copy the current immutable object with elements that replace the content oftags.Constructor parameters in org.immutables.value.processor.encode with type arguments of type EncodedElement.TagModifierConstructorDescriptionprivateImmutableEncodedElement(String name, Type type, Naming naming, com.google.common.collect.ImmutableList<EncodedElement.Param> params, com.google.common.collect.ImmutableList<Code.Term> code, com.google.common.collect.ImmutableList<Type> thrown, com.google.common.collect.ImmutableSet<EncodedElement.Tag> tags, Type.Parameters typeParameters, com.google.common.collect.ImmutableList<EncodedElement.TypeParam> typeParams, com.google.common.collect.ImmutableList<String> doc, com.google.common.collect.ImmutableList<String> annotations, StandardNaming standardNaming)