Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/auto
/ functions
Functions
3,917 in github.com/google/auto
⨍
Functions
3,917
◇
Types & classes
1,054
↓ 4 callers
Method
visitAll
(List<? extends TypeMirror> types)
value/src/main/java/com/google/auto/value/processor/Nullables.java:191
↓ 3 callers
Method
a
()
value/src/test/java/com/google/auto/value/extension/serializable/processor/SerializableAutoValueExtensionTest.java:47
↓ 3 callers
Method
abstractMethods
Returns the complete set of abstract methods defined in or inherited by the {@code @AutoValue} class. This includes all methods that define properties
value/src/main/java/com/google/auto/value/extension/AutoValueExtension.java:161
↓ 3 callers
Method
abstractMethodsIn
Returns the subset of all abstract methods in the given set of methods. A given method signature is only mentioned once, even if it is inherited on mo
value/src/main/java/com/google/auto/value/processor/AutoValueishProcessor.java:929
↓ 3 callers
Method
addFields
( ImmutableList.Builder<Field> fieldsBuilder, Field[] declaredFields)
value/src/main/java/com/google/auto/value/processor/TemplateVars.java:75
↓ 3 callers
Method
addMethodAnnotations
(String... innerTypes)
value/src/test/java/com/google/auto/value/processor/PropertyAnnotationsTest.java:184
↓ 3 callers
Method
annotationStrings
Returns the spelling to be used in the generated code for the given list of annotations.
value/src/main/java/com/google/auto/value/processor/AutoValueishProcessor.java:602
↓ 3 callers
Method
appendAnnotations
( List<? extends AnnotationMirror> annotationMirrors, StringBuilder sb)
value/src/main/java/com/google/auto/value/processor/TypeEncoder.java:278
↓ 3 callers
Method
asError
Returns a {@link ExecutableType} if the {@link TypeMirror} represents an executable type such as may result from missing code, or bad compiles or thro
common/src/main/java/com/google/auto/common/MoreTypes.java:632
↓ 3 callers
Method
asPackage
Returns the given {@link Element} instance as {@link PackageElement}. <p>This method is functionally equivalent to an {@code instanceof} check and a
common/src/main/java/com/google/auto/common/MoreElements.java:93
↓ 3 callers
Method
autoBuildMethod
Returns the abstract build method. If the {@code @AutoValue} class is {@code Foo}, this is an abstract no-argument method in the builder class that re
value/src/main/java/com/google/auto/value/extension/AutoValueExtension.java:300
↓ 3 callers
Method
buildFakeProject
()
value/src/it/functional/src/test/java/com/google/auto/value/GradleIT.java:121
↓ 3 callers
Method
buildMethod
Returns the method {@code build()} in the builder class, if it exists and returns the {@code @AutoValue} type. This is the method that generated code
value/src/main/java/com/google/auto/value/extension/AutoValueExtension.java:288
↓ 3 callers
Method
builder
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderKotlinTest.java:31
↓ 3 callers
Method
builder
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderKotlinTest.java:86
↓ 3 callers
Method
builder
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderKotlinTest.java:203
↓ 3 callers
Method
builder
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:268
↓ 3 callers
Method
builder
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:666
↓ 3 callers
Method
builder
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:2366
↓ 3 callers
Method
builder
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:923
↓ 3 callers
Method
builder
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:1163
↓ 3 callers
Method
builderMethodReturnType
Returns the return type of the given method from the builder. This should be the final type of the method when any bound type variables are substitute
value/src/main/java/com/google/auto/value/processor/BuilderMethodClassifier.java:651
↓ 3 callers
Method
builderMethods
Returns static no-argument methods in the {@code @AutoValue} class that return the builder type. <p>Consider a class like this: <pre>{@code @AutoVal
value/src/main/java/com/google/auto/value/extension/AutoValueExtension.java:274
↓ 3 callers
Method
builderType
Returns the {@code @AutoValue.Builder} interface or abstract class that this object represents.
value/src/main/java/com/google/auto/value/extension/AutoValueExtension.java:221
↓ 3 callers
Method
builtType
()
value/src/main/java/com/google/auto/value/processor/Executable.java:103
↓ 3 callers
Method
canAssignStaticMethodResult
Tests whether a given parameter can be given to a static method like {@code ImmutableMap.copyOf} to produce a value that can be assigned to the given
value/src/main/java/com/google/auto/value/processor/TypeVariables.java:133
↓ 3 callers
Method
checkNotNull
(T reference, int argumentNumber, int argumentCount)
factory/src/test/resources/expected/MixedDepsImplementingInterfacesFactory.java:59
↓ 3 callers
Method
checkNotNull
(T reference, int argumentNumber, int argumentCount)
factory/src/test/resources/expected/FactoryImplementingGenericInterfaceExtensionFactory.java:45
↓ 3 callers
Method
checkNotNull
(T reference, int argumentNumber, int argumentCount)
factory/src/test/resources/expected/SimpleClassMixedDepsFactory.java:39
↓ 3 callers
Method
checkNotNull
(T reference, int argumentNumber, int argumentCount)
factory/src/test/resources/expected/MultipleProvidedParamsSameKeyFactory.java:43
↓ 3 callers
Method
className
The class part of this class name. For {@code java.util.Map.Entry}, it would be {@code Map.Entry}.
factory/src/main/java/com/google/auto/factory/processor/PackageAndClass.java:33
↓ 3 callers
Method
copiedClassAnnotations
(TypeElement type)
value/src/main/java/com/google/auto/value/processor/AutoValueishProcessor.java:1094
↓ 3 callers
Method
create
(String s, int i, Map<String, Long> m)
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:100
↓ 3 callers
Method
create
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:2734
↓ 3 callers
Method
create
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoOneOfTest.java:52
↓ 3 callers
Method
create
(String string, int integer, @Nullable ValueType other)
value/src/it/functional/src/test/java/com/google/auto/value/gwt/CustomFieldSerializerTest.java:60
↓ 3 callers
Method
defineSharedVarsForType
Defines the template variables that are shared by AutoValue, AutoOneOf, and AutoBuilder.
value/src/main/java/com/google/auto/value/processor/AutoValueishProcessor.java:576
↓ 3 callers
Method
error
(String... lines)
value/src/test/java/com/google/auto/value/extension/toprettystring/ToPrettyStringValidatorTest.java:237
↓ 3 callers
Method
evaluate
()
common/src/test/java/com/google/auto/common/OverridesTest.java:609
↓ 3 callers
Method
exceptionStacks
()
service/processor/src/main/java/com/google/auto/service/processor/AutoServiceProcessor.java:128
↓ 3 callers
Method
expectThrows
(Runnable throwingRunnable)
common/src/test/java/com/google/auto/common/SimpleAnnotationMirrorTest.java:113
↓ 3 callers
Method
foosBuilder
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:2258
↓ 3 callers
Method
forAnnotatedElement
An {@link ElementFactory} for an annotated element.
common/src/main/java/com/google/auto/common/BasicAnnotationProcessor.java:568
↓ 3 callers
Method
formatType
(TypeMirror typeMirror)
common/src/main/java/com/google/auto/common/AnnotationOutput.java:54
↓ 3 callers
Method
generate
(String name)
factory/src/it/functional/src/main/java/com/google/auto/factory/FactoryInterface.java:19
↓ 3 callers
Method
generatedAnnotationType
()
value/src/it/functional/src/test/java/com/google/auto/value/gwt/GwtCompilationTest.java:343
↓ 3 callers
Method
getAnnotatedAnnotationsAsserts
( ImmutableSet<? extends AnnotationMirror> annotatedAnnotations)
common/src/test/java/com/google/auto/common/AnnotationMirrorsTest.java:364
↓ 3 callers
Method
getAnnotationMirror
Get the {@link AnnotationMirror} for the type {@code annotationType} present on the given {@link Element} if it exists.
factory/src/main/java/com/google/auto/factory/processor/Mirrors.java:71
↓ 3 callers
Method
getAnnotationMirrorAsserts
( Optional<AnnotationMirror> documented, Optional<AnnotationMirror> innerAnnotation, Optiona
common/src/test/java/com/google/auto/common/MoreElementsTest.java:263
↓ 3 callers
Method
getClassTypeName
Adds type parameters to the given {@link ClassName}, if available.
value/src/main/java/com/google/auto/value/extension/serializable/processor/SerializableAutoValueExtension.java:198
↓ 3 callers
Method
getInts
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:2129
↓ 3 callers
Method
getInts
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:742
↓ 3 callers
Method
getKind
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoOneOfTest.java:95
↓ 3 callers
Method
getList
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:738
↓ 3 callers
Method
getNotDefaulted
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderKotlinTest.java:98
↓ 3 callers
Method
getReferencedTypeParameterNames
(TypeMirror type)
factory/src/main/java/com/google/auto/factory/processor/FactoryWriter.java:352
↓ 3 callers
Method
getRequiredProperties
()
value/src/main/java/com/google/auto/value/processor/BuilderRequiredProperties.java:166
↓ 3 callers
Method
getSupportedAnnotationTypeElements
()
common/src/main/java/com/google/auto/common/BasicAnnotationProcessor.java:181
↓ 3 callers
Method
getSupportedOptions
()
value/src/test/java/com/google/auto/value/processor/ExtensionTest.java:764
↓ 3 callers
Method
getSupportedOptions
()
value/src/main/java/com/google/auto/value/processor/AutoValueProcessor.java:135
↓ 3 callers
Method
getType
()
value/src/main/java/com/google/auto/value/processor/AnnotatedTypeMirror.java:78
↓ 3 callers
Method
internalName
(String className)
value/src/main/java/com/google/auto/value/processor/ForwardingClassGenerator.java:185
↓ 3 callers
Method
invoke
(Object proxy, Method method, Object[] args)
value/src/test/java/com/google/auto/value/processor/GeneratedDoesNotExistTest.java:116
↓ 3 callers
Method
isAnnotationPresentAsserts
( boolean isDocumentedPresent, boolean isInnerAnnotationPresent, boolean isSuppressWarningsP
common/src/test/java/com/google/auto/common/MoreElementsTest.java:225
↓ 3 callers
Method
isJdk9OrLater
()
common/src/test/java/com/google/auto/common/GeneratedAnnotationsTest.java:218
↓ 3 callers
Method
isNullable
(TypeMirror type)
value/src/main/java/com/google/auto/value/processor/AutoValueishProcessor.java:738
↓ 3 callers
Method
loopMethodBody
( String openSymbol, String closeSymbol, CodeBlock loopDeclaration, CodeBlock.
value/src/main/java/com/google/auto/value/extension/toprettystring/processor/ToPrettyStringExtension.java:342
↓ 3 callers
Method
mapWithNulls
(K k, V v)
value/src/test/java/com/google/auto/value/extension/toprettystring/ToPrettyStringTest.java:423
↓ 3 callers
Method
matches
(char c)
factory/src/main/java/com/google/auto/factory/processor/FactoryDescriptor.java:42
↓ 3 callers
Method
memoizedMethods
(Context context)
value/src/main/java/com/google/auto/value/extension/memoized/processor/MemoizeExtension.java:110
↓ 3 callers
Method
methodDescriptors
()
factory/src/main/java/com/google/auto/factory/processor/FactoryDescriptor.java:58
↓ 3 callers
Method
myAnnotationBuilder
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderTest.java:176
↓ 3 callers
Method
myAnnotationSimpleBuilder
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderTest.java:230
↓ 3 callers
Method
notNullable
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1572
↓ 3 callers
Method
notNullable
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:510
↓ 3 callers
Method
notOptional
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1716
↓ 3 callers
Method
notOptional
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:559
↓ 3 callers
Method
nullable
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1574
↓ 3 callers
Method
nullable
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:512
↓ 3 callers
Method
nullableStringList
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:663
↓ 3 callers
Method
numberHolderBuilder
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderTest.java:697
↓ 3 callers
Method
oAuth
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:2064
↓ 3 callers
Method
optional
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1718
↓ 3 callers
Method
optional
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:561
↓ 3 callers
Method
optional
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:604
↓ 3 callers
Method
optionalC
()
value/src/test/java/com/google/auto/value/extension/serializable/processor/SerializableAutoValueExtensionTest.java:52
↓ 3 callers
Method
optionalD
()
value/src/test/java/com/google/auto/value/extension/serializable/processor/SerializableAutoValueExtensionTest.java:54
↓ 3 callers
Method
optionalInteger
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1665
↓ 3 callers
Method
optionalString
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1663
↓ 3 callers
Method
originalPropertyType
Returns the property type as it appears on the original source program element. This can be different from the type stored in {@link #rewrittenPropert
value/src/main/java/com/google/auto/value/processor/BuilderMethodClassifier.java:686
↓ 3 callers
Method
parameterTypes
()
value/src/main/java/com/google/auto/value/processor/MethodSignature.java:44
↓ 3 callers
Method
partialProxy
(Class<T> type, OverridableInvocationHandler<T> handler)
value/src/test/java/com/google/auto/value/processor/GeneratedDoesNotExistTest.java:130
↓ 3 callers
Method
process
The implementation of processing logic for the step. It is guaranteed that the keys in {@code elementsByAnnotation} will be a subset of the set return
common/src/main/java/com/google/auto/common/BasicAnnotationProcessor.java:479
↓ 3 callers
Method
processArguments
()
common/src/test/java/com/google/auto/common/BasicAnnotationProcessorTest.java:226
↓ 3 callers
Method
propertyMethodsIn
Returns the subset of property methods in the given set of abstract methods, with their actual return types. A property method has no arguments, is no
value/src/main/java/com/google/auto/value/processor/AutoValueishProcessor.java:957
↓ 3 callers
Method
propertySet
( Executable executable, Map<String, String> propertyToGetterName, ImmutableMap<String, Stri
value/src/main/java/com/google/auto/value/processor/AutoBuilderProcessor.java:275
↓ 3 callers
Method
reportError
(String error)
value/src/main/java/com/google/auto/value/extension/toprettystring/processor/ToPrettyStringValidator.java:138
↓ 3 callers
Method
requiredInt
(int x)
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderKotlinTest.java:211
↓ 3 callers
Method
requiredString
(String x)
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderKotlinTest.java:213
↓ 3 callers
Method
resolvedTypeParameters
( TypeMirror propertyType, String interfaceName)
value/src/main/java/com/google/auto/value/extension/toprettystring/processor/ToPrettyStringExtension.java:382
← previous
next →
401–500 of 3,917, ranked by callers