protected IClassItem |
ClassWrapper.buildItem(ClassItem item) |
Build an item wrapper.
|
static IClassItem |
ClassUtils.findStaticMethod(String name,
String[] sigs,
ValidationContext vctx) |
Get static method by fully qualified name.
|
static IClassItem |
ClassUtils.findVirtualMethod(String name,
String[] sigs,
ValidationContext vctx) |
Get virtual method by fully qualified name.
|
IClassItem |
CollectionElement.getAddMethodItem() |
Get add method information.
|
IClassItem |
ClassWrapper.getBestMethod(String name,
String type,
String[] args) |
|
IClassItem |
FormatElement.getDeserializer() |
Get deserializer method information.
|
IClassItem |
StringAttributes.getDeserializer() |
Get deserializer method information.
|
IClassItem |
ValueElement.getDeserializer() |
Get deserializer method information.
|
IClassItem |
ClassWrapper.getDirectField(String name) |
|
IClassItem |
FormatElement.getEnumValue() |
Get enum value method information.
|
IClassItem |
StringAttributes.getEnumValue() |
Get enum value method information.
|
IClassItem |
ValueElement.getEnumValue() |
Get enum value method information.
|
IClassItem |
ContainerElementBase.getFactory() |
Get factory method information.
|
IClassItem |
ObjectAttributes.getFactory() |
Get factory method information.
|
IClassItem |
ClassWrapper.getField(String name) |
|
IClassItem |
PropertyAttributes.getField() |
Get field information.
|
IClassItem |
StructureElementBase.getField() |
Get field information.
|
IClassItem |
ValueElement.getField() |
Get field information.
|
IClassItem[] |
ClassWrapper.getFields() |
|
IClassItem |
PropertyAttributes.getFlag() |
Get flag method information.
|
IClassItem |
StructureElementBase.getFlag() |
Get flag method information.
|
IClassItem |
PropertyAttributes.getGet() |
Get get method information.
|
IClassItem |
StructureElementBase.getGet() |
Get get method information.
|
IClassItem |
ValueElement.getGet() |
Get get method information.
|
IClassItem |
ClassWrapper.getInitializerMethod(String sig) |
|
IClassItem |
CollectionElement.getIterMethodItem() |
Get iterator method information.
|
IClassItem |
CollectionElement.getLoadMethodItem() |
Get load method information.
|
IClassItem |
ClassWrapper.getMethod(String name,
String sig) |
|
IClassItem |
ClassWrapper.getMethod(String name,
String[] sigs) |
|
IClassItem[] |
ClassWrapper.getMethods() |
|
IClassItem |
ContainerElementBase.getPostset() |
Get post-set method information.
|
IClassItem |
ObjectAttributes.getPostset() |
Get post-set method information.
|
IClassItem |
ContainerElementBase.getPreget() |
Get pre-get method information.
|
IClassItem |
ObjectAttributes.getPreget() |
Get pre-get method information.
|
IClassItem |
ContainerElementBase.getPreset() |
Get pre-set method information.
|
IClassItem |
ObjectAttributes.getPreset() |
Get pre-set method information.
|
IClassItem |
FormatElement.getSerializer() |
Get serializer method information.
|
IClassItem |
StringAttributes.getSerializer() |
Get serializer method information.
|
IClassItem |
ValueElement.getSerializer() |
Get serializer method information.
|
IClassItem |
PropertyAttributes.getSet() |
Get set method information.
|
IClassItem |
StructureElementBase.getSet() |
Get set method information.
|
IClassItem |
ValueElement.getSet() |
Get set method information.
|
IClassItem |
CollectionElement.getSizeMethodItem() |
Get size method information.
|
IClassItem |
ClassWrapper.getStaticMethod(String name,
String sig) |
|
IClassItem |
CollectionElement.getStoreMethodItem() |
Get store method information.
|
IClassItem |
PropertyAttributes.getTest() |
Get test method information.
|
IClassItem |
StructureElementBase.getTest() |
Get test method information.
|
IClassItem |
ValueElement.getTest() |
Get test method information.
|