Uses of Class
com.rosetta.util.types.JavaClass
Packages that use JavaClass
-
Uses of JavaClass in com.rosetta.util.types
Subclasses of JavaClass in com.rosetta.util.typesModifier and TypeClassDescriptionprotected static classclassprotected static classFields in com.rosetta.util.types declared as JavaClassModifier and TypeFieldDescriptionJavaClass.CLONEABLEJavaClass.OBJECTstatic final JavaClass<Serializable> JavaClass.SERIALIZABLEMethods in com.rosetta.util.types that return JavaClassModifier and TypeMethodDescriptionJavaClass.applySubstitution(Map<JavaTypeVariable, JavaTypeArgument> substitution) JavaTypeDeclaration.applySubstitution(Map<JavaTypeVariable, JavaTypeArgument> substitution) static <T> JavaClass<T> 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) JavaGenericTypeDeclaration.getBaseType()JavaGenericTypeDeclaration.JavaGenericTypeDeclarationImpl.getBaseType()JavaClass.getSuperclass()JavaClass.JavaClassImpl.getSuperclass()JavaGenericTypeDeclaration.getSuperclass()JavaGenericTypeDeclaration.JavaGenericTypeDeclarationImpl.getSuperclass()JavaParameterizedType.getSuperclass()JavaParameterizedType.getTypeErasure()JavaClass<?> JavaPrimitiveType.toReferenceType()Methods in com.rosetta.util.types that return types with arguments of type JavaClassModifier and TypeMethodDescriptionJavaClass.getInterfaces()JavaClass.JavaClassImpl.getInterfaces()JavaGenericTypeDeclaration.getInterfaces()JavaGenericTypeDeclaration.JavaGenericTypeDeclarationImpl.getInterfaces()JavaParameterizedType.getInterfaces()Methods in com.rosetta.util.types with parameters of type JavaClassModifier and TypeMethodDescriptionstatic JavaPrimitiveTypeJavaPrimitiveType.fromWrapper(JavaClass<?> wrapperType) booleanJavaParameterizedType.isSupertypeOf(JavaClass<?> other) voidprotected abstract ResultBinaryCommunicativeJavaTypeVisitor.visitTypeAndNull(JavaClass<?> left) protected abstract ResultBinaryCommunicativeJavaTypeVisitor.visitTypes(JavaArrayType left, JavaClass<?> right) protected abstract ResultBinaryCommunicativeJavaTypeVisitor.visitTypes(JavaClass<?> left, JavaClass<?> right) protected abstract ResultBinaryCommunicativeJavaTypeVisitor.visitTypes(JavaClass<?> left, JavaParameterizedType<?> right) protected abstract ResultBinaryCommunicativeJavaTypeVisitor.visitTypes(JavaClass<?> left, JavaPrimitiveType right) protected abstract ResultBinaryCommunicativeJavaTypeVisitor.visitTypes(JavaClass<?> left, JavaTypeVariable right) -
Uses of JavaClass in com.rosetta.util.types.generated
Subclasses of JavaClass in com.rosetta.util.types.generatedMethods in com.rosetta.util.types.generated that return JavaClassModifier and TypeMethodDescriptionGeneratedJavaGenericTypeDeclaration.getBaseType()GeneratedJavaClass.getSuperclass()GeneratedJavaGenericTypeDeclaration.getSuperclass()GeneratedJavaGenericTypeDeclaration.getSuperclassDeclaration()GeneratedJavaClassService.toJavaChoiceType(ModelSymbolId id) GeneratedJavaClassService.toJavaFunction(ModelSymbolId id) JavaClass<ReportFunction<?, ?>> GeneratedJavaClassService.toJavaReportFunction(ModelReportId id) JavaClass<ReportFunction<?, ?>> GeneratedJavaClassService.toJavaRule(ModelSymbolId id) GeneratedJavaClassService.toJavaType(ModelSymbolId id) Methods in com.rosetta.util.types.generated that return types with arguments of type JavaClassModifier and TypeMethodDescriptionGeneratedJavaGenericTypeDeclaration.getInterfaceDeclarations()GeneratedJavaClass.getInterfaces()GeneratedJavaGenericTypeDeclaration.getInterfaces()