public final class TypeAttrParser extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the class name.
|
String[] |
getParameters()
Gets the parameters.
|
String[] |
getTypeParameters()
Gets the type parameters.
|
static <T> T |
newInstance(Class<?> cls,
String attr,
Object... args) |
static TypeAttrParser |
parse(String attr) |
String |
toString() |
public String getClassName()
public String[] getTypeParameters()
public String[] getParameters()
public static TypeAttrParser parse(String attr)
attr - @SafeVarargs public static <T> T newInstance(Class<?> cls, String attr, Object... args)
T - cls - attr - args - Copyright © 2021. All rights reserved.