Uses of Class
org.immutables.value.processor.encode.EncodedElement.Tag
-
Packages that use EncodedElement.Tag Package Description org.immutables.value.processor.encode -
-
Uses of EncodedElement.Tag in org.immutables.value.processor.encode
Fields in org.immutables.value.processor.encode with type parameters of type EncodedElement.Tag Modifier and Type Field Description private com.google.common.collect.ImmutableSet.Builder<EncodedElement.Tag>ImmutableEncodedElement.Builder. tagsprivate com.google.common.collect.ImmutableSet<EncodedElement.Tag>ImmutableEncodedElement. tagsMethods in org.immutables.value.processor.encode that return EncodedElement.Tag Modifier and Type Method Description static EncodedElement.TagEncodedElement.Tag. valueOf(java.lang.String name)Returns 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.Tag Modifier and Type Method Description private java.util.Set<EncodedElement.Tag>Encodings.Encoding. inferTags(javax.lang.model.element.Element member, java.util.EnumSet<EncodedElement.Tag> tags)(package private) abstract java.util.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.Tag Modifier and Type Method Description EncodedElement.BuilderImmutableEncodedElement.Builder. addTags(EncodedElement.Tag element)Adds one element totagsset.EncodedElement.BuilderImmutableEncodedElement.Builder. addTags(EncodedElement.Tag... elements)Adds elements totagsset.private booleanEncodings.Encoding. processGenericEncodedMethod(javax.lang.model.element.ExecutableElement method, java.util.List<EncodedElement> collection, EncodedElement.Tag... additionalTags)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.Tag Modifier and Type Method Description EncodedElement.BuilderImmutableEncodedElement.Builder. addAllTags(java.lang.Iterable<EncodedElement.Tag> elements)Adds elements totagsset.private NamingEncodings.Encoding. inferNaming(javax.lang.model.element.Element element, java.util.EnumSet<EncodedElement.Tag> tags, java.util.concurrent.atomic.AtomicReference<StandardNaming> standardNaming)private java.util.Set<EncodedElement.Tag>Encodings.Encoding. inferTags(javax.lang.model.element.Element member, java.util.EnumSet<EncodedElement.Tag> tags)ImmutableEncodedElementImmutableEncodedElement. withTags(java.lang.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.Tag Constructor Description ImmutableEncodedElement(java.lang.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<java.lang.String> doc, com.google.common.collect.ImmutableList<java.lang.String> annotations, StandardNaming standardNaming)
-