public class SelfEventExtractor extends BaseObjectClassFieldReader implements InternalReadAccessor, AcceptsClassObjectType, Externalizable
| Constructor and Description |
|---|
SelfEventExtractor() |
SelfEventExtractor(ObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<?> |
getExtractToClass() |
String |
getExtractToClassName() |
Method |
getNativeReadMethod() |
String |
getNativeReadMethodName() |
ObjectType |
getObjectType() |
Object |
getValue(InternalWorkingMemory workingMemory,
Object object) |
int |
hashCode() |
boolean |
isGlobal() |
boolean |
isSelfReference() |
void |
readExternal(ObjectInput in) |
void |
setClassObjectType(ClassObjectType objectType) |
void |
writeExternal(ObjectOutput out) |
getBooleanValue, getByteValue, getCharValue, getDoubleValue, getFloatValue, getHashCode, getIntValue, getLongValue, getShortValue, isNullValuegetBigDecimalValue, getBigDecimalValue, getBigIntegerValue, getBigIntegerValue, getBooleanValue, getByteValue, getCharValue, getDoubleValue, getFloatValue, getHashCode, getIndex, getIntValue, getLongValue, getShortValue, getValue, getValueType, isNullValue, setFieldType, setIndex, setValueTypeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteValue, getCharValue, getDoubleValue, getFloatValue, getHashCode, getIntValue, getLongValue, getShortValue, isNullValuegetBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteValue, getCharValue, getDoubleValue, getFloatValue, getHashCode, getIndex, getIntValue, getLongValue, getShortValue, getValue, getValueType, isNullValuepublic SelfEventExtractor()
public SelfEventExtractor(ObjectType objectType)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class BaseClassFieldReaderIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class BaseClassFieldReaderIOExceptionpublic void setClassObjectType(ClassObjectType objectType)
setClassObjectType in interface AcceptsClassObjectTypepublic Object getValue(InternalWorkingMemory workingMemory, Object object)
getValue in interface InternalReadAccessorgetValue in class BaseObjectClassFieldReaderpublic ObjectType getObjectType()
public Class<?> getExtractToClass()
getExtractToClass in interface ReadAccessorgetExtractToClass in class BaseClassFieldReaderpublic String getExtractToClassName()
getExtractToClassName in interface ReadAccessorgetExtractToClassName in class BaseClassFieldReaderpublic Method getNativeReadMethod()
getNativeReadMethod in interface ReadAccessorgetNativeReadMethod in class BaseObjectClassFieldReaderpublic String getNativeReadMethodName()
getNativeReadMethodName in interface ReadAccessorgetNativeReadMethodName in class BaseObjectClassFieldReaderpublic int hashCode()
hashCode in class BaseClassFieldReaderpublic boolean equals(Object obj)
equals in class BaseClassFieldReaderpublic boolean isGlobal()
isGlobal in interface InternalReadAccessorisGlobal in class BaseClassFieldReaderpublic boolean isSelfReference()
isSelfReference in interface InternalReadAccessorisSelfReference in class BaseClassFieldReaderCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.