10401041104210431044104510461047104810491050
public String getValidator( Named<?> named ) { if (named instanceof Parameter) { Parameter param = (Parameter) named; TypeRef type = param.type(); if (type.isBuiltin()) return String.format( "Validator_%s.get( %d )", type.type(), type.dim() );
539540541542543544545546547548549
public String getValidator( Named<?> named ) { if (named instanceof Parameter) { Parameter param = (Parameter) named; TypeRef type = param.type(); if (type.isBuiltin()) return "Validator_"+type.type()+".get( "+type.dim()+" )"; return "Validator_custom.getCustom( "+type.getNamed( type.intf() ).efqname( this )+".class, "+type.dim()+" )";