|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnSchema | |
|---|---|
| org.schwa.dr | |
| org.schwa.dr.runtime | |
| Uses of AnnSchema in org.schwa.dr |
|---|
| Subclasses of AnnSchema in org.schwa.dr | |
|---|---|
class |
DocSchema
Schema class for docrep annotation Doc implementations. |
| Fields in org.schwa.dr with type parameters of type AnnSchema | |
|---|---|
protected List<AnnSchema> |
DocSchema.annSchemas
|
| Methods in org.schwa.dr that return AnnSchema | |
|---|---|
static AnnSchema |
AnnSchema.create(Class<? extends Ann> klass,
String name)
|
static AnnSchema |
AnnSchema.create(Class<? extends Ann> klass,
String name,
String serial)
|
AnnSchema |
DocSchema.getSchema(Class<? extends Ann> klass)
Returns the schema for the annotation on this document class whose Class matches the
provided class. |
| Methods in org.schwa.dr that return types with arguments of type AnnSchema | |
|---|---|
List<AnnSchema> |
DocSchema.getSchemas()
Returns a list of schema objects for all annotation types that this document contains. |
| Methods in org.schwa.dr with parameters of type AnnSchema | |
|---|---|
void |
DocSchema.addSchema(AnnSchema annSchema)
Adds an AnnSchema schema that this document class has annotation instances for. |
| Uses of AnnSchema in org.schwa.dr.runtime |
|---|
| Methods in org.schwa.dr.runtime that return AnnSchema | |
|---|---|
AnnSchema |
RTAnnSchema.getDef()
|
| Methods in org.schwa.dr.runtime with parameters of type AnnSchema | |
|---|---|
void |
RTAnnSchema.setDef(AnnSchema def)
|
| Constructors in org.schwa.dr.runtime with parameters of type AnnSchema | |
|---|---|
RTAnnSchema(int klassId,
String serial,
AnnSchema def)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||