How to get metadata of all properties from parent object with reflect-metadata

前端 未结 0 1059

Let\'s say I have a class like this:

class UserDTO {
  @Decorator()
  username!: string;

  @Decorator()
  password!: strin         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题