|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldSchema | |
|---|---|
| org.schwa.dr | |
| org.schwa.dr.runtime | |
| Uses of FieldSchema in org.schwa.dr |
|---|
| Fields in org.schwa.dr with type parameters of type FieldSchema | |
|---|---|
protected List<FieldSchema> |
AnnSchema.fieldSchemas
|
| Methods in org.schwa.dr that return FieldSchema | |
|---|---|
static FieldSchema |
FieldSchema.createByteSlice(Field field,
dr.Field drField)
|
static FieldSchema |
FieldSchema.createPointer(Field field,
dr.Pointer drPointer,
Class<? extends Ann> pointedToKlass)
|
static FieldSchema |
FieldSchema.createPointers(Field field,
dr.Pointer drPointer,
Class<? extends Ann> pointedToKlass)
|
static FieldSchema |
FieldSchema.createPointerSlice(Field field,
dr.Pointer drPointer,
Class<? extends Ann> pointedToKlass)
|
static FieldSchema |
FieldSchema.createPrimitive(Field field,
dr.Field drField)
|
static FieldSchema |
FieldSchema.createSelfPointer(Field field,
dr.SelfPointer drSelfPointer,
Class<? extends Ann> pointedToKlass)
|
static FieldSchema |
FieldSchema.createSelfPointers(Field field,
dr.SelfPointer drSelfPointer,
Class<? extends Ann> pointedToKlass)
|
static FieldSchema |
FieldSchema.createSelfPointerSlice(Field field,
dr.SelfPointer drSelfPointer,
Class<? extends Ann> pointedToKlass)
|
FieldSchema |
AnnSchema.getField(int index)
Returns the schema for the index'th field on this annotation class. |
FieldSchema |
AnnSchema.getField(String name)
Returns the schema for the field on this annotation class whose name matches the provided name. |
| Methods in org.schwa.dr that return types with arguments of type FieldSchema | |
|---|---|
List<FieldSchema> |
AnnSchema.getFields()
Returns a list of schema objects for all of the fields on this annotation class. |
| Methods in org.schwa.dr with parameters of type FieldSchema | |
|---|---|
void |
AnnSchema.addField(FieldSchema fieldSchema)
Adds a new FieldSchema to the list of fields on this annotation class. |
| Uses of FieldSchema in org.schwa.dr.runtime |
|---|
| Methods in org.schwa.dr.runtime that return FieldSchema | |
|---|---|
FieldSchema |
RTFieldSchema.getDef()
|
| Methods in org.schwa.dr.runtime with parameters of type FieldSchema | |
|---|---|
void |
RTFieldSchema.setDef(FieldSchema def)
|
| Constructors in org.schwa.dr.runtime with parameters of type FieldSchema | |
|---|---|
RTFieldSchema(int fieldId,
String serial,
RTStoreSchema containingStore,
boolean isCollection,
boolean isSelfPointer,
boolean isSlice,
FieldSchema def)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||