My class starts with
public abstract class LastActionHero<H extends Hero>(){
Now somewhere in the code I want to write H.class
but that isn't possible (like String.class
or Integer.class
is).
Can you tell me how I can get the Class
of the generic?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…