public class MessageValidator extends Object
| Constructor and Description |
|---|
MessageValidator() |
| Modifier and Type | Method and Description |
|---|---|
MessageValidator |
map(Class cl) |
MessageValidator |
map(String s,
Class cl) |
<T> Object |
read(Class<T> targetType,
com.eclipsesource.json.JsonObject parsed) |
static <T extends Enum<T>> |
valueOfIgnoreCase(Class<T> enumeration,
String name) |
public MessageValidator map(Class cl)
public MessageValidator map(String s, Class cl)
public <T> Object read(Class<T> targetType, com.eclipsesource.json.JsonObject parsed) throws ValidationException, ClassNotFoundException, IllegalAccessException, InstantiationException
Copyright © 2019. All rights reserved.