Uses of Class
org.mybatis.generator.api.dom.java.TypeParameter
Packages that use TypeParameter
-
Uses of TypeParameter in org.mybatis.generator.api.dom.java
Fields in org.mybatis.generator.api.dom.java with type parameters of type TypeParameterModifier and TypeFieldDescriptionprivate final List<TypeParameter> InnerClass.typeParametersprivate final List<TypeParameter> InnerInterface.typeParametersprivate final List<TypeParameter> Method.typeParametersMethods in org.mybatis.generator.api.dom.java that return types with arguments of type TypeParameterModifier and TypeMethodDescriptionInnerClass.getTypeParameters()InnerInterface.getTypeParameters()Method.getTypeParameters()Methods in org.mybatis.generator.api.dom.java with parameters of type TypeParameterModifier and TypeMethodDescriptionvoidInnerClass.addTypeParameter(TypeParameter typeParameter) voidInnerInterface.addTypeParameter(TypeParameter typeParameter) voidMethod.addTypeParameter(int index, TypeParameter typeParameter) voidMethod.addTypeParameter(TypeParameter typeParameter) -
Uses of TypeParameter in org.mybatis.generator.api.dom.java.render
Methods in org.mybatis.generator.api.dom.java.render with parameters of type TypeParameterModifier and TypeMethodDescriptionTypeParameterRenderer.render(TypeParameter typeParameter, CompilationUnit compilationUnit) Method parameters in org.mybatis.generator.api.dom.java.render with type arguments of type TypeParameterModifier and TypeMethodDescriptionstatic StringRenderingUtilities.renderTypeParameters(List<TypeParameter> typeParameters, CompilationUnit compilationUnit)