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) |
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()
Copyright © 2005–2018. All rights reserved.