public class TypeInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyAccessor(PropertyAwareAccessor propertyAccessor) |
Collection<PropertyAwareAccessor> |
getAccessors() |
Class<?> |
getType() |
Object |
newInstance()
Creates a new instance of the represented type using the underlying
InstanceFactory. |
void |
setInstanceFactory(InstanceFactory instanceFactory) |
public TypeInfo(Class<?> type)
public void addPropertyAccessor(PropertyAwareAccessor propertyAccessor)
public Class<?> getType()
public Object newInstance()
InstanceFactory.public Collection<PropertyAwareAccessor> getAccessors()
public void setInstanceFactory(InstanceFactory instanceFactory)
Copyright © 2015. All rights reserved.