public class NameResolver extends java.lang.Object implements Resolver<java.lang.Object>
Object name parser.
When the configuration extension information is only the object name, use the parser to parse the corresponding object.
NameResolver()
java.lang.Object
resolve(java.io.InputStream is)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NameResolver()
public java.lang.Object resolve(java.io.InputStream is)
According to the content resolves into the configuration information object.
resolve
Resolver<java.lang.Object>
is