As far as you can see, in classes of primitive types of variables (String, Integer, Long ...) you can see a similar construction
public static final Class<String> TYPE = (Class<String>) Class.getPrimitiveClass("string"); I understand that it is responsible for creating a primitive class type (int, long...), I have a question how can i create my same type for my primitive class?
P.s I know that the question is not ordinary and complex, if you do not know the answer to this question or think that there is no solution to this, then just ignore it.
Or give a weighty argument