public class ComponentNameFactory extends Object
| Constructor and Description |
|---|
ComponentNameFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentName |
createComponentName(ComponentType type,
Class<?> clazz)
create ComponentName by component type and class type
|
static ComponentName |
createComponentName(ComponentType type,
Class<?> clazz,
String uniqueId)
create ComponentName by component type,class type and unique id
|
static ComponentName |
createComponentName(ComponentType type,
String name)
create ComponentName by component type and component name
|
public static ComponentName createComponentName(ComponentType type, Class<?> clazz)
clazz - type - public static ComponentName createComponentName(ComponentType type, String name)
type - name - public static ComponentName createComponentName(ComponentType type, Class<?> clazz, String uniqueId)
type - clazz - uniqueId - Copyright © 2021. All rights reserved.