Uses of Class
com.rosetta.util.types.JavaGenericTypeDeclaration
Packages that use JavaGenericTypeDeclaration
-
Uses of JavaGenericTypeDeclaration in com.rosetta.util.types
Subclasses of JavaGenericTypeDeclaration in com.rosetta.util.typesModifier and TypeClassDescriptionprotected static classMethods in com.rosetta.util.types that return JavaGenericTypeDeclarationModifier and TypeMethodDescriptionstatic <T> JavaGenericTypeDeclaration<T> JavaGenericTypeDeclaration.from(com.fasterxml.jackson.core.type.TypeReference<T> typeRef) static <T> JavaGenericTypeDeclaration<T> JavaTypeVariable.getDeclaration()abstract JavaGenericTypeDeclaration<? super T> JavaParameterizedType.getGenericTypeDeclaration()JavaGenericTypeDeclaration<? super T> JavaParameterizedType.JavaParameterizedTypeImpl.getGenericTypeDeclaration()Methods in com.rosetta.util.types with parameters of type JavaGenericTypeDeclarationModifier and TypeMethodDescriptionstatic <T> JavaParameterizedType<T> JavaParameterizedType.from(JavaGenericTypeDeclaration<? super T> typeDeclaration, JavaTypeArgument... arguments) static <T> JavaParameterizedType<T> JavaParameterizedType.from(JavaGenericTypeDeclaration<? super T> typeDeclaration, List<JavaTypeArgument> arguments) static JavaTypeVariableJavaTypeVariable.from(JavaGenericTypeDeclaration<?> declaration, TypeVariable<?> var, Map<TypeVariable<?>, JavaTypeVariable> context) Constructors in com.rosetta.util.types with parameters of type JavaGenericTypeDeclarationModifierConstructorDescriptionJavaParameterizedTypeImpl(JavaGenericTypeDeclaration<? super T> genericTypeDeclaration, List<JavaTypeArgument> arguments) JavaTypeVariable(JavaGenericTypeDeclaration<?> declaration, String name, JavaReferenceType... bounds) -
Uses of JavaGenericTypeDeclaration in com.rosetta.util.types.generated
Subclasses of JavaGenericTypeDeclaration in com.rosetta.util.types.generated