public class BeanEventTypeStem extends Object
Constructor and Description |
---|
BeanEventTypeStem(Class clazz,
ConfigurationCommonEventTypeBean optionalLegacyDef,
String[] propertyNames,
Map<String,PropertyInfo> simpleProperties,
Map<String,PropertyStem> mappedPropertyDescriptors,
Map<String,PropertyStem> indexedPropertyDescriptors,
Class[] superTypes,
Set<Class> deepSuperTypes,
PropertyResolutionStyle propertyResolutionStyle,
Map<String,List<PropertyInfo>> simpleSmartPropertyTable,
Map<String,List<PropertyInfo>> indexedSmartPropertyTable,
Map<String,List<PropertyInfo>> mappedSmartPropertyTable,
EventPropertyDescriptor[] propertyDescriptors,
Map<String,EventPropertyDescriptor> propertyDescriptorMap) |
Modifier and Type | Method and Description |
---|---|
Class |
getClazz() |
Set<Class> |
getDeepSuperTypes() |
Map<String,PropertyStem> |
getIndexedPropertyDescriptors() |
Map<String,List<PropertyInfo>> |
getIndexedSmartPropertyTable() |
Map<String,PropertyStem> |
getMappedPropertyDescriptors() |
Map<String,List<PropertyInfo>> |
getMappedSmartPropertyTable() |
ConfigurationCommonEventTypeBean |
getOptionalLegacyDef() |
Map<String,EventPropertyDescriptor> |
getPropertyDescriptorMap() |
EventPropertyDescriptor[] |
getPropertyDescriptors() |
String[] |
getPropertyNames() |
PropertyResolutionStyle |
getPropertyResolutionStyle() |
Map<String,PropertyInfo> |
getSimpleProperties() |
Map<String,List<PropertyInfo>> |
getSimpleSmartPropertyTable() |
Class[] |
getSuperTypes() |
boolean |
isPublicFields() |
public BeanEventTypeStem(Class clazz, ConfigurationCommonEventTypeBean optionalLegacyDef, String[] propertyNames, Map<String,PropertyInfo> simpleProperties, Map<String,PropertyStem> mappedPropertyDescriptors, Map<String,PropertyStem> indexedPropertyDescriptors, Class[] superTypes, Set<Class> deepSuperTypes, PropertyResolutionStyle propertyResolutionStyle, Map<String,List<PropertyInfo>> simpleSmartPropertyTable, Map<String,List<PropertyInfo>> indexedSmartPropertyTable, Map<String,List<PropertyInfo>> mappedSmartPropertyTable, EventPropertyDescriptor[] propertyDescriptors, Map<String,EventPropertyDescriptor> propertyDescriptorMap)
public Class getClazz()
public ConfigurationCommonEventTypeBean getOptionalLegacyDef()
public String[] getPropertyNames()
public Map<String,PropertyInfo> getSimpleProperties()
public Map<String,PropertyStem> getMappedPropertyDescriptors()
public Map<String,PropertyStem> getIndexedPropertyDescriptors()
public Class[] getSuperTypes()
public PropertyResolutionStyle getPropertyResolutionStyle()
public Map<String,List<PropertyInfo>> getSimpleSmartPropertyTable()
public Map<String,List<PropertyInfo>> getIndexedSmartPropertyTable()
public Map<String,List<PropertyInfo>> getMappedSmartPropertyTable()
public EventPropertyDescriptor[] getPropertyDescriptors()
public Map<String,EventPropertyDescriptor> getPropertyDescriptorMap()
public boolean isPublicFields()
Copyright © 2005–2019. All rights reserved.