Uses of Enum
org.immutables.value.processor.encode.StandardNaming
Packages that use StandardNaming
-
Uses of StandardNaming in org.immutables.value.processor.encode
Fields in org.immutables.value.processor.encode declared as StandardNamingModifier and TypeFieldDescriptionprivate final StandardNamingNamingMirror.standardprivate StandardNamingImmutableEncodedElement.Builder.standardNamingprivate StandardNamingImmutableEncodedElement.InitShim.standardNamingprivate final StandardNamingImmutableEncodedElement.standardNaming(package private) StandardNamingNamingMirror.StandardExtractor.valueMethods in org.immutables.value.processor.encode that return StandardNamingModifier and TypeMethodDescription(package private) StandardNamingNamingMirror.StandardExtractor.get()NamingMirror.standard()(package private) StandardNamingEncodedElement.standardNaming()(package private) StandardNamingImmutableEncodedElement.InitShim.standardNaming()(package private) StandardNamingImmutableEncodedElement.standardNaming()static StandardNamingReturns 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 StandardNamingModifier and TypeMethodDescriptionfinal EncodedElement.BuilderImmutableEncodedElement.Builder.standardNaming(StandardNaming standardNaming) Initializes the value for thestandardNamingattribute.(package private) voidImmutableEncodedElement.InitShim.standardNaming(StandardNaming standardNaming) final 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 StandardNamingModifier and TypeMethodDescriptionprivate NamingEncodings.Encoding.inferNaming(Element element, EnumSet<EncodedElement.Tag> tags, AtomicReference<StandardNaming> standardNaming) Constructors in org.immutables.value.processor.encode with parameters of type StandardNamingModifierConstructorDescriptionprivateImmutableEncodedElement(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)