| Constructor and Description |
|---|
BasicRestField(String name,
Class<T> type,
String description,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
Class<T> |
getType() |
boolean |
isRequired() |
public String getDescription()
getDescription in interface RestField<T>public boolean isRequired()
isRequired in interface RestField<T>Copyright © 2013–2020. All rights reserved.