Package | Description |
---|---|
com.fasterxml.classmate |
Package that contains main public interface of ClassMate
package.
|
Modifier and Type | Field and Description |
---|---|
protected ResolvedConstructor[] |
ResolvedTypeWithMembers._constructors |
Modifier and Type | Method and Description |
---|---|
ResolvedConstructor[] |
ResolvedTypeWithMembers.getConstructors() |
protected ResolvedConstructor |
ResolvedTypeWithMembers.resolveConstructor(RawConstructor raw)
Method for resolving individual constructor completely
|
protected ResolvedConstructor[] |
ResolvedTypeWithMembers.resolveConstructors()
Method that will actually resolve full information (types, annotations)
for constructors of the main type.
|
Copyright © 2012 fasterxml.com. All Rights Reserved.