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

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

Introduction

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

The text is from its open source code.

Subclass

com.google.common.base.Converter has subclasses.
Click this link to see all its subclasses.

Implementation

com.google.common.base.Converter has the following implementations.
Click this link to see all its implementation.

Field

Converterreverse

Constructor

Converter()
Constructor for use by subclasses.

Method

Bconvert(@Nullable A a)
Returns a representation of a as an instance of type B .
ClassgetClass()
Returns the runtime class of this Object .
Converteridentity()
Returns a serializable converter that always converts or reverses an object to itself.