| Package | Description |
|---|---|
| com.fasterxml.classmate |
Package that contains main public interface of ClassMate
package.
|
| com.fasterxml.classmate.members |
Package that contains implementations of various member types
(methods, fields, constructors)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Annotations.addAll(Annotations overrides)
Method for adding all annotations from specified set, as overrides
to annotations this set has
|
| Modifier and Type | Field and Description |
|---|---|
protected Annotations |
ResolvedMember._annotations |
| Modifier and Type | Method and Description |
|---|---|
void |
ResolvedMember.applyOverrides(Annotations overrides) |
| Constructor and Description |
|---|
ResolvedConstructor(ResolvedType context,
Annotations ann,
Constructor<?> constructor,
ResolvedType[] argumentTypes) |
ResolvedField(ResolvedType context,
Annotations ann,
Field field,
ResolvedType type) |
ResolvedMember(ResolvedType context,
Annotations ann) |
ResolvedMethod(ResolvedType context,
Annotations ann,
Method method,
ResolvedType returnType,
ResolvedType[] argumentTypes) |
Copyright © 2013 fasterxml.com. All Rights Reserved.