public class JerseyPriorities extends Object
Priorities
where finer-grained
categorization is required.Modifier and Type | Field and Description |
---|---|
static int |
POST_ENTITY_CODER
Priority for components that have to be called AFTER message encoders/decoders filters/interceptors.
|
public static final int POST_ENTITY_CODER
Priorities.ENTITY_CODER
in order to force the
processing after the components with Priorities.ENTITY_CODER
are processed.Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.