Example usage for com.google.common.base Converter subclass-usage

List of usage examples for com.google.common.base Converter subclass-usage

Introduction

In this page you can find the example usage for com.google.common.base Converter subclass-usage.

Usage

From source file org.opendaylight.yangtools.yang.data.jaxen.ConverterNamespaceContext.java

final class ConverterNamespaceContext extends Converter<String, QNameModule> implements NamespaceContext {
    private final Converter<String, QNameModule> delegate;

    ConverterNamespaceContext(final Converter<String, QNameModule> convertor) {
        this.delegate = Preconditions.checkNotNull(convertor);
    }

From source file org.fcrepo.kernel.identifiers.IdentifierConverter.java

/**
 * An {@link IdentiferConverter} accepts and returns identifiers, translating
 * them in some type-specific manner. The typical use of this
 * contract is for translating between internal and external identifiers.
 *
 * @author ajs6f

From source file org.fcrepo.kernel.api.identifiers.InternalIdentifierConverter.java

/**
 * Translates internal {@link String} identifiers to internal {@link String}
 * identifiers.
 *
 * @author ajs6f
 * @since Apr 1, 2014

From source file org.fcrepo.kernel.api.identifiers.IdentifierConverter.java

/**
 * An {@link IdentifierConverter} accepts and returns identifiers, translating
 * them in some type-specific manner. The typical use of this
 * contract is for translating between internal and external identifiers.
 *
 * @author ajs6f

From source file com.gradleware.tooling.toolingmodel.util.BaseConverter.java

/**
 * Implementation of the abstract {@link Converter} class that throws a {@code UnsupportedOperationException} for each implemented method. Useful when only one direction of the
 * conversion needs to be implemented.
 *
 * @param <A> the type to convert forward to
 * @param <B> the type to convert back from

From source file net.bafeimao.umbrella.support.data.entity.converter.StringToNumberConverter.java

/**
 * Created by gukaitong(29283212@qq.com) on 2015/12/9.
 *
 * @author gukaitong
 * @since 1.0
 */

From source file net.bafeimao.umbrella.support.data.entity.converter.StringToDateConverter.java

/**
 * Created by gukaitong(29283212@qq.com) on 2015/12/9.
 *
 * @author gukaitong
 * @since 1.0
 */

From source file net.bafeimao.umbrella.support.data.entity.converter.StringToCharConverter.java

/**
 * Created by gukaitong(29283212@qq.com) on 2015/12/9.
 *
 * @author gukaitong
 * @since 1.0
 */

From source file net.bafeimao.umbrella.support.data.entity.converter.StringToBooleanConverter.java

/**
 * Created by gukaitong(29283212@qq.com) on 2015/12/9.
 *
 * @author gukaitong
 * @since 1.0
 */

From source file ec.nbdemetra.sdmx.SdmxBuddyConfigConverter.java

/**
 *
 * @author Philippe Charles
 */
final class SdmxBuddyConfigConverter extends Converter<SdmxBuddyConfig, Config> {