T
- Type of object to be foundpublic interface ParseFactory<T>
getCanonicalName(Object)
. The equivalent names should therefore come from
different pattern spaces and either be mappings between different representations of the same name or correspond to
different unique fields on the target object.NameFinder
Modifier and Type | Method and Description |
---|---|
T |
findFromString(java.lang.String name)
Find an existing entry by name.
|
java.lang.String |
getCanonicalName(T object)
Get a canonical name of an object in a format that can be parsed by the
findFromString(String) method. |
T findFromString(java.lang.String name)
name
- java.lang.String getCanonicalName(T object)
findFromString(String)
method.object
-