Interface InitFromParam<S extends InitFromParam<S>>


public interface InitFromParam<S extends InitFromParam<S>>
Allow to set up the builder from single string param.
  • Method Summary

    Modifier and Type
    Method
    Description
    init(String param)
     
  • Method Details