Class AvroPropertyUtil

java.lang.Object
com.espertech.esper.common.internal.avro.core.AvroPropertyUtil

public class AvroPropertyUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    protected static com.espertech.esper.common.client.type.EPType
    propertyType(org.apache.avro.Schema fieldSchema, com.espertech.esper.common.internal.event.property.Property property)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)