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

org.unlaxer.jaddress.parser.RDBBlockPatternResolverResult Maven / Gradle / Ivy

package org.unlaxer.jaddress.parser;

import org.unlaxer.jaddress.dao.mysql.MySqlUtil;
import org.unlaxer.jaddress.entity.standard.郵便番号;
import org.unlaxer.jaddress.parser.BlockHierarchyResolver.BlockPatternResolver;
import org.unlaxer.jaddress.parser.BlockHierarchyResolver.BlockPatternResolverResult;

public class RDBBlockPatternResolverResult implements BlockPatternResolver {
	MySqlUtil mySqlUtil = new MySqlUtil();

	@Override
	public BlockPatternResolverResult resolve(郵便番号 zip, AddressElement town) {
		return mySqlUtil.resolveBlockPattern(zip, town);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy