public class WebAnnotationUtil extends Object
Constructor and Description |
---|
WebAnnotationUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isExceptionAction(ActionEntry action) |
static List<ThrowableEntry> |
toEntry(ResponseError value) |
static ThrowableEntry |
toEntry(ResponseError value,
Class<? extends Throwable> target) |
static List<ThrowableEntry> |
toList(List<ResponseError> list) |
static List<ResponseError> |
toList(ResponseErrors value) |
public static boolean isExceptionAction(ActionEntry action)
public static List<ResponseError> toList(ResponseErrors value)
public static ThrowableEntry toEntry(ResponseError value, Class<? extends Throwable> target)
public static List<ThrowableEntry> toEntry(ResponseError value)
public static List<ThrowableEntry> toList(List<ResponseError> list)
Copyright © 2018 Brandao. All rights reserved.