public interface ApplicationMetaData
| Modifier and Type | Method and Description |
|---|---|
BeanMetaData |
getBeanMetaData(Class<?> type) |
List<PropertyBinding> |
getBindingsForType(Class<?> type)
Deprecated.
|
<T> EntityFactory<T> |
getFactory(Class<T> type) |
FormMetaData |
getFormMetaData(Class<?> type) |
Mutator |
getMutator(Class<?> type) |
@Deprecated List<PropertyBinding> getBindingsForType(Class<?> type)
BeanMetaData getBeanMetaData(Class<?> type)
<T> EntityFactory<T> getFactory(Class<T> type)
FormMetaData getFormMetaData(Class<?> type)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.