public class A { private static final class Inner { public final String str; public Inner(Integer param) { str = param.toString(); } } }