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 ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic InternalReadAccessor getClassFieldReader()
public ClassFieldWriter getClassFieldWriter()
public AccessorKey.AccessorType getAccessorType()
getAccessorType in interface ClassFieldAccessorStore.BaseLookupEntryCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.