Package | Description |
---|---|
org.apache.felix.ipojo | |
org.apache.felix.ipojo.parser |
Modifier and Type | Method and Description |
---|---|
void |
InstanceManager.register(FieldMetadata field,
FieldInterceptor interceptor)
Registers a field interceptor.
|
void |
InstanceManager.register(PrimitiveHandler handler,
FieldMetadata[] fields,
MethodMetadata[] methods)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldMetadata |
PojoMetadata.getField(java.lang.String name)
Gets the field metadata for the given name.
|
FieldMetadata |
PojoMetadata.getField(java.lang.String name,
java.lang.String type)
Gets the field metadata for the given name and type.
|
FieldMetadata[] |
PojoMetadata.getFields() |
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.