public static class ClassFieldAccessorStore.FieldLookupEntry extends Object implements ClassFieldAccessorStore.BaseLookupEntry
Constructor and Description |
---|
FieldLookupEntry() |
FieldLookupEntry(InternalReadAccessor reader) |
FieldLookupEntry(InternalReadAccessor reader,
ClassFieldWriter writer) |
Modifier and Type | Method and Description |
---|---|
AccessorKey.AccessorType |
getAccessorType() |
InternalReadAccessor |
getClassFieldReader() |
ClassFieldWriter |
getClassFieldWriter() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public FieldLookupEntry()
public FieldLookupEntry(InternalReadAccessor reader)
public FieldLookupEntry(InternalReadAccessor reader, ClassFieldWriter writer)
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 InternalReadAccessor getClassFieldReader()
public ClassFieldWriter getClassFieldWriter()
public AccessorKey.AccessorType getAccessorType()
getAccessorType
in interface ClassFieldAccessorStore.BaseLookupEntry
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.