Java com.google.common.base Enums fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.base Enums fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.base Enums.

The text is from its open source code.

Method

FieldgetField(Enum enumValue)
Returns the Field in which enumValue is defined.
OptionalgetIfPresent(Class enumClass, String value)
Returns an optional enum constant for the given type, using Enum#valueOf .
ConverterstringConverter(final Class enumClass)
Returns a converter that converts between strings and enum values of type enumClass using Enum#valueOf(Class,String) and Enum#name() .