| Package | Description |
|---|---|
| org.jibx.binding.model | |
| org.jibx.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassItemWrapper
Wrapper for class field or method item information.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
ValueElement.getDeserializer()
Get deserializer method information.
|
IClassItem |
StringAttributes.getDeserializer()
Get deserializer method information.
|
IClassItem |
FormatElement.getDeserializer()
Get deserializer method information.
|
IClassItem |
ClassWrapper.getDirectField(String name) |
IClassItem |
ValueElement.getEnumValue()
Get enum value method information.
|
IClassItem |
StringAttributes.getEnumValue()
Get enum value method information.
|
IClassItem |
FormatElement.getEnumValue()
Get enum value method information.
|
IClassItem |
ContainerElementBase.getFactory()
Get factory method information.
|
IClassItem |
ObjectAttributes.getFactory()
Get factory method information.
|
IClassItem |
ValueElement.getField()
Get field information.
|
IClassItem |
StructureElementBase.getField()
Get field information.
|
IClassItem |
PropertyAttributes.getField()
Get field information.
|
IClassItem |
ClassWrapper.getField(String name) |
IClassItem[] |
ClassWrapper.getFields() |
IClassItem |
StructureElementBase.getFlag()
Get flag method information.
|
IClassItem |
PropertyAttributes.getFlag()
Get flag method information.
|
IClassItem |
ValueElement.getGet()
Get get method information.
|
IClassItem |
StructureElementBase.getGet()
Get get method information.
|
IClassItem |
PropertyAttributes.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 |
ValueElement.getSerializer()
Get serializer method information.
|
IClassItem |
StringAttributes.getSerializer()
Get serializer method information.
|
IClassItem |
FormatElement.getSerializer()
Get serializer method information.
|
IClassItem |
ValueElement.getSet()
Get set method information.
|
IClassItem |
StructureElementBase.getSet()
Get set method information.
|
IClassItem |
PropertyAttributes.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 |
ValueElement.getTest()
Get test method information.
|
IClassItem |
StructureElementBase.getTest()
Get test method information.
|
IClassItem |
PropertyAttributes.getTest()
Get test method information.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClassWrapper.isAccessible(IClassItem item) |
| Modifier and Type | Method and Description |
|---|---|
IClassItem |
IClass.getBestMethod(String name,
String type,
String[] args)
Get information for best matching method.
|
IClassItem |
IClass.getDirectField(String name)
Get information for field.
|
IClassItem |
IClass.getField(String name)
Get information for field.
|
IClassItem[] |
IClass.getFields()
Get all fields of class.
|
IClassItem |
IClass.getInitializerMethod(String sig)
Get information for initializer.
|
IClassItem |
IClass.getMethod(String name,
String sig)
Get information for method without respect to potential trailing
arguments or return value.
|
IClassItem |
IClass.getMethod(String name,
String[] sigs)
Get information for method matching one of several possible signatures.
|
IClassItem[] |
IClass.getMethods()
Get all methods of class.
|
IClassItem |
IClass.getStaticMethod(String name,
String sig)
Get information for static method without respect to return value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IClass.isAccessible(IClassItem item)
Check accessible method.
|
Copyright © 2005–2016 jibx.org. All rights reserved.