protected class SimpleParameterizedBuilderRegistry.RegistryKey extends Object
Constructor and Description |
---|
RegistryKey(Class clz)
Construct a
SimpleParameterizedBuilderRegistry.RegistryKey . |
RegistryKey(Class clz,
String sName)
Construct a
SimpleParameterizedBuilderRegistry.RegistryKey . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Class |
getInstanceClass()
Return the class of the instance produced by the builder.
|
String |
getName()
Return the builder name.
|
int |
hashCode() |
public RegistryKey(Class clz)
SimpleParameterizedBuilderRegistry.RegistryKey
. Instances created
with this constructor will return Class.getName()
for getName()
.clz
- class of registered resourcepublic RegistryKey(Class clz, String sName)
SimpleParameterizedBuilderRegistry.RegistryKey
.clz
- class of instances produced by the registered buildersName
- name of registered builder