public class GroupTypeDescription extends Object
| Constructor and Description |
|---|
GroupTypeDescription(String groupTypeName,
String elementTypeName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getElementTypeName() |
static GroupTypeDescription |
getGroupTypeDescription(Class<?> clazz)
Creates a new
for a group of elements. |
static GroupTypeDescription |
getGroupTypeDescription(Object actual)
Creates a new
for a group of elements. |
String |
getGroupTypeName() |
public String getElementTypeName()
public String getGroupTypeName()
public static GroupTypeDescription getGroupTypeDescription(Object actual)
GroupTypeDescription for a group of elements.actual - the group of elements.public static GroupTypeDescription getGroupTypeDescription(Class<?> clazz)
GroupTypeDescription for a group of elements.clazz - the class for the group of elements.Copyright © 2025. All rights reserved.