Uses of Class
org.glassfish.jersey.client.JerseyInvocation.EntityPresence
-
Packages that use JerseyInvocation.EntityPresence Package Description org.glassfish.jersey.client Jersey client-side classes. -
-
Uses of JerseyInvocation.EntityPresence in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client with type parameters of type JerseyInvocation.EntityPresence Modifier and Type Field Description private static java.util.Map<java.lang.String,JerseyInvocation.EntityPresence>
JerseyInvocation. METHODS
Methods in org.glassfish.jersey.client that return JerseyInvocation.EntityPresence Modifier and Type Method Description static JerseyInvocation.EntityPresence
JerseyInvocation.EntityPresence. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JerseyInvocation.EntityPresence[]
JerseyInvocation.EntityPresence. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.jersey.client that return types with arguments of type JerseyInvocation.EntityPresence Modifier and Type Method Description private static java.util.Map<java.lang.String,JerseyInvocation.EntityPresence>
JerseyInvocation. initializeMap()
-