public class UniqueNameBuilder extends Object
| Constructor and Description |
|---|
UniqueNameBuilder(IConverter<String,String,RuntimeException> namePrepareTransformer) |
UniqueNameBuilder(IConverter<String,String,RuntimeException> namePrepareTransformer,
Collection<String> attributeBlackList) |
UniqueNameBuilder(int maxLength,
IConverter<String,String,RuntimeException> nameConverter,
Collection<String> attributeBlackList) |
public UniqueNameBuilder(IConverter<String,String,RuntimeException> namePrepareTransformer)
public UniqueNameBuilder(IConverter<String,String,RuntimeException> namePrepareTransformer, Collection<String> attributeBlackList)
public UniqueNameBuilder(int maxLength,
IConverter<String,String,RuntimeException> nameConverter,
Collection<String> attributeBlackList)
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.