- Target - Annotation Type in org.inferred.internal.testing.integration
-
Annotation used internally within the
Model implementation to target elements.
- TempJavaFileManager - Class in org.inferred.internal.testing.integration
-
Implementation of JavaFileManager that provides its own temporary output storage.
- TempJavaFileManager() - Constructor for class org.inferred.internal.testing.integration.TempJavaFileManager
-
- TestBuilder - Class in org.inferred.internal.testing.integration
-
Simple builder API for a test method, suitable for use in
BehaviorTester.
- TestBuilder() - Constructor for class org.inferred.internal.testing.integration.TestBuilder
-
- toString() - Method in class org.inferred.internal.testing.unit.ClassTypeImpl.ClassElementImpl
-
- toString() - Method in class org.inferred.internal.testing.unit.ClassTypeImpl
-
- toString() - Method in class org.inferred.internal.testing.unit.GenericElementParameter
-
- toString() - Method in class org.inferred.internal.testing.unit.GenericElementParameter.TypeVariableImpl
-
- toString() - Method in class org.inferred.internal.testing.unit.NameImpl
-
- toString() - Method in class org.inferred.internal.testing.unit.NoTypes
-
- toString() - Method in class org.inferred.internal.testing.unit.PackageElementImpl
-
- toString() - Method in class org.inferred.internal.testing.unit.PrimitiveTypeImpl
-
- toString() - Method in class org.inferred.internal.testing.unit.TypeVariableImpl
-
- type(String) - Static method in class org.inferred.internal.testing.unit.ClassTypeImpl
-
Returns a
ClassTypeImpl.Builder initially configured to create a
DeclaredType for a
top-level class called
simpleName, in package
org.example, with no
supertype or interfaces.
- typeElement(Class<?>) - Method in class org.inferred.internal.testing.integration.Model
-
Returns the TypeElement of cls.
- typeElement(String) - Method in class org.inferred.internal.testing.integration.Model
-
Returns the TypeElement of qualifiedType.
- typeMirror(Class<?>) - Method in class org.inferred.internal.testing.integration.Model
-
Returns a TypeMirror for the given class (raw T, not T<?>, if T is generic).
- typeMirror(TypeToken<?>) - Method in class org.inferred.internal.testing.integration.Model
-
Returns a TypeMirror for the given type.
- typeMirror(String, TypeMirror...) - Method in class org.inferred.internal.testing.integration.Model
-
Returns a TypeMirror for the given type, substituting any provided arguments for
%1, %2, etc.
- typeMirror(Types, Elements, Class<?>) - Static method in class org.inferred.internal.testing.integration.TypeMirrors
-
Returns a TypeMirror for the given class (raw T, not T<?>, if T is generic).
- typeMirror(Types, Elements, TypeToken<?>) - Static method in class org.inferred.internal.testing.integration.TypeMirrors
-
Returns a TypeMirror for the given type.
- typeMirror(Types, Elements, Type) - Static method in class org.inferred.internal.testing.integration.TypeMirrors
-
Returns a TypeMirror for the given type.
- typeMirror(Types, Elements, String, TypeMirror...) - Static method in class org.inferred.internal.testing.integration.TypeMirrors
-
Returns a TypeMirror for the given type, substituting any provided arguments for
%1, %2, etc.
- TypeMirrors - Class in org.inferred.internal.testing.integration
-
Static utility methods pertaining to TypeMirror instances.
- TypeMirrors() - Constructor for class org.inferred.internal.testing.integration.TypeMirrors
-
- typeUtils() - Method in class org.inferred.internal.testing.integration.Model
-
Returns a Types implementation.
- TypeVariableImpl - Class in org.inferred.internal.testing.unit
-
Fake implementation of TypeVariable for unit tests.