Java org.apache.lucene.util AttributeReflector fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util AttributeReflector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util AttributeReflector.

The text is from its open source code.

Constructor

Method

voidreflect(Class attClass, String key, Object value)
This method gets called for every property in an AttributeImpl / AttributeSource passing the class name of the Attribute , a key and the actual value.