public static class ClassFieldAccessorStore.ClassObjectTypeLookupEntry extends Object implements ClassFieldAccessorStore.BaseLookupEntry
Constructor and Description |
---|
ClassFieldAccessorStore.ClassObjectTypeLookupEntry() |
ClassFieldAccessorStore.ClassObjectTypeLookupEntry(ClassObjectType classObjectType) |
Modifier and Type | Method and Description |
---|---|
AccessorKey.AccessorType |
getAccessorType() |
ClassObjectType |
getClassObjectType() |
void |
readExternal(ObjectInput in) |
void |
setClassObjectType(ClassObjectType classObjectType) |
void |
writeExternal(ObjectOutput out) |
public ClassFieldAccessorStore.ClassObjectTypeLookupEntry()
public ClassFieldAccessorStore.ClassObjectTypeLookupEntry(ClassObjectType classObjectType)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public ClassObjectType getClassObjectType()
public void setClassObjectType(ClassObjectType classObjectType)
public AccessorKey.AccessorType getAccessorType()
getAccessorType
in interface ClassFieldAccessorStore.BaseLookupEntry
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.