Package | Description |
---|---|
org.glassfish.pfl.dynamic.codegen.impl | |
org.glassfish.pfl.dynamic.codegen.spi |
Modifier and Type | Class and Description |
---|---|
class |
FieldGenerator |
class |
FieldInfoImpl |
Modifier and Type | Method and Description |
---|---|
FieldInfo |
ClassInfoBase.findFieldInfo(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,FieldInfo> |
ClassInfoBase.fieldInfo() |
Modifier and Type | Method and Description |
---|---|
protected void |
ClassInfoBase.addFieldInfo(FieldInfo finfo) |
Modifier and Type | Interface and Description |
---|---|
interface |
ModifiableFieldReference |
Modifier and Type | Method and Description |
---|---|
FieldInfo |
ModifiableFieldReference.field() |
FieldInfo |
ClassInfo.findFieldInfo(String name)
Find a field with the given name if one exists.
|
Modifier and Type | Method and Description |
---|---|
Map<String,FieldInfo> |
ClassInfo.fieldInfo()
Return a map from field names to FieldInfo instances for
every field defined in this class (not including super types).
|
Copyright © 2017 Oracle. All rights reserved.