| Package | Description |
|---|---|
| org.smallmind.web.jersey.util |
| Modifier and Type | Field and Description |
|---|---|
protected JaxbAnnotationModule.Priority |
JaxbAnnotationModule._priority
Priority to use when registering annotation introspector: default
value is
JaxbAnnotationModule.Priority.PRIMARY. |
| Modifier and Type | Method and Description |
|---|---|
JaxbAnnotationModule.Priority |
JaxbAnnotationModule.getPriority() |
static JaxbAnnotationModule.Priority |
JaxbAnnotationModule.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbAnnotationModule.Priority[] |
JaxbAnnotationModule.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JaxbAnnotationModule |
JaxbAnnotationModule.setPriority(JaxbAnnotationModule.Priority p)
Method for defining whether JAXB annotations should be added
as primary or secondary annotations (compared to already registered
annotations).
|
Copyright © 2017. All rights reserved.