public class PropertyType extends Object
| Constructor and Description |
|---|
PropertyType(String name,
PropertyType[] args) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PropertyType[] |
getArgs() |
String |
getName() |
Class |
getTypeClass() |
int |
hashCode() |
static PropertyType |
of(Class cls) |
static PropertyType |
of(Class cls,
Class... others) |
static PropertyType |
of(Class cls,
PropertyType... others) |
String |
toString() |
public PropertyType(String name, PropertyType[] args)
public Class getTypeClass()
public static PropertyType of(Class cls)
public static PropertyType of(Class cls, Class... others)
public static PropertyType of(Class cls, PropertyType... others)
public String getName()
public PropertyType[] getArgs()
Copyright © 2022 vpc open source initiative. All rights reserved.