Uses of Interface
com.speedment.common.codegen.model.trait.HasGenerics
-
Packages that use HasGenerics Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package.com.speedment.common.codegen.model.trait Common traits used by the codegen models located in thecom.speedment.codegen.lang.modelpackage. -
-
Uses of HasGenerics in com.speedment.common.codegen.model
Subinterfaces of HasGenerics in com.speedment.common.codegen.model Modifier and Type Interface Description interfaceClassA model that represents a class in code.interfaceClassOrInterface<T extends ClassOrInterface<T>>interfaceConstructorA model that represents a constructor in code.interfaceEnumA model that represents an enumeration in code.interfaceInterfaceA model that represents an interface in code.interfaceInterfaceMethodA model that represents a method of an interface in code.interfaceMethodA model that represents a method declaration in code. -
Uses of HasGenerics in com.speedment.common.codegen.model.trait
Classes in com.speedment.common.codegen.model.trait with type parameters of type HasGenerics Modifier and Type Interface Description interfaceHasGenerics<T extends HasGenerics<T>>A trait for models that containGenericcomponents.
-