Uses of Class
com.apicatalog.jsonld.http.media.MediaTypeParser.State
-
Packages that use MediaTypeParser.State Package Description com.apicatalog.jsonld.http.media -
-
Uses of MediaTypeParser.State in com.apicatalog.jsonld.http.media
Methods in com.apicatalog.jsonld.http.media that return MediaTypeParser.State Modifier and Type Method Description static MediaTypeParser.StateMediaTypeParser.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MediaTypeParser.State[]MediaTypeParser.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-