Uses of Class
org.immutables.value.processor.encode.StandardNaming
-
Packages that use StandardNaming Package Description org.immutables.value.processor.encode -
-
Uses of StandardNaming in org.immutables.value.processor.encode
Fields in org.immutables.value.processor.encode declared as StandardNaming Modifier and Type Field Description private StandardNamingNamingMirror. standardprivate StandardNamingImmutableEncodedElement.Builder. standardNamingprivate StandardNamingImmutableEncodedElement.InitShim. standardNamingprivate StandardNamingImmutableEncodedElement. standardNaming(package private) StandardNamingNamingMirror.StandardExtractor. valueMethods in org.immutables.value.processor.encode that return StandardNaming Modifier and Type Method Description (package private) StandardNamingNamingMirror.StandardExtractor. get()StandardNamingstandard()StandardNamingNamingMirror. standard()(package private) StandardNamingEncodedElement. standardNaming()(package private) StandardNamingImmutableEncodedElement.InitShim. standardNaming()(package private) StandardNamingImmutableEncodedElement. standardNaming()static StandardNamingStandardNaming. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StandardNaming[]StandardNaming. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.immutables.value.processor.encode with parameters of type StandardNaming Modifier and Type Method Description EncodedElement.BuilderImmutableEncodedElement.Builder. standardNaming(StandardNaming standardNaming)Initializes the value for thestandardNamingattribute.(package private) voidImmutableEncodedElement.InitShim. standardNaming(StandardNaming standardNaming)ImmutableEncodedElementImmutableEncodedElement. withStandardNaming(StandardNaming value)Copy the current immutable object by setting a value for thestandardNamingattribute.Method parameters in org.immutables.value.processor.encode with type arguments of type StandardNaming Modifier and Type Method Description private NamingEncodings.Encoding. inferNaming(javax.lang.model.element.Element element, java.util.EnumSet<EncodedElement.Tag> tags, java.util.concurrent.atomic.AtomicReference<StandardNaming> standardNaming)Constructors in org.immutables.value.processor.encode with parameters of type StandardNaming 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)
-