Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* Copyright (c) 2015 Konstantin Lepa
*
* This file is part of Handlebars Helpers.
*
* Ukase is free software: you can redistribute it and/or modify
* it under the terms of the Apache License 2 as
* published by the Free Software Foundation, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Apache License 2 for more details.
*
* You should have received a copy of the Apache License 2
* along with this program. If not, see .
*/
package com.github.ukase.helpers;
import com.github.jknack.handlebars.Helper;
import com.github.jknack.handlebars.Options;
import com.github.petrovich4j.Case;
import com.github.petrovich4j.Gender;
import com.github.petrovich4j.NameType;
import com.github.petrovich4j.Petrovich;
import lombok.Getter;
import java.io.IOException;
import java.util.Arrays;
import java.util.stream.Collectors;
public class PetrovichHelper implements Helper