Uses of Class
org.infinispan.cli.completers.MediaTypeCompleter.MediaType
-
Packages that use MediaTypeCompleter.MediaType Package Description org.infinispan.cli.completers -
-
Uses of MediaTypeCompleter.MediaType in org.infinispan.cli.completers
Methods in org.infinispan.cli.completers that return MediaTypeCompleter.MediaType Modifier and Type Method Description static MediaTypeCompleter.MediaTypeMediaTypeCompleter.MediaType. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaTypeCompleter.MediaType[]MediaTypeCompleter.MediaType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-