MCPcopy Index your code

hub / github.com/google/auto / functions

Functions3,917 in github.com/google/auto

↓ 14 callersMethodsetA
( ImmutableMap<String, ImmutableMap<String, Optional<String>>> a)
value/src/test/java/com/google/auto/value/extension/serializable/processor/SerializableAutoValueExtensionTest.java:435
↓ 14 callersMethodtoImmutableMap
Returns a collector for an {@link ImmutableMap}.
common/src/main/java/com/google/auto/common/MoreStreams.java:52
↓ 13 callersMethodabortWithError
Issue a compilation error and abandon the processing of this class. This does not prevent the processing of other classes. @param e the element to wh
value/src/main/java/com/google/auto/value/processor/ErrorReporter.java:88
↓ 13 callersMethodapply
(I i)
value/src/main/java/com/google/auto/value/extension/serializable/serializer/runtime/FunctionWithExceptions.java:37
↓ 13 callersMethodasMemberOf
Resolves a {@link VariableElement} parameter to a method or constructor based on the given container, or a member of a class. For parameters to a meth
common/src/main/java/com/google/auto/common/MoreTypes.java:953
↓ 13 callersMethoddecode
Decodes the given string, respelling class names appropriately. The text is scanned for tokens like {@code `java.util.Locale`} or {@code `«java.util.L
value/src/main/java/com/google/auto/value/processor/TypeEncoder.java:208
↓ 13 callersMethodmissingRequiredProperty
Returns an expression that is true if the given property is required but has not been set. Returns null if the property is not required.
value/src/main/java/com/google/auto/value/processor/BuilderRequiredProperties.java:210
↓ 13 callersMethodofElement
Returns the visibility of the given {@link Element}. While package and module elements don't technically have a visibility associated with them, this
common/src/main/java/com/google/auto/common/Visibility.java:53
↓ 13 callersMethodproperties
Returns the ordered collection of properties to be generated by AutoValue. Each key is a property name, and the corresponding value is the getter meth
value/src/main/java/com/google/auto/value/extension/AutoValueExtension.java:137
↓ 13 callersMethodtypeUtils
()
value/src/main/java/com/google/auto/value/processor/AutoValueishProcessor.java:134
↓ 13 callersMethodvalidateElement
Returns true if all types referenced by the given element are defined. The exact meaning of this depends on the kind of element. For packages, it mean
common/src/main/java/com/google/auto/common/SuperficialValidation.java:108
↓ 13 callersMethodwrap
(TypeMirror typeMirror)
value/src/main/java/com/google/auto/value/processor/TypeMirrorSet.java:46
↓ 12 callersMethodencodeWithAnnotations
Encodes the given type and its type annotations. The class comment for {@link TypeEncoder} covers the details of annotation encoding.
value/src/main/java/com/google/auto/value/processor/TypeEncoder.java:101
↓ 12 callersMethodequals
(@Nullable Object object)
common/src/main/java/com/google/auto/common/BasicAnnotationProcessor.java:602
↓ 12 callersMethodequals
(Object obj)
value/src/test/java/com/google/auto/value/extension/memoized/MemoizedTest.java:235
↓ 12 callersMethodget
()
value/src/test/java/com/google/auto/value/extension/toprettystring/ToPrettyStringTest.java:964
↓ 12 callersMethodhashCode
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1032
↓ 12 callersMethodints
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:669
↓ 12 callersMethodmarkAsSet
Returns code to indicate that the given property has been set, if assigning to the property field is not enough. For reference (non-primitive) propert
value/src/main/java/com/google/auto/value/processor/BuilderRequiredProperties.java:196
↓ 12 callersMethodreferencedTypes
( ImmutableMap<String, VariableElement> fieldIndex, String fieldName)
common/src/test/java/com/google/auto/common/MoreTypesTest.java:263
↓ 12 callersMethodtoString
Returns the name of the property as it should be used when declaring identifiers (fields and parameters). If the original getter method was {@code foo
value/src/main/java/com/google/auto/value/processor/AutoValueishProcessor.java:249
↓ 11 callersMethodassertTypeImportsAndSpellings
Assert that the fake program returned by fakeProgramForTypes has the given list of imports and the given list of spellings. Here, "spellings" means th
value/src/test/java/com/google/auto/value/processor/TypeEncoderTest.java:84
↓ 11 callersMethodautoWhat
A string describing what sort of Auto this is, {@code "AutoValue"} or {@code "AutoBuilder"}.
value/src/main/java/com/google/auto/value/processor/BuilderMethodClassifier.java:717
↓ 11 callersMethodelementUtils
()
value/src/main/java/com/google/auto/value/processor/AutoValueishProcessor.java:138
↓ 11 callersMethodgetTypeMirror
()
value/src/main/java/com/google/auto/value/processor/AutoAnnotationProcessor.java:545
↓ 11 callersMethodparameters
()
value/src/main/java/com/google/auto/value/processor/Executable.java:83
↓ 11 callersMethodpassedParameters
The parameters that are passed to the {@code create} method.
factory/src/main/java/com/google/auto/factory/processor/FactoryMethodDescriptor.java:44
↓ 11 callersMethodremove
()
value/src/main/java/com/google/auto/value/processor/TypeMirrorSet.java:69
↓ 10 callersMethodasExecutable
Returns a {@link ExecutableType} if the {@link TypeMirror} represents an executable type such as a method, constructor, or initializer or throws an {@
common/src/main/java/com/google/auto/common/MoreTypes.java:653
↓ 10 callersMethodasMemberOf
(Types typeUtils, DeclaredType in, ExecutableElement method)
value/src/main/java/com/google/auto/value/processor/MethodSignature.java:58
↓ 10 callersMethodasType
(AnnotationValue value)
factory/src/main/java/com/google/auto/factory/processor/AnnotationValues.java:48
↓ 10 callersMethodbuilderRequiredPropertiesWithDefaults
(int primitiveCount)
value/src/test/java/com/google/auto/value/processor/BuilderRequiredPropertiesTest.java:315
↓ 10 callersMethodcreate
(Dog dog)
value/src/it/functional/src/test/java/com/google/auto/value/AutoOneOfTest.java:71
↓ 10 callersMethodequivalence
Returns an {@link Equivalence} for {@link AnnotationMirror} as some implementations delegate equality tests to {@link Object#equals} whereas the docum
common/src/main/java/com/google/auto/common/AnnotationMirrors.java:80
↓ 10 callersMethodfixup
(String s)
value/src/main/java/com/google/auto/value/processor/Reformatter.java:35
↓ 10 callersMethodfrom
(Elements elementUtils, @Nullable String apiPrefix)
factory/src/main/java/com/google/auto/factory/processor/InjectApi.java:45
↓ 10 callersMethodgetAnyMissing
()
value/src/test/java/com/google/auto/value/processor/BuilderRequiredPropertiesTest.java:245
↓ 10 callersMethodgetElementValues
()
common/src/main/java/com/google/auto/common/SimpleAnnotationMirror.java:113
↓ 10 callersMethodgetPackage
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoOneOfTest.java:459
↓ 10 callersMethodgetValue
()
common/src/test/java/com/google/auto/common/SimpleAnnotationMirrorTest.java:123
↓ 10 callersMethodhashCode
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderTest.java:74
↓ 10 callersMethodhashCode
()
value/src/test/java/com/google/auto/value/extension/memoized/MemoizedTest.java:174
↓ 10 callersMethodmessage
(String message)
value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/GwtSerializerTest.java:141
↓ 10 callersMethodnullable
(@Nullable String s)
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:522
↓ 10 callersMethodpackageNameOf
Returns the name of the package that the given type is in. If the type is in the default (unnamed) package then the name is the empty string.
value/src/main/java/com/google/auto/value/processor/TypeSimplifier.java:167
↓ 10 callersMethodreportWarning
Issue a compilation warning. @param e the element to which it pertains @param format the format string for the text of the warning @param args argume
value/src/main/java/com/google/auto/value/processor/ErrorReporter.java:56
↓ 10 callersMethodsetList
(ImmutableList<T> list)
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:657
↓ 10 callersMethodsimpleNameOf
(String s)
value/src/main/java/com/google/auto/value/processor/TypeSimplifier.java:171
↓ 10 callersMethodstring
(String x)
value/src/it/functional/src/test/java/com/google/auto/value/gwt/CustomFieldSerializerTest.java:158
↓ 10 callersMethodthings
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:2547
↓ 10 callersMethodtruthiness
(Truthiness x)
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderTest.java:171
↓ 10 callersMethodtypeMirrorSet
(TypeMirror... typeMirrors)
value/src/test/java/com/google/auto/value/processor/TypeEncoderTest.java:354
↓ 10 callersMethodvalidateType
Returns true if the given type is fully defined. This means that the type itself is defined, as are any types it references, such as any type argument
common/src/main/java/com/google/auto/common/SuperficialValidation.java:183
↓ 9 callersMethodasArray
Returns a {@link ArrayType} if the {@link TypeMirror} represents an array or throws an {@link IllegalArgumentException}.
common/src/main/java/com/google/auto/common/MoreTypes.java:590
↓ 9 callersMethodcheckNotNull
(T reference, int argumentNumber, int argumentCount)
factory/src/test/resources/expected/MultipleFactoriesConflictingParameterNamesFactory.java:61
↓ 9 callersMethodcompareTo
(Version that)
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1227
↓ 9 callersMethoddecapitalizeNormally
Returns the {@code propertyName} with its first character in lower case.
value/src/main/java/com/google/auto/value/processor/PropertyNames.java:46
↓ 9 callersMethoddeclaredTypeOf
(Class<?> enclosingClass, Class<?> containedClass)
value/src/test/java/com/google/auto/value/extension/serializable/serializer/utils/CompilationAbstractTest.java:88
↓ 9 callersMethodgetDepB
()
factory/src/it/functional/src/main/java/com/google/auto/factory/GenericFoo.java:43
↓ 9 callersMethodgetKind
()
value/src/main/java/com/google/auto/value/processor/AutoAnnotationProcessor.java:549
↓ 9 callersMethodid
(int x)
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderTest.java:184
↓ 9 callersMethodisType
Returns true if the given {@link Element} instance is a {@link TypeElement}. <p>This method is functionally equivalent to an {@code instanceof} check
common/src/main/java/com/google/auto/common/MoreElements.java:118
↓ 9 callersMethodloaderForJarWithEntries
(String service, String... lines)
value/src/test/java/com/google/auto/value/processor/SimpleServiceLoaderTest.java:201
↓ 9 callersMethodnotNullable
(String s)
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:520
↓ 9 callersMethodof
(int anInt, String aString)
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderTest.java:61
↓ 9 callersMethodproxyFieldType
The proxy type the original unserializable type will be mapped to.
value/src/main/java/com/google/auto/value/extension/serializable/serializer/interfaces/Serializer.java:28
↓ 9 callersMethodrequiredPrimitiveProperties
( BuilderRequiredProperties builderRequiredProperties)
value/src/test/java/com/google/auto/value/processor/BuilderRequiredPropertiesTest.java:303
↓ 9 callersMethodsetB
(int value)
value/src/test/java/com/google/auto/value/extension/serializable/processor/SerializableAutoValueExtensionTest.java:64
↓ 9 callersMethodtoString
()
value/src/main/java/com/google/auto/value/processor/AutoAnnotationProcessor.java:530
↓ 9 callersMethodtoText
Returns the result of substituting the variables defined by the fields of this class (a concrete subclass of TemplateVars) into the template returned
value/src/main/java/com/google/auto/value/processor/TemplateVars.java:98
↓ 9 callersMethodvalueOfType
(AnnotationValue annotationValue, Class<T> type)
common/src/main/java/com/google/auto/common/AnnotationValues.java:256
↓ 9 callersMethodvisit2
Equivalent to {@code visit(type, sb)} or {@code type.accept(sb)}, except that it fixes a bug with javac versions up to JDK 8, whereby if the type is a
value/src/main/java/com/google/auto/value/processor/TypeEncoder.java:297
↓ 8 callersMethodannotations
The set of fully-qualified annotation type names processed by this step. <p>Warning: If the returned names are not names of annotations, they'll be i
common/src/main/java/com/google/auto/common/BasicAnnotationProcessor.java:469
↓ 8 callersMethodcheckNotNull
(T reference, int argumentNumber, int argumentCount)
factory/src/test/resources/expected/SimpleClassProvidedDepsFactory.java:52
↓ 8 callersMethodcreate
(String name)
value/src/it/functional/src/test/java/com/google/auto/value/AutoOneOfTest.java:43
↓ 8 callersMethoddeclaration
()
factory/src/main/java/com/google/auto/factory/processor/FactoryDescriptor.java:66
↓ 8 callersMethoddependency
()
factory/src/it/functional/src/main/java/com/google/auto/factory/Foo.java:56
↓ 8 callersMethoddependencyProvider
()
factory/src/it/functional/src/main/java/com/google/auto/factory/Foo.java:60
↓ 8 callersMethodequal
( @Nullable TypeMirror a, @Nullable TypeMirror b, Set<ComparedElements> visiting)
common/src/main/java/com/google/auto/common/MoreTypes.java:321
↓ 8 callersMethodfoo
(int foo)
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1477
↓ 8 callersMethodfromMethods
Make an instance where the default {@code @Nullable} type annotation is discovered by looking for methods whose parameter or return types have such an
value/src/main/java/com/google/auto/value/processor/Nullables.java:69
↓ 8 callersMethodgetAnnotationValuesWithDefaults
Returns the {@link AnnotationMirror}'s map of {@link AnnotationValue} indexed by {@link ExecutableElement}, supplying default values from the annotati
common/src/main/java/com/google/auto/common/AnnotationMirrors.java:95
↓ 8 callersMethodgetDefaultValue
()
value/src/main/java/com/google/auto/value/processor/AutoAnnotationProcessor.java:587
↓ 8 callersMethodgetPackage
An alternate implementation of {@link Elements#getPackageOf} that does not require an {@link Elements} instance. @throws NullPointerException if {@co
common/src/main/java/com/google/auto/common/MoreElements.java:64
↓ 8 callersMethodinvocation
(TypeMirror parameterType, Supplier<CodeBlock> methodBody)
value/src/main/java/com/google/auto/value/extension/toprettystring/processor/ToPrettyStringExtension.java:256
↓ 8 callersMethodisVarArgs
()
factory/src/main/java/com/google/auto/factory/processor/FactoryMethodDescriptor.java:61
↓ 8 callersMethoditerator
()
value/src/main/java/com/google/auto/value/processor/TypeMirrorSet.java:55
↓ 8 callersMethodnext
()
value/src/main/java/com/google/auto/value/processor/TypeMirrorSet.java:64
↓ 8 callersMethodnonObjectSuperclass
( Types types, Elements elements, DeclaredType type)
common/src/main/java/com/google/auto/common/MoreTypes.java:915
↓ 8 callersMethodnullableAnnotationFor
Returns an appropriate annotation spelling to indicate the nullability of an element. If the return value is a non-empty Optional, that indicates that
value/src/main/java/com/google/auto/value/processor/AutoValueishProcessor.java:717
↓ 8 callersMethodof
(String method, ImmutableList<Object> args)
value/src/it/functional/src/test/java/com/google/auto/value/gwt/CustomFieldSerializerTest.java:253
↓ 8 callersMethodreturnType
()
factory/src/main/java/com/google/auto/factory/processor/FactoryMethodDescriptor.java:37
↓ 8 callersMethodsetThings
(ImmutableSet<T> things)
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:2432
↓ 8 callersMethodsimple
(SimpleWithBuilder simple)
value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/GwtSerializerTest.java:174
↓ 8 callersMethodsinglePropertyHash
(Object property)
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:491
↓ 8 callersMethodtoString
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoOneOfTest.java:406
↓ 8 callersMethodtoString
()
value/src/test/java/com/google/auto/value/extension/memoized/MemoizedTest.java:178
↓ 8 callersMethodtokenEnd
Returns the position at which this token ends and the next token begins.
value/src/main/java/com/google/auto/value/processor/JavaScanner.java:56
↓ 7 callersMethodcreate
(boolean[] booleans, int[] ints)
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1091
↓ 7 callersMethodcreate
(boolean[] booleans, int[] ints)
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:452
← previousnext →101–200 of 3,917, ranked by callers