public interface TypeEncounter
| Modifier and Type | Method and Description |
|---|---|
SerializerCollection |
getCollection()
Get the collection this encounter is for.
|
<T extends Annotation> |
getHint(Class<T> type)
Fetch a hint of the specific type if available.
|
Type |
getType()
Get the type encountered.
|
SerializerCollection getCollection()
Type getType()
<T extends Annotation> T getHint(Class<T> type)
type - nullCopyright © 2017. All rights reserved.