|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Consumer | |
|---|---|
| net.craftforge.essential.client | |
| net.craftforge.essential.controller.managers | |
| net.craftforge.essential.controller.utils | |
| net.craftforge.essential.supply.jaxb | |
| Uses of Consumer in net.craftforge.essential.client |
|---|
| Methods in net.craftforge.essential.client with parameters of type Consumer | |
|---|---|
Object |
ClientResponse.getBodyObject(Consumer consumer,
Class<?> clazz)
Gets the HTTP response body as an object of the given class. |
| Uses of Consumer in net.craftforge.essential.controller.managers |
|---|
| Methods in net.craftforge.essential.controller.managers with parameters of type Consumer | ||
|---|---|---|
protected Object |
ParameterHandler.convertToObject(Consumer consumer,
Class<?> type,
String parameterValue)
|
|
Object |
InjectionManager.getBodyInput(Consumer consumer,
Class<?> type)
|
|
Object |
BodyHandler.getBodyObject(Consumer consumer,
Class<?> type,
String mediaType,
String charset)
|
|
Object |
InjectionManager.getParameterInput(Consumer consumer,
Class<?> type,
Type genericType,
String parameterName,
String[] defaultValues)
|
|
Object |
ParameterHandler.getParameterValueAsObject(Consumer consumer,
Class<?> type,
String parameterName,
String[] defaultValues)
|
|
|
ParameterHandler.getParameterValuesAsObject(Consumer consumer,
Class<?> collectionType,
Class<G> typeArgument,
String parameterName,
String[] defaultValues)
Gets the input for a collection type using the generic type as deserialization hint for the parameter values associated to the given parameter name. |
|
| Constructors in net.craftforge.essential.controller.managers with parameters of type Consumer | |
|---|---|
InjectionManager(Consumer consumer,
BodyHandler bodyHandler,
HeaderHandler headerHandler,
ParameterHandler parameterHandler,
PropertyHandler propertyHandler)
|
|
| Uses of Consumer in net.craftforge.essential.controller.utils |
|---|
| Methods in net.craftforge.essential.controller.utils with parameters of type Consumer | |
|---|---|
static boolean |
AnnotationUtils.isStreamingSupported(Consumer consumer,
String mediaType)
Checks if for the given media type streaming is supported by the specified consumer. |
| Uses of Consumer in net.craftforge.essential.supply.jaxb |
|---|
| Subclasses of Consumer in net.craftforge.essential.supply.jaxb | |
|---|---|
class |
JaxbConsumer
Serializes objects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||