Example #1
0
  @Override
  @Transient
  @JsonIgnore
  public <T extends CustomInfo> T getCustomInfo() throws Exception {

    return (T) userCustomInfoHandlerImpl.getCustomInfo(rawCustomInfo);
  }
Example #2
0
  @Override
  public <T extends CustomInfo> void setCustomInfo(T customInfo) throws Exception {

    rawCustomInfo = userCustomInfoHandlerImpl.getRawCustomInfo(customInfo);
  }