public TypeNamingService( TypeUtils typeUtils, StringCasingService stringCasingService, GenericTypeUtils genericTypeUtils ) { this.typeUtils = typeUtils; this.stringCasingService = stringCasingService; this.genericTypeUtils = genericTypeUtils; }
public TypeConverter( TypeNamingService typeNamingService, PropertyUtils propertyUtils, TypeCache typeCache, FileWritterService fileWritterService, TypeUtils typeUtils, GenericTypeUtils genericTypeUtils, Options options ) { this.typeNamingService = typeNamingService; this.propertyUtils = propertyUtils; this.typeCache = typeCache; this.fileWritterService = fileWritterService; this.typeUtils = typeUtils; this.genericTypeUtils = genericTypeUtils; this.options = options; }
public PropertyUtils(TypeUtils typeUtils, GenericTypeUtils genericUtils) { this.typeUtils = typeUtils; this.genericUtils = genericUtils; }