Class AvroPropertyUtil
java.lang.Object
com.espertech.esper.common.internal.avro.core.AvroPropertyUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static com.espertech.esper.common.internal.event.core.EventPropertyGetterSPI
getGetter
(org.apache.avro.Schema avroSchema, String moduleName, HashMap<String, com.espertech.esper.common.internal.event.core.EventPropertyGetterSPI> propertyGetterCache, Map<String, com.espertech.esper.common.internal.event.core.PropertySetDescriptorItem> propertyDescriptors, String propertyName, boolean addToCache, com.espertech.esper.common.internal.event.core.EventBeanTypedEventFactory eventAdapterService, com.espertech.esper.common.internal.event.avro.EventTypeAvroHandler eventTypeAvroHandler, AvroEventTypeFragmentTypeCache fragmentTypeCache) protected static com.espertech.esper.common.client.type.EPType
propertyType
(org.apache.avro.Schema fieldSchema, com.espertech.esper.common.internal.event.property.Property property)
-
Constructor Details
-
AvroPropertyUtil
public AvroPropertyUtil()
-
-
Method Details
-
propertyType
protected static com.espertech.esper.common.client.type.EPType propertyType(org.apache.avro.Schema fieldSchema, com.espertech.esper.common.internal.event.property.Property property) -
getGetter
protected static com.espertech.esper.common.internal.event.core.EventPropertyGetterSPI getGetter(org.apache.avro.Schema avroSchema, String moduleName, HashMap<String, com.espertech.esper.common.internal.event.core.EventPropertyGetterSPI> propertyGetterCache, Map<String, com.espertech.esper.common.internal.event.core.PropertySetDescriptorItem> propertyDescriptors, String propertyName, boolean addToCache, com.espertech.esper.common.internal.event.core.EventBeanTypedEventFactory eventAdapterService, com.espertech.esper.common.internal.event.avro.EventTypeAvroHandler eventTypeAvroHandler, AvroEventTypeFragmentTypeCache fragmentTypeCache)
-