Uses of Interface
com.rosetta.util.types.JavaType
Packages that use JavaType
-
Uses of JavaType in com.rosetta.util.types
Subinterfaces of JavaType in com.rosetta.util.typesClasses in com.rosetta.util.types that implement JavaTypeModifier and TypeClassDescriptionclassclassJavaClass<T>protected static classclassprotected static classclassclassMethods in com.rosetta.util.types that return JavaTypeModifier and TypeMethodDescriptionstatic JavaTypestatic JavaTypeJavaType.from(Object obj, Map<TypeVariable<?>, JavaTypeVariable> context) static <T> JavaTypestatic <T> JavaTypeJavaType.from(Type t, Map<TypeVariable<?>, JavaTypeVariable> context) JavaArrayType.getBaseType()default JavaTypeJavaType.getTypeErasure()Methods in com.rosetta.util.types with parameters of type JavaTypeModifier and TypeMethodDescriptionbooleanJavaArrayType.isSubtypeOf(JavaType other) booleanJavaClass.JavaClassImpl.isSubtypeOf(JavaType other) booleanJavaParameterizedType.isSubtypeOf(JavaType other) booleanJavaPrimitiveType.isSubtypeOf(JavaType other) booleanJavaType.isSubtypeOf(JavaType other) booleanJavaTypeVariable.isSubtypeOf(JavaType other) BinaryCommunicativeJavaTypeVisitor.visitTypes(JavaType left, JavaType right) Constructors in com.rosetta.util.types with parameters of type JavaType -
Uses of JavaType in com.rosetta.util.types.generated
Classes in com.rosetta.util.types.generated that implement JavaTypeMethods in com.rosetta.util.types.generated with parameters of type JavaType