public class CustomAttributesUtil extends Object
| Constructor and Description |
|---|
CustomAttributesUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addCustomAttributes(AnnotatedElement annotatedElement,
ModelBase model) |
static Map<String,Object> |
getGroupedAttributes(AnnotatedElement annotatedElement) |
static Map<String,Object> |
getGroupedAttributes(Set<CustomAttribute> attributes) |
public static void addCustomAttributes(AnnotatedElement annotatedElement, ModelBase model)
public static Map<String,Object> getGroupedAttributes(AnnotatedElement annotatedElement)
public static Map<String,Object> getGroupedAttributes(Set<CustomAttribute> attributes)
Copyright © 2020. All rights reserved.