public interface MetaDataResolver
Invocation
instances.
For instance, MethodMetaData extracts the Method from
the invocation.Modifier and Type | Field and Description |
---|---|
static String |
EMPTY_TAG
Name used for empty tag for annotations with no attributes
|
Modifier and Type | Method and Description |
---|---|
SimpleMetaData |
getAllMetaData(Invocation invocation)
Gets all metadata that belongs with the context of
invocation |
Object |
resolve(Invocation invocation,
Object tag,
Object attr) |
static final String EMPTY_TAG
Object resolve(Invocation invocation, Object tag, Object attr)
SimpleMetaData getAllMetaData(Invocation invocation)
invocation
the
- invocation instance whose context metada is to be retrievedinvocation
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.