All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.core.routing.HttpMethod.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






HttpMethod (org.spincast:spincast-framework 1.0.0 API)












org.spincast.core.routing

Enum HttpMethod

    • Method Detail

      • values

        public static HttpMethod[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (HttpMethod c : HttpMethod.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static HttpMethod valueOf(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • fromStringValue

        public static HttpMethod fromStringValue(String stringValue)
        Returns a HttpMethod from its String representation, or null if not found.

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy