public class ClassPropertiesRegistry.ClassInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
Class |
getClazz() |
ClassPropertiesRegistry.ClassInfo |
getParent() |
Collection<ClassPropertiesRegistry.TypeProperty> |
getProperties(boolean includeParent) |
ClassPropertiesRegistry.TypeProperty |
getProperty(String name,
boolean includeParent) |
String |
name() |
<T> T |
newInstance() |
public ClassInfo(Class cls)
public String name()
public Class getClazz()
public <T> T newInstance()
public ClassPropertiesRegistry.TypeProperty getProperty(String name, boolean includeParent)
public Collection<ClassPropertiesRegistry.TypeProperty> getProperties(boolean includeParent)
public ClassPropertiesRegistry.ClassInfo getParent()
Copyright © 2024 vpc open source initiative. All rights reserved.