|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.yamlbeans.YamlConfig.ReadConfig
public static class YamlConfig.ReadConfig
Method Summary | |
---|---|
void |
setClassLoader(java.lang.ClassLoader classLoader)
Sets the class loader to use to find classes read from the YAML. |
void |
setConstructorParameters(java.lang.reflect.Constructor constructor,
java.lang.String[] parameterNames)
Sets the names of the constructor parameters so classes without no-arg constructors can be instantiated. |
void |
setDefaultVersion(Version defaultVersion)
Sets the default YAML version to expect if a YAML document does not explicitly specify a version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setDefaultVersion(Version defaultVersion)
public void setClassLoader(java.lang.ClassLoader classLoader)
public void setConstructorParameters(java.lang.reflect.Constructor constructor, java.lang.String[] parameterNames)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |