Gets all fields which are annotated themselves or whose corresponding getters or setters are annotated with
an annotation of the given annotation class.
Gets a list of all fields with an @Param, @Body, @Header or @Property annotation, looking them
up on field level and on method level of getters and setters.
Gets the media type of a consumer or producer being annotated with the @Produces or @Consumes annotation
which value matches best the specified media types.
Gets the method of a consumer or producer being annotated with the @Produces or @Consumes annotation
which value matches best the specified media types.
Gets a class hierarchy of the class as a list containing the class itself and
all its super classes as well as all implemented interfaces within the class hierarchy
and their super interfaces.
Gets the first occurrence of an annotation of the given annotation class at field level or
at method level of the corresponding setter and getter methods.
Compares the name and parameters of both methods with each other and looks for the method
parameters to be compatible with the candidate method parameters.
ISO_8859_1 -
Static variable in class net.craftforge.essential.controller.constants.Charset
A controller request normalizes the data from an arbitrary input and provides a
standard way of how a controller access the data provided by different contexts.