Uses of Class
dev.hilla.parser.models.TypeArgumentModel
-
Packages that use TypeArgumentModel Package Description dev.hilla.parser.models -
-
Uses of TypeArgumentModel in dev.hilla.parser.models
Methods in dev.hilla.parser.models that return TypeArgumentModel Modifier and Type Method Description static TypeArgumentModelTypeArgumentModel. of(io.github.classgraph.TypeArgument origin)static TypeArgumentModelTypeArgumentModel. of(AnnotatedType origin)Methods in dev.hilla.parser.models that return types with arguments of type TypeArgumentModel Modifier and Type Method Description Class<TypeArgumentModel>TypeArgumentModel. getCommonModelClass()List<TypeArgumentModel>ClassRefSignatureModel. getTypeArguments()Stream<TypeArgumentModel>ClassRefSignatureModel. getTypeArgumentsStream()protected abstract List<TypeArgumentModel>ClassRefSignatureModel. prepareTypeArguments()Method parameters in dev.hilla.parser.models with type arguments of type TypeArgumentModel Modifier and Type Method Description static ClassRefSignatureModelClassRefSignatureModel. of(ClassInfoModel classInfo, List<TypeArgumentModel> typeArguments, List<AnnotationInfoModel> annotations)Deprecated.
-