Uses of Class
com.rosetta.util.types.JavaTypeVariable
Packages that use JavaTypeVariable
-
Uses of JavaTypeVariable in com.rosetta.util.types
Methods in com.rosetta.util.types that return JavaTypeVariableModifier and TypeMethodDescriptionstatic JavaTypeVariableJavaTypeVariable.from(JavaGenericTypeDeclaration<?> declaration, TypeVariable<?> var, Map<TypeVariable<?>, JavaTypeVariable> context) static JavaTypeVariableJavaTypeVariable.from(TypeVariable<?> var, Map<TypeVariable<?>, JavaTypeVariable> context) Methods in com.rosetta.util.types that return types with arguments of type JavaTypeVariableModifier and TypeMethodDescriptionabstract List<JavaTypeVariable> JavaGenericTypeDeclaration.getParameters()JavaGenericTypeDeclaration.JavaGenericTypeDeclarationImpl.getParameters()JavaParameterizedType.getTypeVariableSubstitution()Methods in com.rosetta.util.types with parameters of type JavaTypeVariableModifier and TypeMethodDescriptionvoidJavaTypeVisitor.visitType(JavaTypeVariable type) protected abstract ResultBinaryCommunicativeJavaTypeVisitor.visitTypeAndNull(JavaTypeVariable left) protected abstract ResultBinaryCommunicativeJavaTypeVisitor.visitTypes(JavaArrayType left, JavaTypeVariable right) protected abstract ResultBinaryCommunicativeJavaTypeVisitor.visitTypes(JavaClass<?> left, JavaTypeVariable right) protected abstract ResultBinaryCommunicativeJavaTypeVisitor.visitTypes(JavaParameterizedType<?> left, JavaTypeVariable right) protected abstract ResultBinaryCommunicativeJavaTypeVisitor.visitTypes(JavaPrimitiveType left, JavaTypeVariable right) protected abstract ResultBinaryCommunicativeJavaTypeVisitor.visitTypes(JavaTypeVariable left, JavaTypeVariable right) Method parameters in com.rosetta.util.types with type arguments of type JavaTypeVariableModifier and TypeMethodDescriptionvoidJavaParameterizedType.addTypeVariableSubstitution(Map<JavaTypeVariable, JavaTypeArgument> substitution) JavaClass.applySubstitution(Map<JavaTypeVariable, JavaTypeArgument> substitution) JavaGenericTypeDeclaration.applySubstitution(Map<JavaTypeVariable, JavaTypeArgument> substitution) JavaParameterizedType.applySubstitution(Map<JavaTypeVariable, JavaTypeArgument> substitution) JavaTypeDeclaration.applySubstitution(Map<JavaTypeVariable, JavaTypeArgument> substitution) static JavaArrayTypeJavaArrayType.from(Type t, Map<TypeVariable<?>, JavaTypeVariable> context) static <T> JavaClass<T> JavaClass.from(Class<T> raw, Type generic, Map<TypeVariable<?>, JavaTypeVariable> context) static JavaClass<?> JavaClass.from(Type t, Map<TypeVariable<?>, JavaTypeVariable> context) static <T> JavaParameterizedType<T> JavaParameterizedType.from(Class<T> rawType, ParameterizedType t, Map<TypeVariable<?>, JavaTypeVariable> context) static JavaTypeJavaType.from(Object obj, Map<TypeVariable<?>, JavaTypeVariable> context) static <T> JavaTypeJavaType.from(Type t, Map<TypeVariable<?>, JavaTypeVariable> context) static JavaTypeArgumentJavaTypeArgument.from(Type t, Map<TypeVariable<?>, JavaTypeVariable> context) static JavaTypeVariableJavaTypeVariable.from(JavaGenericTypeDeclaration<?> declaration, TypeVariable<?> var, Map<TypeVariable<?>, JavaTypeVariable> context) static JavaTypeVariableJavaTypeVariable.from(TypeVariable<?> var, Map<TypeVariable<?>, JavaTypeVariable> context) static JavaWildcardTypeArgumentJavaWildcardTypeArgument.from(WildcardType a, Map<TypeVariable<?>, JavaTypeVariable> context) -
Uses of JavaTypeVariable in com.rosetta.util.types.generated
Methods in com.rosetta.util.types.generated that return types with arguments of type JavaTypeVariable