Package | Description |
---|---|
org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
Modifier and Type | Method and Description |
---|---|
static BasicTypesMessageProvider.PrimitiveTypes |
BasicTypesMessageProvider.PrimitiveTypes.forType(java.lang.Class<?> type) |
static BasicTypesMessageProvider.PrimitiveTypes |
BasicTypesMessageProvider.PrimitiveTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BasicTypesMessageProvider.PrimitiveTypes[] |
BasicTypesMessageProvider.PrimitiveTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|