public static final class ValidationMeta.ParamInfo extends Object
| Constructor and Description | 
|---|
ParamInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
Annotation[] | 
getAnnotations()  | 
String | 
getCustomName()  | 
String | 
getLabel()  | 
String | 
getMessage()  | 
String | 
getName()  | 
Class<?> | 
getType()  | 
void | 
setAnnotations(Annotation[] annotations)  | 
void | 
setCustomName(String customName)  | 
void | 
setLabel(String label)  | 
void | 
setMessage(String message)  | 
void | 
setName(String name)  | 
void | 
setType(Class<?> type)  | 
public String getName()
public void setName(String name)
public String getCustomName()
public void setCustomName(String customName)
public String getLabel()
public void setLabel(String label)
public String getMessage()
public void setMessage(String message)
public Class<?> getType()
public void setType(Class<?> type)
public Annotation[] getAnnotations()
public void setAnnotations(Annotation[] annotations)
Copyright © 2022. All rights reserved.