All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.urbanairship.api.common.parse.FieldParserRegistry Maven / Gradle / Ivy

There is a newer version: 9.4.2
Show newest version
/*
 * Copyright (c) 2013-2016.  Urban Airship and Contributors
 */

package com.urbanairship.api.common.parse;

import java.util.Optional;

public interface FieldParserRegistry> {

    Optional> getFieldParser(String fieldName);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy