MCPcopy Create free account

hub / github.com/google/auto / functions

Functions3,917 in github.com/google/auto

↓ 2 callersMethodcreate
(int i)
factory/src/test/resources/expected/MixedDepsImplementingInterfacesFactory.java:41
↓ 2 callersMethodcreate
(String name, Key key, Optional<AnnotationMirror> nullable)
factory/src/main/java/com/google/auto/factory/processor/ProviderField.java:39
↓ 2 callersMethodcreate
(String message, Simple simple)
value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/GwtSerializerTest.java:154
↓ 2 callersMethodcreate
(T simple)
value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/GwtSerializerTest.java:185
↓ 2 callersMethodcreate
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:128
↓ 2 callersMethodcreate
(Class<?> theClass)
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:247
↓ 2 callersMethodcreate
(String nonNullableString, int randomInt)
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:622
↓ 2 callersMethodcreate
(@Nullable ImmutableList<String> nullableStringList)
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:644
↓ 2 callersMethodcreate
( Map<String, Integer> simpleMap, Map<String, Map<String, Integer>> hairyMap)
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:786
↓ 2 callersMethodcreate
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1331
↓ 2 callersMethodcreate
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1359
↓ 2 callersMethodcreate
(@Nullable String nullableString, int randomInt)
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:161
↓ 2 callersMethodcreateIfValid
(Element element)
factory/src/main/java/com/google/auto/factory/processor/AutoFactoryDeclaration.java:110
↓ 2 callersMethoddeclaration
()
factory/src/main/java/com/google/auto/factory/processor/FactoryMethodDescriptor.java:33
↓ 2 callersMethoddefaultAction
(TypeMirror t, Void p)
common/src/main/java/com/google/auto/common/SuperficialValidation.java:134
↓ 2 callersMethoddeferIfMissingTypesIn
Check that the return type and parameter types of the given method are all defined, and arrange to defer processing until the next round if not. @thr
value/src/main/java/com/google/auto/value/processor/MissingTypes.java:68
↓ 2 callersMethoddefineVars
(AutoValueOrBuilderTemplateVars vars, BuilderMethodClassifier<?> classifier)
value/src/main/java/com/google/auto/value/processor/BuilderSpec.java:328
↓ 2 callersMethoddummySignatureFieldName
(Class<?> c)
value/src/it/functional/src/test/java/com/google/auto/value/gwt/SerialSignatureTest.java:66
↓ 2 callersMethodenclosingType
Returns the type of the innermost enclosing instance, or null if there is none. This is the same as {@link DeclaredType#getEnclosingType()} except tha
common/src/main/java/com/google/auto/common/MoreTypes.java:355
↓ 2 callersMethodequals
(Object o)
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1053
↓ 2 callersMethodequals
(@Nullable Object x)
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:839
↓ 2 callersMethoderasedToString
(TypeMirror type)
common/src/test/java/com/google/auto/common/OverridesTest.java:716
↓ 2 callersMethoderasedTypeIs
(TypeMirror type, TypeElement baseType)
value/src/main/java/com/google/auto/value/processor/BuilderSpec.java:200
↓ 2 callersMethodexception
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoOneOfTest.java:353
↓ 2 callersMethodexecutableElement
()
value/src/main/java/com/google/auto/value/processor/Executable.java:79
↓ 2 callersMethodexecutableListString
(List<Executable> executables)
value/src/main/java/com/google/auto/value/processor/AutoBuilderProcessor.java:518
↓ 2 callersMethodfakeProperties
(int primitiveCount)
value/src/test/java/com/google/auto/value/processor/BuilderRequiredPropertiesTest.java:322
↓ 2 callersMethodfakePropertiesWithDefaults
(int primitiveCount)
value/src/test/java/com/google/auto/value/processor/BuilderRequiredPropertiesTest.java:330
↓ 2 callersMethodfatalError
(String msg)
service/processor/src/main/java/com/google/auto/service/processor/AutoServiceProcessor.java:340
↓ 2 callersMethodfilesUnderDirectory
(File dir, Predicate<File> predicate)
value/src/it/functional/src/test/java/com/google/auto/value/CompileWithEclipseTest.java:140
↓ 2 callersMethodfinalAutoValueClassName
The fully-qualified name of the last class in the {@code AutoValue} hierarchy. For an {@code @AutoValue} class {@code foo.bar.Baz}, this will be {@cod
value/src/main/java/com/google/auto/value/extension/AutoValueExtension.java:110
↓ 2 callersMethodfixReservedIdentifiers
Modifies the values of the given map to avoid reserved words. If we have a getter called {@code getPackage()} then we can't use the identifier {@code
value/src/main/java/com/google/auto/value/processor/AutoValueishProcessor.java:851
↓ 2 callersMethodforEachLoopMethodBody
(TypeMirror elementType)
value/src/main/java/com/google/auto/value/extension/toprettystring/processor/ToPrettyStringExtension.java:306
↓ 2 callersMethodforEachMapEntryMethodBody
( TypeMirror keyType, TypeMirror valueType, String propertyAccess)
value/src/main/java/com/google/auto/value/extension/toprettystring/processor/ToPrettyStringExtension.java:330
↓ 2 callersMethodfromInstance
(KotlinDataSomeDefaults instance)
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderKotlinTest.java:207
↓ 2 callersMethodfullyQualifiedName
(String pkg, String cls)
value/src/main/java/com/google/auto/value/processor/AutoAnnotationProcessor.java:457
↓ 2 callersMethodgenerateDescriptorForConstructor
( final AutoFactoryDeclaration declaration, ExecutableElement constructor)
factory/src/main/java/com/google/auto/factory/processor/FactoryDescriptorGenerator.java:129
↓ 2 callersMethodgenerateKeyMapFunction
( TypeMirror originalType, TypeMirror transformedType, Function<CodeBlock, CodeBlock>
value/src/main/java/com/google/auto/value/extension/serializable/serializer/impl/ImmutableMapSerializerExtension.java:123
↓ 2 callersMethodgenerateValueMapFunction
( TypeMirror originalType, TypeMirror transformedType, Function<CodeBlock, CodeBlock>
value/src/main/java/com/google/auto/value/extension/serializable/serializer/impl/ImmutableMapSerializerExtension.java:139
↓ 2 callersMethodgeneratedClassName
(ExecutableElement method)
value/src/main/java/com/google/auto/value/processor/AutoAnnotationProcessor.java:275
↓ 2 callersMethodgetAList
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1987
↓ 2 callersMethodgetAllMethods
Returns the set of all methods from {@code type}, including methods that it inherits from its ancestors. Inherited methods that are overridden are not
common/src/main/java/com/google/auto/common/MoreElements.java:457
↓ 2 callersMethodgetAnInt
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1989
↓ 2 callersMethodgetAnnotationElementAndValue
Returns a {@link ExecutableElement} and its associated {@link AnnotationValue} if such an element was either declared in the usage represented by the
common/src/main/java/com/google/auto/common/AnnotationMirrors.java:140
↓ 2 callersMethodgetAnnotationFqName
Returns the fully-qualified name of an annotation-mirror, e.g. "com.google.auto.value.AutoValue".
value/src/main/java/com/google/auto/value/processor/AutoValueishProcessor.java:1184
↓ 2 callersMethodgetAnnotationMirror
(Element element, String annotationName)
value/src/main/java/com/google/auto/value/extension/memoized/processor/MemoizedValidator.java:74
↓ 2 callersMethodgetAnnotationsMarkedWithInherited
(Element element)
value/src/main/java/com/google/auto/value/processor/AutoValueishProcessor.java:1173
↓ 2 callersMethodgetBinaryName
Returns the binary name of a reference type. For example, {@code com.google.Foo$Bar}, instead of {@code com.google.Foo.Bar}.
service/processor/src/main/java/com/google/auto/service/processor/AutoServiceProcessor.java:281
↓ 2 callersMethodgetBytes
Returns the value as a list of bytes. @throws IllegalArgumentException if the value is not an array of bytes.
common/src/main/java/com/google/auto/common/AnnotationValues.java:445
↓ 2 callersMethodgetCharContent
(boolean ignoreEncodingErrors)
common/src/test/java/com/google/auto/common/GeneratedAnnotationsTest.java:125
↓ 2 callersMethodgetElementValues
()
value/src/main/java/com/google/auto/value/processor/Nullables.java:116
↓ 2 callersMethodgetElementsByAnnotation
()
common/src/test/java/com/google/auto/common/BasicAnnotationProcessorTest.java:334
↓ 2 callersMethodgetEnclosingType
Returns the enclosing type of {@code type}, if {@code type} is an inner class. Otherwise returns a {@code NoType}. This is what {@link DeclaredType#ge
value/src/main/java/com/google/auto/value/processor/EclipseHack.java:64
↓ 2 callersMethodgetExcludedAnnotationTypes
Returns the contents of the {@code AutoValue.CopyAnnotations.exclude} element, as a set of {@code TypeMirror} where each type is an annotation type.
value/src/main/java/com/google/auto/value/processor/AutoValueishProcessor.java:1136
↓ 2 callersMethodgetFactory
Returns a {@link SerializerFactory} with {@link SerializerExtension} instances provided by the {@link java.util.ServiceLoader}.
value/src/main/java/com/google/auto/value/extension/serializable/serializer/SerializerFactoryLoader.java:39
↓ 2 callersMethodgetFactoryName
()
factory/src/main/java/com/google/auto/factory/processor/AutoFactoryDeclaration.java:78
↓ 2 callersMethodgetFirst
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderTest.java:645
↓ 2 callersMethodgetKind
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoOneOfTest.java:173
↓ 2 callersMethodgetKind
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoOneOfTest.java:349
↓ 2 callersMethodgetNative
()
value/src/test/java/com/google/auto/value/extension/memoized/MemoizedTest.java:46
↓ 2 callersMethodgetNative0
()
value/src/test/java/com/google/auto/value/extension/memoized/MemoizedTest.java:48
↓ 2 callersMethodgetOAuths
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:2133
↓ 2 callersMethodgetPath
Returns an absolute path to a service file given the class name of the service. @param serviceName not {@code null} @return SERVICES_PATH + serviceNa
service/processor/src/main/java/com/google/auto/service/processor/ServicesFiles.java:43
↓ 2 callersMethodgetReturnTypeAnnotations
( ExecutableElement method, Predicate<TypeElement> typeFilter)
value/src/main/java/com/google/auto/value/processor/AutoValueishProcessor.java:1269
↓ 2 callersMethodgetSecond
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderTest.java:649
↓ 2 callersMethodgetSerializer
(TypeMirror typeMirror)
value/src/main/java/com/google/auto/value/extension/serializable/serializer/impl/SerializerFactoryImpl.java:41
↓ 2 callersMethodgetString
Returns the value as a string. @throws IllegalArgumentException if the value is not a string.
common/src/main/java/com/google/auto/common/AnnotationValues.java:270
↓ 2 callersMethodgetType
()
value/src/main/java/com/google/auto/value/processor/GwtSerialization.java:124
↓ 2 callersMethodgetTypeMirror
Returns the value as a class. @throws IllegalArgumentException if the value is not a class.
common/src/main/java/com/google/auto/common/AnnotationValues.java:207
↓ 2 callersMethodgetUniqueName
Generates a unique name using {@code base}. If {@code base} has not yet been added, it will be returned as-is. If your {@code base} is healthy, this w
factory/src/main/java/com/google/auto/factory/processor/FactoryDescriptor.java:78
↓ 2 callersMethodgetterMustMatch
A string describing what a builder getter must match: a property method for AutoValue, a parameter for AutoBuilder.
value/src/main/java/com/google/auto/value/processor/BuilderMethodClassifier.java:723
↓ 2 callersMethodhasVisibleNoArgConstructor
True if the type is a class with a non-private no-arg constructor, or is an interface.
value/src/main/java/com/google/auto/value/processor/AutoValueishProcessor.java:1346
↓ 2 callersMethodhour
(int hour)
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderTest.java:396
↓ 2 callersMethodimplementationMethods
( TypeElement supertype, Element autoFactoryElement)
factory/src/main/java/com/google/auto/factory/processor/AutoFactoryProcessor.java:250
↓ 2 callersMethodincrementalType
(ProcessingEnvironment processingEnvironment)
value/src/test/java/com/google/auto/value/processor/IncrementalExtensionTest.java:105
↓ 2 callersMethodindexOfClassStartIn
(String content, String where)
factory/src/test/java/com/google/auto/factory/processor/AutoFactoryProcessorTest.java:251
↓ 2 callersMethodinnerBuilder
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:3244
↓ 2 callersMethodints
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1087
↓ 2 callersMethodints
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:449
↓ 2 callersMethodisCastingUnchecked
Returns true if casting to the given type will elicit an unchecked warning from the compiler. Only generic types such as {@code List<String>} produce
value/src/main/java/com/google/auto/value/processor/TypeSimplifier.java:323
↓ 2 callersMethodisConversionFromObjectUnchecked
Returns true if casting {@code Object} to the given type will elicit an unchecked warning from the compiler. Only type variables and parameterized typ
common/src/main/java/com/google/auto/common/MoreTypes.java:996
↓ 2 callersMethodisExecutable
(Element element)
common/src/main/java/com/google/auto/common/BasicAnnotationProcessor.java:444
↓ 2 callersMethodisJavaLangClass
(TypeMirror type)
value/src/main/java/com/google/auto/value/processor/AnnotationOutput.java:277
↓ 2 callersMethodisProvider
True if {@code type} is a {@code Provider}.
factory/src/main/java/com/google/auto/factory/processor/InjectApi.java:63
↓ 2 callersMethodjavacMethod
(ExecutableElement method)
common/src/test/java/com/google/auto/common/OverridesTest.java:687
↓ 2 callersMethodjavacType
(TypeElement type)
common/src/test/java/com/google/auto/common/OverridesTest.java:683
↓ 2 callersMethodlistBuilder
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:1052
↓ 2 callersMethodlocalTimeBuilder
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderTest.java:390
↓ 2 callersMethodmajor
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1219
↓ 2 callersMethodmakeConstructorForwarder
Assembles a class with a static method {@code of} that calls the constructor of another class with the same parameters. <p>It would be simpler if we
value/src/main/java/com/google/auto/value/processor/ForwardingClassGenerator.java:86
↓ 2 callersMethodmakePropertyBuilder
(ExecutableElement method, String property)
value/src/main/java/com/google/auto/value/processor/PropertyBuilderClassifier.java:227
↓ 2 callersMethodmaybeNullable
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueJava8Test.java:1079
↓ 2 callersMethodmaybeShorten
(AnnotationValue value)
common/src/main/java/com/google/auto/common/AnnotationOutput.java:171
↓ 2 callersMethodmethodInType
Returns the method from within the given type that has the same erased signature as the given method, or null if there is no such method.
common/src/main/java/com/google/auto/common/Overrides.java:411
↓ 2 callersMethodmethodVisibleFromPackage
(ExecutableElement method, PackageElement pkg)
common/src/main/java/com/google/auto/common/MoreElements.java:512
↓ 2 callersMethodmethodsOf
(TypeElement type, int argumentCount)
value/src/main/java/com/google/auto/value/processor/PropertyBuilderClassifier.java:436
↓ 2 callersMethodminor
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoValueTest.java:1221
↓ 2 callersMethodminute
(int minute)
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderTest.java:398
↓ 2 callersMethodmyAnnotationAllBuilder
()
value/src/it/functional/src/test/java/com/google/auto/value/AutoBuilderTest.java:191
↓ 2 callersMethodname
()
factory/src/main/java/com/google/auto/factory/processor/FactoryDescriptor.java:48
← previousnext →601–700 of 3,917, ranked by callers