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

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

package org.unlaxer.jaddress.parser;

import java.util.Map;

import org.unlaxer.jaddress.entity.standard.建物階層;
import org.unlaxer.jaddress.entity.standard.郵便番号;
import org.unlaxer.jaddress.entity.standard.階層要素;

public class SimpleBuildingHierarchyResolver implements BuildingHierarchyResolver{

	@Override
	public BuildingHierarchyResolverResult resolve(
			郵便番号 zip, 
			Map<階層要素, AddressElement> 丁目以降枝番までBy階層要素) {
		
		return new BuildingHierarchyResolverResult(()->建物階層.不明);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy